Metadata-Version: 2.4
Name: mcp-people-finder
Version: 0.1.0
Summary: Enterprise-grade People Finder MCP Server
Author: Mayank Tripathi
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: fastmcp>=0.1.0
Requires-Dist: mcp[cli]>=1.0.0
Requires-Dist: python-dotenv>=1.0.0
Description-Content-Type: text/markdown

# MCP People Finder

A production-grade Model Context Protocol (MCP) server to help AI agents find employee information.

## Installation
```bash
pip install mcp-people-finder
```

## Usage
Once installed, you can run the server directly:
```sh
people-finder
```

## Tools Included
- `search_employee`: Returns role, email and status of given Employee.
- `get_office_location`: Returns office address for a given location / city.
- `list_all_offices`: Returns a list of global locations.



