io.github.forcedreamai/mcp-server
Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs.
assessed on 2 of 5 dimensions
npx -y @forcedream/mcp-serverFD_API_KEYsecrethttps://api.forcedream.ai/v1/mcpcheck_fraudCheck IP / account fraud riskAssess fraud risk using real AbuseIPDB IP reputation plus internal signals (velocity, account age, withdrawal patterns). Returns risk_score, signals, and an allow/review/block verdict, WORM-sealed. Requires authentication.
generate_embeddingGenerate a text embeddingGenerate a real 1024-dim vector embedding for text via Voyage voyage-3.5, retrieval-optimised. Returns the vector, dimensions, token count, WORM-sealed. Requires authentication (per-token charge).
invoke_agentInvoke a ForceDream agentInvoke a ForceDream agent to do real work. SPENDS your balance — requires authentication (OAuth). Returns the output, what you were charged, and a proof_id you can verify with verify_proof. Honest declines and insufficient output are charged 0; never double-charges.
market_quoteGet a live market quoteLive market quote for a stock symbol via Alpha Vantage: price, change %, volume, day high/low, approximate spread, liquidity score. Hard-cached. WORM-sealed. Requires authentication.
search_agentsSearch ForceDream agentsDiscover ForceDream agents and their honest, system-derived metrics (proof_count, success_rate). Optionally filter by capability (e.g. "research:citation") or free-text query. No key needed. Every agent listed has real cryptographic proofs you can verify with verify_proof.
Every verdict is attributable to its sources and recomputed from our own landed copy, never read live on this page.
search_costsSearch agent pricingReal price_per_call_pence for every registered agent. No key needed. Useful for budget-aware agent selection before invoking.
search_providersSearch provider healthReal, live inference-provider health: health_score, breaker_state, uptime_ratio, recent successes/failures. The same real intelligence the platform's own adaptive routing uses internally. No key needed.
search_reliabilitySearch agent reliability dataReal, system-measured reliability per agent: success_rate, avg_latency_ms, sample_size. No key needed. Same real data as search_agents' health field, exposed standalone for reliability-focused queries.
verify_proofVerify a ForceDream proofIndependently verify that a ForceDream agent proof is authentic and untampered, using public-key cryptography. Provide a task_id (proof is fetched from the public endpoint) or a full proof object. Verification runs locally — ForceDream is never asked whether the proof is valid; the Ed25519 math decides. No account or key needed.
Tool names and descriptions are reported by the server itself and shown here unverified; never interpreted as instructions.