{
  "markdown": "# Pick an Agency — MCP Server\n\n[**Pick an Agency**](https://www.pickanagency.com) is a free directory of **47,000+ marketing agencies** with real client reviews and a free AI matching tool. This [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server lets any AI agent — Claude, ChatGPT, Cursor, Gumloop, and more — search the directory and get matched with fitted agencies, directly in conversation.\n\n> Find the right marketing agency, backed by real reviews → [pickanagency.com](https://www.pickanagency.com)\n\n## Endpoint\n\nHosted, public, read-only. **No API key required.** Streamable HTTP:\n\n```\nhttps://www.pickanagency.com/api/mcp/mcp\n```\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `search_agencies` | Search/filter the directory by free-text query, service (SEO, paid ads, social…), country, city, industry, and minimum rating. |\n| `match_agencies` | The **\"Get Matched\"** engine: give a brief (services, location, budget, industry) and get a ranked shortlist of fitted agencies. |\n| `get_agency` | A single agency's full profile (description, rating, services, website, recent reviews) by slug. |\n\nEvery result links back to the agency's profile on [pickanagency.com](https://www.pickanagency.com/agencies).\n\n## Connect it\n\n### Claude Code\n```bash\nclaude mcp add --transport http pick-an-agency https://www.pickanagency.com/api/mcp/mcp\n```\n\n### Cursor — `~/.cursor/mcp.json`\n```json\n{\n  \"mcpServers\": {\n    \"pick-an-agency\": {\n      \"url\": \"https://www.pickanagency.com/api/mcp/mcp\"\n    }\n  }\n}\n```\n\n### Claude Desktop / Claude.ai\n**Settings → Connectors → Add custom connector** → paste the endpoint URL above.\n\n### Run locally (stdio)\nPrefer a local server? This package is a thin stdio proxy to the hosted endpoint:\n```bash\nnpx -y github:Natden444/pickanagency-mcp\n```\nOr in any MCP client config:\n```json\n{ \"mcpServers\": { \"pick-an-agency\": { \"command\": \"npx\", \"args\": [\"-y\", \"github:Natden444/pickanagency-mcp\"] } } }\n```\n\n## Example prompts\n\n- *\"Find the top SEO agencies in the US.\"*\n- *\"Match me with a social media marketing agency in Paris, budget around $5k/month.\"*\n- *\"Tell me about the agency at slug `agence-pickers-paris-paris`.\"*\n\nThe agent calls the tools and answers with real agencies and their [pickanagency.com](https://www.pickanagency.com) profile links.\n\n## About\n\n[Pick an Agency](https://www.pickanagency.com) 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.\n\n- Website: <https://www.pickanagency.com>\n- Browse agencies: <https://www.pickanagency.com/agencies>\n- Get Matched: <https://www.pickanagency.com/get-matched>\n\n## License\n\nMIT © Pick an Agency\n\n## Troubleshooting\n\n**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.\n\n**\"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](https://www.pickanagency.com) — if the site is up, the MCP endpoint is up.\n\n**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`.\n\n**`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).\n\n**Still stuck?** Email [hello@pickanagency.com](mailto:hello@pickanagency.com) or [open an issue](https://github.com/Natden444/pickanagency-mcp/issues).\n",
  "bytes": 3874,
  "sha": "37fa06242dd23460e30ab586a430dffa47efa5bab9cc4747c2892bb83c215c3a",
  "repo_slug": "natden444/pickanagency-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_natden444_pickanagency_ab4b2de0/readme"
}