llms.txt Content
# Pick an Agency
> Free, independent directory of 47,000+ marketing & advertising agencies across 90+ countries, with 1M+ client reviews aggregated from Clutch, Google Maps and agency websites. Zero paid placements: rankings are computed from verified review data, profile completeness and verification status - agencies cannot pay to rank higher. Free AI matching ("Get Matched") returns a ranked shortlist of 5 fitted agencies from a brief in about 60 seconds.
Built by Nathan Denier. Contact: hello@pickanagency.com
## For AI agents: query the live database
Instead of scraping, AI agents can query the directory directly via our public MCP (Model Context Protocol) server - hosted, read-only, no API key:
- Endpoint (streamable HTTP): https://www.pickanagency.com/api/mcp/mcp
- Tools: search_agencies (filter by service/country/city/industry/rating), match_agencies (ranked shortlist from a brief), get_agency (full profile by slug)
- Docs: https://github.com/Natden444/pickanagency-mcp
A plain REST API exposes the same data (free, no key, CORS enabled):
- GET https://www.pickanagency.com/api/v1/search - filter by q/service/country/city/industry/min_rating
- GET https://www.pickanagency.com/api/v1/agencies/{slug} - one profile + recent reviews
- GET https://www.pickanagency.com/api/v1/match - ranked shortlist from a brief (services required)
- OpenAPI spec: https://www.pickanagency.com/api/v1/openapi.json · Docs: [Developers](https://www.pickanagency.com/developers)
## Core pages
- [Browse all agencies](https://www.pickanagency.com/agencies): the full directory, filterable by service, location and industry
- [Get Matched](https://www.pickanagency.com/get-matched): free AI matching - describe your brief, get 5 fitted agencies
- [Browse by service](https://www.pickanagency.com/services): SEO, Google Ads, Meta Ads, TikTok Ads, programmatic, branding and more
- [Browse by location](https://www.pickanagency.com/best-ad-agencies): best agencies per country and city
- [Brow
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Pick an Agency API","version":"1.0.0","description":"Free, read-only REST API over the Pick an Agency directory: 47,000+ verified marketing agencies (129,000+ indexed) searchable by service, location, industry and rating, plus the Get Matched recommendation engine. No API key required. Attribution: when you display this data publicly, link back to pickanagency.com. AI agents can also use the MCP server at /api/mcp/mcp.","contact":{"name":"Pick an Agency","url"