Best people search engine that reduces the time spent on talent discovery.
Pearch.ai MCP is a FastMCP service that enables powerful people search capabilities through the Pearch.ai. This service allows you to integrate advanced people search functionality into your applications.
pearch_mcp_key
export PEARCH_API_KEY='your-api-key-here'
To install mcp_pearch for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Pearch-ai/mcp_pearch --client claude
# Install Python and uv
brew install python
brew install uv
# Create and activate virtual environment
uv venv
source .venv/bin/activate
# Install FastMCP
uv pip install fastmcp
# Install system dependencies
sudo apt update
sudo apt install python3 python3-venv python3-pip
# Create and activate virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install FastMCP
pip install fastmcp
fastmcp install pearch_mcp.py --name "Pearch.ai" --env-var PEARCH_API_KEY=pearch_mcp_key
For local development and testing:
# Set your API key
export PEARCH_API_KEY='your-api-key-here'
# Start development server
fastmcp dev pearch_mcp.py
We welcome contributions! Here's how you can help:
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)Please ensure your code follows our coding standards and includes appropriate tests.
If you encounter any issues or have questions:
This project is licensed under the MIT License - see the LICENSE file for details.
Performs deep web searches for information using the Tavily API.
An MCP server for web and similarity search, designed for Claude Desktop. It integrates with various external embedding and API services.
Access public disclosure information for Korean companies (DART) using the dartpoint.ai API.
Search for IP addresses using Chaitin's IP Intelligence API.
Web search server that integrates Perplexity Sonar models via OpenRouter API for real-time, context-aware search with citations
Check the availability of domain names across over 50 popular TLDs using DNS and WHOIS verification.
Search for messages and files within a Slack workspace using the Slack API.
Access Google Search results using the Serper API.
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
Enables LLMs to search, download, and extract information from YouTube music videos.