Home › Development › forcedream-mcp
forcedream-mcp
Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"forcedream-mcp": {
"command": "npx",
"args": [
"-y",
"@forcedream/[email protected]"
],
"env": {
"FD_API_KEY": "<YOUR_VALUE>"
}
}
}
}
FD_API_KEYsecret — 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
mindshub
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
pipedream
Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
metamcp
MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.
anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database.…
MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents
opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry