MCP Server (Beta)
Connect AI agents and LLM clients to pipe0 using the Model Context Protocol (MCP).
The pipe0 MCP server lets you search and enrich data directly from any MCP-compatible client. This includes tools like Claude Desktop, Cursor, Windsurf, and custom agents.
The server exposes pipe0's enrichment and search capabilities as MCP tools.
Setup
Add the following to your MCP client configuration:
{
"mcpServers": {
"pipe0": {
"url": "https://api.pipe0.com/v1/mcp",
"headers": {
"Authorization": "Bearer <API_KEY>"
}
}
}
}Replace <API_KEY> with your pipe0 API key. See authentication for how to create one.
Claude Desktop
Add the configuration above to your claude_desktop_config.json file.
Cursor
Add the configuration above in Settings > MCP.
Available tools
The MCP server provides tools for:
- Searching — Find people and companies using filters. Same capabilities as the search catalog.
- Enriching — Find emails, phone numbers, company data, and more. Same capabilities as the pipe catalog.
All MCP requests are authenticated and billed like regular API requests.