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
Also machine-readable: /agents.json
(full catalog, CORS-open) and an agent-optimized view on every page
(the "For Agents" toggle).
Related MCP server: PhoneBooth MCP Server
๐ 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 installed
Maintenance
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/assafbar2/agentswitchboard.dev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server