streamable-httpMITupdated 9d ago
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.
What can you do with 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).
๐ 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 here
| Command | |
|---|---|
npm run dev |
dev server |
npm run build |
production build (SSG, all pages) |
npm test |
unit tests |
npm run lint / npm run typecheck |
quality gates |
npx tsx scripts/validate-content.ts |
validate the catalog |
npx tsx scripts/check-links.ts |
link-rot sweep |
npx tsx scripts/cms.ts |
content ops: find / feature / update / unpublish |
npx tsx scripts/weekly-drop.ts |
batch-add agents (see file header) |
Stack: Next.js (App Router) ยท Tailwind ยท file-based catalog ยท deployed on Vercel.
License
Install
Add agentswitchboard to your client. Pick the one you use.
claude mcp add --transport http agentswitchboard https://agentswitchboard.dev/api/mcpcodex mcp add agentswitchboard --url https://agentswitchboard.dev/api/mcp{
"mcpServers": {
"agentswitchboard": {
"url": "https://agentswitchboard.dev/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentswitchboard": {
"type": "http",
"url": "https://agentswitchboard.dev/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentswitchboard": {
"url": "https://agentswitchboard.dev/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentswitchboard": {
"serverUrl": "https://agentswitchboard.dev/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 23, 2026 |