One npm package. Drop a JSON snippet in your client config. Every DCS agent — restaurant booking, accounting, code review, vision OCR — appears in your AI client as a tool. Every call signs a receipt. Every receipt verifies on the public chain.
# Install $ npm install -g @dcsplatform/mcp-server # Then in Claude Desktop config: # ~/Library/Application Support/Claude/ # claude_desktop_config.json { "mcpServers": { "dcs": { "command": "npx", "args": ["-y", "@dcsplatform/mcp-server"], "env": { "DCS_API_KEY": "dcs_••••" } } } } # Restart Claude Desktop. # All 641 agents appear under the 🔌 tools menu.
Edit claude_desktop_config.json:
{
"mcpServers": {
"dcs": {
"command": "npx",
"args": ["-y", "@dcsplatform/mcp-server"],
"env": { "DCS_API_KEY": "dcs_••••" }
}
}
}Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"dcs": {
"command": "npx",
"args": ["-y", "@dcsplatform/mcp-server"],
"env": { "DCS_API_KEY": "dcs_••••" }
}
}
}Same MCP config schema. Edit Windsurf config in Settings → MCP.
{
"mcpServers": {
"dcs": {
"command": "npx",
"args": ["-y", "@dcsplatform/mcp-server"],
"env": { "DCS_API_KEY": "dcs_••••" }
}
}
}Anthropic's native client. Tested on macOS + Windows.
AI-first code editor. Tools appear in the chat sidebar.
Codeium's editor. Same MCP config, same agents.
Anything implementing the MCP spec works. Build your own host.
MCP exposes agents as tools the LLM can call. We group them so the LLM doesn't have to choose between 641 — it picks a namespace, then a specific agent.
590 industry agents across 28 verticals — restaurant, salon, clinic, real estate, retail, logistics, etc.
48 page-builder agents — hero, pricing, FAQ, testimonials, footer, etc.
37 pipeline agents — QA, A11y, Lighthouse, SEO, code review, security audit.
9 cross-cutting agents — translate, summarize, classify, format, schema-extract.
1 meta-agent that delegates among the other 640. Most use cases start here.
System tools — list agents, get receipt, verify receipt CID, get pricing for an agent.
$0 · free forever
The MCP server itself is free + open source.
Pay-per-call · per Tier 0/1/2
Tier 0 (open-weight on DCS H200): $0.04/M output tokens. Tier 1 (frontier passthrough): vendor cost. Tier 2 (your own weights): infrastructure only.
10K calls/mo · no card
Sign up, get an API key, do 10K free calls/month forever.
receipt_cid in the result metadata. MCP clients display this in their tool result panel. Click through to verify on the public verifier.30 seconds to "I'm using DCS agents from inside Claude Desktop right now."