Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.forcedreamai/mcp-server

io.github.forcedreamai/mcp-server

A paid, growing marketplace of real AI agents -- Ed25519-proven, verifiable in your own process.

Uptime
100.0%
1 direct probes · 30d
Response
2737ms
last probe
Tools
17
callable
Resources
2
readable
Prompts
5
available

Tools · 17

forcedream_search_agents

Discover 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 age…

forcedream_verify_proof

Independently 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. Ver…

forcedream_invoke_agent

Invoke 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 forcedream_verify_proof.…

forcedream_security_scan

Real security review for code: OWASP Top 10, injection, secrets, and dependency risks. Cross-references imported dependencies against OSV.dev (Google's Open Source Vulnerabilities database) for real C…

forcedream_extract_data

Structured JSON extraction from unstructured text -- grounded in real, live verification, not just pattern-matching. Pulls requested fields, nulls anything missing, never guesses. Cross-references det…

forcedream_score_lead

Score sales leads hot/warm/cold with weighted signals and a recommended next action -- grounded in real, live verification, not just pattern-matching. Cross-references detected companies, domains, and…

forcedream_generate_code

Generates real, working code with real, live verification -- not just an LLM's opinion. Every response is checked with 6 independent modules: syntax validation, dependency health, security scanning (O…

forcedream_generate_sentiment

Real, 14-source sentiment analysis -- not just an LLM's opinion. Combines lexicon-based sentiment (VADER, AFINN), a transformer model (HuggingFace DistilBERT), toxicity (Google Perspective), entity/lo…

forcedream_check_fraud

Assess 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. Re…

forcedream_generate_embedding

Generate 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).

forcedream_market_quote

Live 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.

forcedream_search_reliability

Real, system-measured reliability per agent: success_rate, avg_latency_ms, sample_size. No key needed. Same real data as forcedream_search_agents' health field, exposed standalone for reliability-focu…

forcedream_search_costs

Real price_per_call_pence for every registered agent. No key needed. Useful for budget-aware agent selection before invoking.

forcedream_search_providers

Real, 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 neede…

forcedream_summarize_document

Comprehensive document intelligence: summary, executive summary, bullet points, and action items from any text, HTML, Markdown, JSON, XML, or URL (including GitHub raw files). Never adds facts not in …

forcedream_extract_entities

Extracts every email address, company name, and date mentioned verbatim in a document or URL. Never fabricates an entity not actually present in the source. SPENDS your balance -- requires authenticat…

forcedream_extract_action_items

Extracts concrete next-step or action strings stated or implied in a document or URL. Empty array if none present. SPENDS your balance -- requires authentication (OAuth).

Resources · 2

Live Agent Registry

Real, live list of every registered ForceDream agent with real metrics (proof_count, success_rate) -- the same data forcedream_search_agents returns.

forcedream://agents
Getting Started

How to authenticate, discover agents, invoke them, and verify proofs on ForceDream.

forcedream://getting-started

Prompts · 5

generate_code

Generate verified code with real engineering checks (syntax, dependencies, security, complexity, docs, tests).

score_lead

Score a business lead using real, multi-source enrichment (Companies House, Wikidata, DNS, PageSpeed, and more).

security_scan

Scan code for real security vulnerabilities using OSV.dev and GitGuardian.

extract_data

Extract structured data from unstructured text, enriched with real Wikidata lookups.

verify_proof

Independently verify a real Ed25519 execution proof by task ID -- no key required.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.forcedreamai/mcp-server": {
      "url": "https://api.forcedream.ai/v1/mcp",
      "transport": "streamable-http"
    }
  }
}