Agents
Directory MCP
A free, public Model Context Protocol server for the AptVendor catalog. No account. No API key. Same fields as the public JSON API — name, summary, website, HQ city, categories — never phone, email, or street.
Connect URL
https://aptvendor.com/api/mcp
Streamable HTTP. Discovery also lives at https://aptvendor.com/.well-known/mcp.json. Once aptvendor.com is attached, that host works the same way.
Cursor
Add this to mcp.json (Cursor Settings → MCP). Restart Cursor after saving.
{
"mcpServers": {
"aptvendor": {
"url": "https://aptvendor.com/api/mcp"
}
}
}Tools
search_vendors
Query, category slug, HQ state, limit, offset.
get_vendor
One listing by slug, including named products.
list_categories
Taxonomy with live vendor counts.
JSON equivalents: https://aptvendor.com/api/vendors and https://aptvendor.com/api/categories. Personal lists stay in the signed-in workspace and are not on this server.