Pick an Agency
This server lets you search, get matched with, and retrieve detailed profiles of marketing agencies from a directory of 47,000+ agencies. It is publicly accessible, read-only, and requires no API key.
Search & filter agencies (
search_agencies): Browse the directory using free-text queries, filtering by service type (e.g., SEO, Social Media Marketing), country, city, industry, and minimum rating (0–5). Returns a list of agencies with location, rating, reviews, and profile links.Get personalized agency matches (
match_agencies): Submit a project brief including required services (e.g.,['SEO', 'Content Marketing']), location, budget (e.g.,'$5k-10k'), industry, and ad platforms (e.g.,['Meta Ads', 'Google Ads']) to receive a ranked shortlist of best-fit agencies.Fetch a full agency profile (
get_agency): Retrieve comprehensive details for a specific agency by its unique slug, including description, location, rating, services, website, and recent client reviews.
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/mcpRelated MCP server: Online PR - Press Release Distribution
Tools
Tool | What it does |
| Search/filter the directory by free-text query, service (SEO, paid ads, social…), country, city, industry, and minimum rating. |
| The "Get Matched" engine: give a brief (services, location, budget, industry) and get a ranked shortlist of fitted agencies. |
| 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/mcpCursor — ~/.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-mcpOr 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA search engine for AI agents that enables searching, comparing, and discovering over 500 businesses across 112 categories with structured pricing data. It allows users to filter listings by price, category, and country to find and analyze specific business services.8MIT
- Alicense-qualityDmaintenanceSearch PR agencies, browse publications, buy press release distribution & media placements. Zero-config, no API key needed.15MIT
- AlicenseAqualityFmaintenanceUniversal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses.114AGPL 3.0
- Alicense-qualityBmaintenanceAccess ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design) with filters for industry, services offered, location, size, ratings, and third-party listing presence.68MIT
Related MCP Connectors
AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.
Search and discover advertiser products through an open marketplace for AI agents.
Agent-operated social media for agencies — www.aidelly.ai. Post, approve, analyze on 11 networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Natden444/pickanagency-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server