Pick an Agency
Search 47,000+ marketing agencies and get AI-matched with fitted agencies, from Pick an Agency.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.