Back to Browse

Agentswitchboard MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.

About

Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.

Remote endpoints: streamable-http: https://agentswitchboard.dev/api/mcp

Security Report

5.2
Moderate5.2Moderate Risk

Agent Switchboard is a well-structured Next.js-based MCP server serving as a curated directory of AI agents. The codebase demonstrates solid security practices with proper authentication (no auth required as intended for public catalog), safe file operations limited to the content directory, and no evidence of malicious patterns. Minor findings include basic error handling in file operations and broad exception catching, but these are typical of catalog/directory services and do not materially impact security. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity).

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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 devdev server
npm run buildproduction build (SSG, all pages)
npm testunit tests
npm run lint / npm run typecheckquality gates
npx tsx scripts/validate-content.tsvalidate the catalog
npx tsx scripts/check-links.tslink-rot sweep
npx tsx scripts/cms.tscontent ops: find / feature / update / unpublish
npx tsx scripts/weekly-drop.tsbatch-add agents (see file header)

Stack: Next.js (App Router) · Tailwind · file-based catalog · deployed on Vercel.

License

  • Code (app/, components/, lib/, scripts/, config) — MIT
  • Catalog data (content/) — CC-BY-4.0: reuse freely with attribution to Agent Switchboard.

Reviews

No reviews yet

Be the first to review this server!