
Plexa
from sonwr
Agentic discovery layer for local businesses in Mexico & LATAM
Endpoints
Base URL: https://api.joinplexa.com
GET/v1/searchSearch businesses by vertical, city, and geo
GET/v1/businesses/{slug}Business detail by slug
GET/v1/businesses/{id}/queriesAgent activity feed โ requires auth
GET/v1/verticalsList all available verticals
GET/v1/stats/publicPlatform stats (no auth)
POST/v1/builders/registerRegister an agent and get an API key
MCP Tools
Connect Plexa as an MCP server and call tools directly from any agent.
MCPRESTllms.txtschema.org
search_businessesSearch by vertical, city, radius, and capabilities
get_businessFull business detail including hours and services
get_business_hoursOpening hours for a specific business
get_business_servicesService catalog and pricing
get_business_faqsOwner-approved FAQs for a business
contact_businessRequest contact info or trigger a lead notification
list_verticalsEnumerate all verticals in the registry
Rate limits
TierMonthlyPer minute
Anonymous500/month30/min
Free (API key)5,000/month60/min
Pro50,000/month300/min
Need higher limits? Contact us.
Quickstart
1.Get an API key (free)
curl -X POST https://api.joinplexa.com/api/v1/builders/register \
-H "Authorization: Bearer " \
-d '{"name": "my agent"}'
2.Search businesses
curl "https://api.joinplexa.com/api/v1/search?vertical=dental&city=Tijuana" \
-H "Authorization: Bearer plx_live_..."
3.Or connect via MCP
{
"mcpServers": [{
"type": "url",
"url": "https://api.joinplexa.com/mcp/sse",
"name": "plexa"
}]
}
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ