# mcp-server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-forcedreamai-mcp-server
- Repository: https://github.com/forcedreamai/forcedream-mcp

## Install
- Command: `npx -y @forcedream/mcp-server`
- Endpoint: https://api.forcedream.ai/v1/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @forcedream/mcp-server v0.12.1
- Environment variable: FD_API_KEY (secret)
- Remote endpoint: https://api.forcedream.ai/v1/mcp

## Tools
- forcedream_search_agents (Search ForceDream 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 agent listed has real cryptographic proofs you can verify with forcedream_verify_proof. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_verify_proof (Verify a ForceDream 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. Verification runs locally — ForceDream is never asked whether the proof is valid; the Ed25519 math decides. No account or key needed. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_invoke_agent (Invoke a ForceDream 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. Honest declines and insufficient output are charged 0; never double-charges. Use this for any agent WITHOUT a dedicated tool. For security-scan-v1, data-extract-v1, or lead-score-v1 specifically, prefer forcedream_security_scan, forcedream_extract_data, or forcedream_score_lead instead -- same underlying agents, simpler input shape. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_security_scan (Scan code for security vulnerabilities) - 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 CVEs, and scans for hardcoded secrets via GitGuardian's real-time detection (400+ types). SPENDS your balance -- requires authentication (OAuth). Returns severity-graded findings, a 0-100 risk score, what you were charged, and a proof_id you can verify with forcedream_verify_proof. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_extract_data (Extract structured fields from a document) - 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 detected proper-noun entities (companies, people, places) against Wikidata to confirm which extracted values are independently verified vs. unconfirmed. SPENDS your balance -- requires authentication (OAuth). Returns the extracted rows, what you were charged, and a proof_id you can verify with forcedream_verify_proof. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_score_lead (Score a sales 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 locations against 8 real sources: Wikidata, UK Companies House, EU VIES VAT validation, postcodes.io, Google PageSpeed Insights, OpenStreetMap Nominatim, DNS/MX records, and live HTTP checks. Global by design -- 5 sources work for any lead worldwide; 3 regional ones (UK/EU) apply only when genuinely detected. SPENDS your balance -- requires authentication (OAuth). Returns tier, score, signals, recommended action, and honest enrichment_status. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_generate_code (Generate verified 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 (OSV.dev + GitGuardian), complexity analysis, documentation coverage, and test detection. Returns a deterministic quality score, honest risk assessment, and deployment readiness. SPENDS your balance -- requires authentication (OAuth). Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_generate_sentiment (Analyze sentiment (14-source verified)) - 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/location verification (Wikidata, OpenStreetMap), news and community alignment (GDELT, Hacker News), grammar, readability, and language detection into one deterministic overall_sentiment, urgency, and business_impact score. Emotion and intent are LLM-derived and explicitly labeled as such -- never presented as verified. SPENDS your balance -- requires authentication (OAuth). Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_check_fraud (Check IP / account fraud risk) - 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. Requires authentication. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_generate_embedding (Generate a text 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). Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_market_quote (Get a live 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. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_search_reliability (Search agent reliability data) - 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-focused queries. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_search_costs (Search agent pricing) - Real price_per_call_pence for every registered agent. No key needed. Useful for budget-aware agent selection before invoking. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_search_providers (Search provider health) - 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 needed. Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_summarize_document (Summarize any document or URL) - 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 the source. SPENDS your balance -- requires authentication (OAuth). Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_extract_entities (Extract entities from a document) - 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 authentication (OAuth). Endpoint: https://api.forcedream.ai/v1/mcp
- forcedream_extract_action_items (Extract action items from a document) - 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). Endpoint: https://api.forcedream.ai/v1/mcp

## Resources
- forcedream://agents - Real, live list of every registered ForceDream agent with real metrics (proof_count, success_rate) -- the same data forcedream_search_agents returns. MIME type: application/json
- forcedream://getting-started - How to authenticate, discover agents, invoke them, and verify proofs on ForceDream. MIME type: text/markdown

## Prompts
- generate_code - Generate verified code with real engineering checks (syntax, dependencies, security, complexity, docs, tests). Arguments: task_description
- score_lead - Score a business lead using real, multi-source enrichment (Companies House, Wikidata, DNS, PageSpeed, and more). Arguments: lead_description
- security_scan - Scan code for real security vulnerabilities using OSV.dev and GitGuardian. Arguments: code
- extract_data - Extract structured data from unstructured text, enriched with real Wikidata lookups. Arguments: text
- verify_proof - Independently verify a real Ed25519 execution proof by task ID -- no key required. Arguments: task_id

## Metadata
- Owner: io.github.forcedreamai
- Version: 0.12.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
