Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Natden444/pickanagency-mcp MCP server](https://glama.ai/mcp/servers/Natden444/pickanagency-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Natden444/pickanagency-mcp) πŸ“‡ ☁️ - Search 47,000+ marketing agencies and get AI-matched with fitted agencies...

README.md

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: ``bash npx -y github:Natden444/pickanagency-mcp ` Or in any MCP client config: `json { "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.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.