For AI assistants
Connect Claude (or any MCP-aware assistant) to the DEPLOY registry. Ask questions about robot deployments, AI brains, incidents, and regulations and get answers grounded in verified data instead of training memory.
Download the extension. Double-click the file to install. Restart Claude.
Download .dxt (5 KB) For Claude Desktop 0.10+
If your client supports remote MCP servers (Claude Desktop, Cursor, Claude Code, and most newer MCP clients do), just add this URL in the app's MCP settings:
Recent Claude Desktop versions (2025+) support adding remote MCP servers from the UI:
{
"mcpServers": {
"deploy-registry": {
"url": "https://registry.deploy.report/mcp"
}
}
}
On older Claude Desktop versions that don't support remote MCP, use the bridge config below.
Bridge config (works on every version):
{
"mcpServers": {
"deploy-registry": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://registry.deploy.report/mcp"]
}
}
}
deploy-registryhttps://registry.deploy.report/mcpnpx, args ["-y", "mcp-remote@latest", "https://registry.deploy.report/mcp"]Most MCP clients accept either a direct URL or a stdio bridge command. Use:
https://registry.deploy.report/mcpnpx -y mcp-remote@latest https://registry.deploy.report/mcpRefer to your client's MCP documentation for where to enter these.
Once installed, open a new conversation and try:
Your AI assistant calls the registry tools automatically when relevant. You don't have to invoke them manually.
The MCP server exposes 5 tools that wrap DEPLOY's verified registry:
AI assistants are typically limited to training-set knowledge, which goes stale fast on a domain that's evolving as quickly as physical AI. The DEPLOY registry is live, sourced, and human-reviewed. Connecting your assistant to it means answers about robots, deployments, and incidents reflect what's actually verified in the world, not what the training data caught.
DEPLOY also distinguishes verified deployments from manufacturer claims. When your assistant queries DEPLOY, that distinction surfaces in the response. Read our methodology for the full editorial framework.
If something doesn't work:
Direct API access:
POST https://registry.deploy.report/mcpcurl -X POST https://registry.deploy.report/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'