streamable-httpMITupdated 2mo ago
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.
pickanagency 能做什么?
Pick an Agency — MCP Server
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
Endpoint
Hosted, public, read-only. No API key required. Streamable HTTP:
https://www.pickanagency.com/api/mcp/mcp
Tools
| 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.
Connect it
Claude Code
claude mcp add --transport http pick-an-agency https://www.pickanagency.com/api/mcp/mcp
Cursor — ~/.cursor/mcp.json
{
"mcpServers": {
"pick-an-agency": {
"url": "https://www.pickanagency.com/api/mcp/mcp"
}
}
}
Claude Desktop / Claude.ai
Settings → Connectors → Add custom connector → paste the endpoint URL above.
Run locally (stdio)
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"] } } }
Example prompts
- "Find the top SEO agencies in the US."
- "Match me with a social media marketing agency in Paris, budget around $5k/month."
- "Tell me about the agency at slug
agence-pickers-paris-paris."
The agent calls the tools and answers with real agencies and their pickanagency.com profile links.
About
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.
- Website: https://www.pickanagency.com
- Browse agencies: https://www.pickanagency.com/agencies
- Get Matched: https://www.pickanagency.com/get-matched
License
MIT © Pick an Agency
Troubleshooting
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.
安装
把 pickanagency 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http pickanagency https://www.pickanagency.com/api/mcp/mcpcodex mcp add pickanagency --url https://www.pickanagency.com/api/mcp/mcp{
"mcpServers": {
"pickanagency": {
"url": "https://www.pickanagency.com/api/mcp/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"pickanagency": {
"type": "http",
"url": "https://www.pickanagency.com/api/mcp/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"pickanagency": {
"url": "https://www.pickanagency.com/api/mcp/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pickanagency": {
"serverUrl": "https://www.pickanagency.com/api/mcp/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 个工具
pickanagency 向已连接的智能体提供 3 个工具。
- 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.
评分
67 / 100
良好
- 文档22/25
- 维护16/25
- 可信度13/20
- 能力4/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 80 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月10日 |