Search, filter, match, and inspect profiles for marketing agencies using a read-only MCP endpoint.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Pickanagency MCP.
search_agenciesSearch/filter the directory by free-text query, service (SEO, paid ads, socialā¦), country, city, industry, and minimum rating.
match_agenciesThe **"Get Matched"** engine: give a brief (services, location, budget, industry) and get a ranked shortlist of fitted agencies.
get_agencyA single agency's full profile (description, rating, services, website, recent reviews) by slug.
Natden444/pickanagency-mcp MCP server gives an AI client read-only access to Pick an Agency, a directory containing more than 47,000 marketing agencies. It supports three directory tasks: filtering agencies, generating an AI-based shortlist, and reading an individual agency profile.
The search_agencies tool accepts a free-text query and filters for service, country, city, industry, and minimum rating. The match_agencies tool uses a brief describing services, location, budget, and industry to return fitted agencies in ranked order. At least one service is required for matching. The get_agency tool retrieves a profile using its exact slug and can return the description, rating, services, website, and recent reviews.
Results link back to the corresponding agency profiles on pickanagency.com, allowing an agent or developer to provide source pages with its results.
The primary deployment is a hosted Streamable HTTP endpoint:
https://www.pickanagency.com/api/mcp/mcp
Natden444/pickanagency-mcp MCP server is public and read-only. It does not require an API key, OAuth flow, or request headers. An MCP-compatible client connects to the endpoint, discovers the three tools, and sends tool calls during a conversation. The underlying directory and matching functionality are provided by Pick an Agency.
The repository also provides a local stdio option. That option is a thin proxy which forwards MCP traffic to the hosted endpoint rather than running a separate local agency database or matching engine.
For a hosted connection, add the endpoint URL to an MCP client. Cursor can use a server entry with a url property, while Claude Desktop or Claude.ai can add it as a custom connector. Claude Code can register it with an HTTP transport, for example:
claude mcp add --transport http pick-an-agency https://www.pickanagency.com/api/mcp/mcp
To use the repository's stdio proxy, run:
npx -y github:Natden444/pickanagency-mcp
No environment variables or credentials are documented as required. After changing a connection, start a new conversation or restart the client session so the tools are discovered.
Natden444/pickanagency-mcp MCP server only exposes read operations; the provided material does not describe agency creation, editing, or other write actions. Matching requires at least one service. If a search returns too few results, broadening the country or removing the minimum-rating filter may help.
Agency slugs must match exactly. A practical workflow is to call search_agencies first and use the final path segment from the resulting profile URL with get_agency.
The endpoint URL must include the final /mcp suffix. If tools do not appear, reconnect the client by opening a new conversation or restarting the session. Availability depends on the Pick an Agency site and hosted endpoint being reachable.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/natden444-pickanagency-mcp)<a href="https://allmcps.com/mcp/natden444-pickanagency-mcp"><img src="https://allmcps.com/api/badge/natden444-pickanagency-mcp?style=directory" alt="Pickanagency MCP on AllMCPs" /></a>