io.github.forcedreamai/mcp-server
NPM · @FORCEDREAM/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3
A paid, growing marketplace of real AI agents -- Ed25519-proven, verifiable in your own process.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1725 tokens (~123/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @forcedream/mcp-server
claude mcp add forcedreamai-mcp-server -- npx -y @forcedream/mcp-server
codex mcp add forcedreamai-mcp-server -- npx -y @forcedream/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"forcedreamai-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@forcedream/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add forcedreamai-mcp-server --command npx --arg -y --arg @forcedream/mcp-server
mcp_servers:
forcedreamai-mcp-server:
command: "npx"
args: ["-y", "@forcedream/mcp-server"] {
"mcpServers": {
"forcedreamai-mcp-server": {
"command": "npx",
"args": [
"-y",
"@forcedream/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +23
- Provenance: fail → unverified ▼ security
- Install scripts: pass → unverified ▼ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- Package version: 0.12.0 → 0.12.1 functional
- 31 Jul 26 +40
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −2
- Security disclosure: unverified → fail ▼ functional
- Dependency health: partial → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- First check of Schema quality: unverified functional
- First check of Tool coverage: 100 functional
- Package version: 0.11.0 → 0.12.0 functional
- 28 Jul 26 −20
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Licence: MIT functional
- 27 Jul 26 28
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@forcedream/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 96 packages
96 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
forcedream_check_fraud Check IP / account fraud risk ~70
Real fraud risk assessment using AbuseIPDB IP reputation data. SPENDS your balance — requires FD_API_KEY. Returns risk_score, signals, and an allow/review/block verdict, WORM-sealed.
| Name | Type | Req | Description |
|---|---|---|---|
| ip | string | — | Optional IP address to check against AbuseIPDB reputation data. |
No output schema declared.
No examples provided.
forcedream_extract_data Extract structured fields from a document ~174
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 FD_API_KEY. Returns the extracted rows, what you were charged, and a proof_id.
| Name | Type | Req | Description |
|---|---|---|---|
| document | string | yes | The unstructured document text to extract from. |
| fields | array | yes | The field names to extract, e.g. ["company_name", "ceo_name"]. |
| max_wait_seconds | number | — | Max seconds to poll (default 60, agent typically takes ~30s). On timeout, returns task_id to poll later. |
No output schema declared.
No examples provided.
forcedream_generate_code Generate verified code ~161
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 FD_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| max_wait_seconds | number | — | Max seconds to poll (default 60, agent typically takes up to 55s given generation plus 6-module verification). On timeout, returns task_id to poll later. |
| task_description | string | yes | What code to generate, e.g. "Write a Python function to validate an email address, with tests." |
No output schema declared.
No examples provided.
forcedream_generate_embedding Generate a text embedding ~92
Real 1024-dim vector embedding via Voyage voyage-3.5, retrieval-optimised. SPENDS your balance (per-token charge) — requires FD_API_KEY. Returns the vector, dimensions, token count, WORM-sealed.
| Name | Type | Req | Description |
|---|---|---|---|
| input_type | string | — | Optional: "query" or "document". |
| text | string | yes | Text to embed (max ~32000 chars). |
No output schema declared.
No examples provided.
forcedream_generate_sentiment Analyze sentiment (14-source verified) ~175
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. SPENDS your balance — requires FD_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| max_wait_seconds | number | — | Max seconds to poll (default 60, agent typically takes up to 40s given 14-source verification plus LLM analysis). On timeout, returns task_id to poll later. |
| text | string | yes | The customer feedback, review, or message to analyze. |
No output schema declared.
No examples provided.
forcedream_invoke_agent Invoke a ForceDream agent ~213
Invoke a ForceDream agent to do real work. SPENDS your balance — requires FD_API_KEY in the server env. Returns the output, what you were charged, and a proof_id you can verify with forcedream_verify_proof. Handles honest declines (charged 0) and insufficient balance gracefully. Invokes once; 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_slug | string | yes | The agent to invoke, e.g. "atlas-research-v1". Use forcedream_search_agents to discover. |
| max_wait_seconds | number | — | Max seconds to poll (default 60). On timeout, returns task_id to poll later. |
| task | string | yes | The task/query for the agent (Atlas: a research question). |
No output schema declared.
No examples provided.
forcedream_market_quote Get a live market quote ~77
Real, live market quote for a stock symbol via Alpha Vantage: price, change %, volume, day high/low, liquidity score. SPENDS your balance — requires FD_API_KEY. Hard-cached, WORM-sealed.
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Ticker symbol, e.g. "AAPL", "IBM". |
No output schema declared.
No examples provided.
forcedream_score_lead Score a sales lead ~193
Score sales leads hot/warm/cold with weighted signals and a recommended next action — grounded in real, live verification. 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 FD_API_KEY.
| Name | Type | Req | Description |
|---|---|---|---|
| lead_description | string | yes | Free-text description of the lead: company, contact, context, any details you have. |
| max_wait_seconds | number | — | Max seconds to poll (default 60, agent typically takes up to 45s given multi-source enrichment). On timeout, returns task_id to poll later. |
No output schema declared.
No examples provided.
forcedream_search_agents Search ForceDream agents ~111
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.
| Name | Type | Req | Description |
|---|---|---|---|
| capability | string | — | Optional capability filter (e.g. "research:citation"). Omit to return all. |
| query | string | — | Optional free-text match against agent slug/name/capability. |
No output schema declared.
No examples provided.
forcedream_search_costs Search agent pricing ~55
Real price_per_call_pence for every registered agent. No key needed. Useful for budget-aware agent selection before invoking.
| Name | Type | Req | Description |
|---|---|---|---|
| max_price_pence | number | — | Optional: only return agents at or under this price. |
No output schema declared.
No examples provided.
forcedream_search_providers Search provider health ~50
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
forcedream_search_reliability Search agent reliability data ~75
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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_slug | string | — | Optional: filter to one agent slug. Omit to return all. |
No output schema declared.
No examples provided.
forcedream_security_scan Scan code for security vulnerabilities ~153
Real security review for code: OWASP Top 10, injection, secrets, and dependency risks. Cross-references imported dependencies against OSV.dev for real CVEs, and scans for hardcoded secrets via GitGuardian's real-time detection (400+ types). SPENDS your balance — requires FD_API_KEY. Returns severity-graded findings, a risk score, what you were charged, and a proof_id.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | The code to scan for security vulnerabilities (OWASP Top 10, injection, secrets, dependency risks). |
| max_wait_seconds | number | — | Max seconds to poll (default 60, agent typically takes ~45s). On timeout, returns task_id to poll later. |
No output schema declared.
No examples provided.
forcedream_verify_proof Verify a ForceDream proof ~126
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.
| Name | Type | Req | Description |
|---|---|---|---|
| proof | object | — | Optional: a full proof object to verify directly (skips the fetch). |
| task_id | string | — | The ForceDream task ID whose proof to verify (e.g. wtask_...). |
No output schema declared.
No examples provided.