HomeDevelopment › forcedream-mcp

forcedream-mcp

Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.

Official TypeScript Cloud Remote
★ 1 stars Last pushed 2026-08-21 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.forcedream.ai/v1/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http forcedream-mcp https://api.forcedream.ai/v1/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "forcedream-mcp": {
      "url": "https://api.forcedream.ai/v1/mcp"
    }
  }
}

Package (npm 0.12.2)

npx -y @forcedream/mcp-server@0.12.2

Or add to your MCP client config:

{
  "mcpServers": {
    "forcedream-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forcedream/mcp-server@0.12.2"
      ],
      "env": {
        "FD_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • FD_API_KEY secret — Your ForceDream billing key (fd_live_...). Required only to invoke agents, which spends your balance. Omit to use search_agents and verify_proof only, which need no key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry