A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for Pick an Agency — search 47,000+ marketing agencies and get AI-matched, in any AI agent. https://www.picka
Pick an Agency is a free directory of 47,000+ marketing agencies with real client reviews and a free AI matching tool. This Model Context Protocol (MCP) server lets any AI agent — Claude, ChatGPT, Cursor, Gumloop, and more — search the directory and get matched with fitted agencies, directly in conversation.
Find the right marketing agency, backed by real reviews → pickanagency.com
Hosted, public, read-only. No API key required. Streamable HTTP:
https://www.pickanagency.com/api/mcp/mcp
| Tool | What it does |
|---|---|
search_agencies | Search/filter the directory by free-text query, service (SEO, paid ads, social…), country, city, industry, and minimum rating. |
match_agencies | The "Get Matched" engine: give a brief (services, location, budget, industry) and get a ranked shortlist of fitted agencies. |
get_agency | A single agency's full profile (description, rating, services, website, recent reviews) by slug. |
Every result links back to the agency's profile on pickanagency.com.
claude mcp add --transport http pick-an-agency https://www.pickanagency.com/api/mcp/mcp
~/.cursor/mcp.json{
"mcpServers": {
"pick-an-agency": {
"url": "https://www.pickanagency.com/api/mcp/mcp"
}
}
}
Settings → Connectors → Add custom connector → paste the endpoint URL above.
Prefer a local server? This package is a thin stdio proxy to the hosted endpoint:
npx -y github:Natden444/pickanagency-mcp
Or in any MCP client config:
{ "mcpServers": { "pick-an-agency": { "command": "npx", "args": ["-y", "github:Natden444/pickanagency-mcp"] } } }
agence-pickers-paris-paris."The agent calls the tools and answers with real agencies and their pickanagency.com profile links.
Pick an Agency helps companies find the right marketing agency, backed by real client reviews and free AI matching ("Get Matched" returns 5 fitted agencies in about 60 seconds). Built by Nathan Denier.
MIT © Pick an Agency
Tools don't appear after adding the connector — MCP servers connect at session start: open a new conversation (Claude.ai) or restart the session (claude again in Claude Code), then check the connectors/tools menu. In Claude Code, /mcp lists connected servers and their status.
"Connection failed" or timeouts — verify the endpoint URL is exactly https://www.pickanagency.com/api/mcp/mcp (the /mcp suffix matters). The server is public; no API key, OAuth, or headers are needed. Check status by visiting pickanagency.com — if the site is up, the MCP endpoint is up.
Empty results — broaden the filters: try a country instead of a small city, or drop min_rating. match_agencies requires at least one service in services.
get_agency says "no agency found" — slugs must be exact. Find the right slug with search_agencies first (it's the last path segment of the profile URL).
Still stuck? Email hello@pickanagency.com or open an issue.
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
MCP server integration for DaVinci Resolve Studio
A trilingual (繁中 / English / 简中) learning roadmap for agentic AI: from LLM basics to multi-agent systems, with 240+ cura