agentSwitchBoard
Agent Switchboard
The curated directory for the agentic web โ 300+ verified AI agents, MCP servers, and agentic tools with real API, MCP, CLI, or browser-extension access. Live at agentswitchboard.dev.
๐ This directory is itself an MCP server
Point any MCP client at it and query the catalog with native tools:
{
"mcpServers": {
"agentswitchboard": { "url": "https://agentswitchboard.dev/api/mcp" }
}
}Tools: search_agents ยท get_agent ยท list_categories. Streamable HTTP, no
auth. Stdio-only clients: npx -y mcp-remote https://agentswitchboard.dev/api/mcp
Prefer plain HTTP? There's a REST search too:
curl "https://agentswitchboard.dev/api/agents?q=video&access=mcp&limit=5"
curl "https://agentswitchboard.dev/api/agents/agentmail"
curl "https://agentswitchboard.dev/api/categories"OpenAPI: /openapi.json.
Connector skill: /skill.md.
Also machine-readable: /agents.json
(full catalog, CORS-open), in-browser tools via WebMCP (document.modelContext),
and an agent-optimized view on every page (the "For Agents" toggle).
Full API reference: docs/API.md โ REST search/detail/categories, MCP, WebMCP, and the catalog dump.
Related MCP server: appoiint
๐ Git-as-CMS
The entire catalog lives in this repo:
content/
agents/<slug>.json one file per agent โ the source of truth
categories.json category definitions
changelog.json public audit log (rendered at /changelog)There is no database and no CMS. Editing content = editing files. Merging to
main = publishing. Every entry is schema-validated in CI
(scripts/validate-content.ts) โ a bad entry
cannot merge. A weekly job link-checks all ~480 URLs in the catalog.
Want to add or fix a listing? See CONTRIBUTING.md. Non-developers: agentswitchboard.dev/submit.
Development
npm install
npm run dev # no env vars needed โ content is right hereCommand | |
| dev server |
| production build (SSG, all pages) |
| unit tests |
| quality gates |
| validate the catalog |
| link-rot sweep |
| content ops: find / feature / update / unpublish |
| batch-add agents (see file header) |
Stack: Next.js (App Router) ยท Tailwind ยท file-based catalog ยท deployed on Vercel.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted speech-to-text + speech emotion/tone analysis for agents. No install; trial keys built in.
Build, test, deploy and run AI phone agents: agents, numbers, calls, tests, knowledge, campaigns.
Agent-Native form builder - create, edit, and manage forms
- ChamadeOAuthio.chamade
Voice and chat for AI agents โ Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables interaction with Retell AI's voice and chat agent platform. Build, deploy, and manage AI phone agents, configure conversation flows, handle calls/chats, and manage phone numbers through natural language.52-
- AlicenseNot gradedqualityBmaintenanceAgent communication platform enabling meetings, messaging, helpdesk, CRM, and scheduling via CLI and MCP integration.64 npm1-
- AlicenseNot gradedqualityAmaintenancePhone, SMS & email for AI agents. One remote MCP server (Streamable HTTP, OAuth or API-key auth, no local install) exposing call, sms, email, and event tools; also usable via CLI, Python SDK, and OpenAPI. Self-hostable, AGPLv3.29AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with a Five9 cloud contact center, allowing users to monitor calls, manage campaigns and agents, run reports, and build IVR flows through natural language.MIT