# Prospeo — MCP server on mcp.ai > Connect your Prospeo account and use 8 tools for AI sales tools straight from your AI agent. Connect with your own API key. Prospeo provides B2B person and company search, enrichment, and verified contact data through its REST API. By: mcp.ai · official Page: https://mcp.ai/prospeo ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_prospeo?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/prospeo/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/prospeo/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/prospeo/skill.md Postman collection (v2.1): https://mcp.ai/prospeo/postman.json ## Tools - prospeo_bulk_enrich_companies(companies: object[]) — Match 1-50 companies and correlate outcomes by caller-generated identifier. Costs 1 credit per match; no match and repeats within 90 days are free. The REST maximum is 50. FREE probing only accepted o - prospeo_bulk_enrich_people(people: object[], enrich_mobile?: boolean, only_verified_email?: boolean, only_verified_mobile?: boolean) — Match 1-50 people and correlate every outcome by a caller-generated identifier. A found email/person costs 1 credit; each requested and found mobile costs 10 credits and includes email enrichment. No - prospeo_enrich_company(company: object) — Match one company and return its full profile. Costs 1 credit when matched; no match and repeat enrichment within 90 days are free. FREE rate limit: 1/second, 20/minute, 50/day. - prospeo_enrich_person(person: object, enrich_mobile?: boolean, only_verified_email?: boolean, only_verified_mobile?: boolean) — Match one person and return profile, company, and verified contact data. A found email/person costs 1 credit. Requesting and finding mobile costs 10 credits and also includes email enrichment. No matc - prospeo_get_account_information() — Return the connected Prospeo team's plan, remaining and used credits, team size, and quota-renewal date. This free endpoint is the recommended preflight before credit-consuming search or enrichment. - prospeo_search_companies(filters?: object, next_cursor?: string) — Search Prospeo's company database with typed practical and advanced filters. Returns one page of at most 25 companies. Each non-empty page costs 1 credit unless the team paid for the identical page wi - prospeo_search_people(filters?: object, next_cursor?: string) — Search Prospeo's person database with typed person and company filters. Returns profiles and contact availability but never reveals email or mobile values. Each non-empty page costs 1 credit unless th - prospeo_search_suggestions(query: string, suggestion_type: string) — Resolve canonical Prospeo filter values for locations, titles, technologies, industries, codes, and advanced company fields. Free and consumes no credits. Send exactly one suggestion type. Rate limit: ## Example prompts - "What can I do in Prospeo?" - "Show me a summary of my Prospeo account" ## Links Docs: https://mcp.ai/docs/mcps/prospeo Website: https://mcp.ai/mcps/prospeo