Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://dominionobservatory.com/mcp15 herramientas · 157 mscheck_trustGet the trust score and reliability metrics for any MCP server. Use this BEFORE calling an unknown MCP server to assess if it's reliable. Returns trust_score (0-100), latency stats, uptime, success rate, and how many agents have used it. Scores above 70 indicate reliable servers. Scores below 30 in…Get the trust score and reliability metrics for any MCP server. Use this BEFORE calling an unknown MCP server to assess if it's reliable. Returns trust_score (0-100), latency stats, uptime, success rate, and how many agents have used it. Scores above 70 indicate reliable servers. Scores below 30 in…
server_url: Links to undeclared domain: example.workers.dev| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The URL of the MCP server to check (e.g., https://example.workers.dev/mcp) |
clawhub_skill_trustCheck the supply-chain trust of a ClawHub (OpenClaw) skill BEFORE installing or invoking it. After the Feb-2026 ClawHavoc supply-chain attack, third-party skills can carry malware. Returns a PASS/UNCERTAIN/FAIL badge and 0-100 score aggregating ClawHub's published security scan (VirusTotal + model)…Check the supply-chain trust of a ClawHub (OpenClaw) skill BEFORE installing or invoking it. After the Feb-2026 ClawHavoc supply-chain attack, third-party skills can carry malware. Returns a PASS/UNCERTAIN/FAIL badge and 0-100 score aggregating ClawHub's published security scan (VirusTotal + model)…
| Parámetro | Tipo | Descripción |
|---|---|---|
| skill* | string | The ClawHub skill slug, e.g. 'calendar' |
verify_before_callRun a signed pre-invocation verification immediately before an agent sends money, credentials, private data, or write access to an MCP server. The first 3 verifications per agent are free. After that, authenticate the MCP HTTP request with Authorization: Bearer do_<api_key> for Stripe metering ($0.…Run a signed pre-invocation verification immediately before an agent sends money, credentials, private data, or write access to an MCP server. The first 3 verifications per agent are free. After that, authenticate the MCP HTTP request with Authorization: Bearer do_<api_key> for Stripe metering ($0.…
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The MCP server URL or tracked server name to verify |
| agent_id | string | Stable, non-secret agent identifier used to count the 3 introductory calls. If omitted, Dominion derives a privacy-preserving hash from network metadata. |
| payment_tx | string | Optional Base transaction hash proving the x402 USDC payment after a payment_required response |
| reason | string | Optional reason for verification, e.g. money, credentials, private_data, write_access |
paid_trust_verdictGet the PREMIUM behavioral trust verdict for an MCP server, with a signed, citable, tamper-evident attestation receipt. This is a paid x402 service: call WITHOUT payment_tx to receive payment instructions (0.001 USDC on Base), pay, then call again WITH the payment_tx (transaction hash, single-use)…Get the PREMIUM behavioral trust verdict for an MCP server, with a signed, citable, tamper-evident attestation receipt. This is a paid x402 service: call WITHOUT payment_tx to receive payment instructions (0.001 USDC on Base), pay, then call again WITH the payment_tx (transaction hash, single-use)…
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_slug* | string | The MCP server slug/name to get a paid verdict for |
| payment_tx | string | Base transaction hash proving 0.001 USDC was sent to the pay_to wallet (omit on the first call to get payment instructions) |
verify_attestationCryptographically verify a Dominion signed attestation (JWS) — e.g. a trust-verdict receipt, gateway attestation, or MCP Verified badge. Stateless: checks the Ed25519 signature against Dominion's published public key (no trust in this server required). Use this to confirm a receipt another party ga…Cryptographically verify a Dominion signed attestation (JWS) — e.g. a trust-verdict receipt, gateway attestation, or MCP Verified badge. Stateless: checks the Ed25519 signature against Dominion's published public key (no trust in this server required). Use this to confirm a receipt another party ga…
| Parámetro | Tipo | Descripción |
|---|---|---|
| jws* | string | The Dominion attestation as a JWS compact string (header.payload.signature) |
preflight_checkRun a PRE-FLIGHT due-diligence check on an MCP server BEFORE your agent invokes it. Returns a verdict (PASS/UNCERTAIN/FAIL/UNRATED) plus a SIGNED, timestamped diligence receipt you keep as proof you performed a trust check — the standard of care after the ClawHavoc/Miasma supply-chain attacks. Call…Run a PRE-FLIGHT due-diligence check on an MCP server BEFORE your agent invokes it. Returns a verdict (PASS/UNCERTAIN/FAIL/UNRATED) plus a SIGNED, timestamped diligence receipt you keep as proof you performed a trust check — the standard of care after the ClawHavoc/Miasma supply-chain attacks. Call…
| Parámetro | Tipo | Descripción |
|---|---|---|
| target* | string | The MCP server URL/name — or a ClawHub skill slug (with registry:'clawhub') — to vet before invoking |
| registry | string | Optional: set to 'clawhub' to vet an OpenClaw/ClawHub skill instead of an MCP server |
report_interactionReport the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network. Your report helps other agents make better decisions. This is free and takes <1ms.Report the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network. Your report helps other agents make better decisions. This is free and takes <1ms.
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The URL of the MCP server you called |
| success* | boolean | Did the call succeed? true = worked as expected, false = error or unexpected result |
| latency_ms | number | How long the call took in milliseconds |
| tool_name | string | Which tool you called on the server |
| error_type | string | If failed: timeout, auth_error, invalid_response, server_error, rate_limited, schema_mismatch |
| error_message | string | If failed: brief error description |
| http_status | integer | HTTP status code returned (200, 429, 500, etc.) |
get_leaderboardGet the top-rated MCP servers, optionally filtered by category. Use this to discover the most reliable MCP servers in the ecosystem. Categories include: weather, finance, code, data, search, compliance, transport, productivity, communication.Get the top-rated MCP servers, optionally filtered by category. Use this to discover the most reliable MCP servers in the ecosystem. Categories include: weather, finance, code, data, search, compliance, transport, productivity, communication.
| Parámetro | Tipo | Descripción |
|---|---|---|
| category | string | Filter by category (optional). Leave empty for overall leaderboard. |
| limit | integer | Number of results (default 10, max 50) |
get_baselinesGet behavioral baselines for a tool category. Shows what 'normal' looks like — average latency, success rates, typical call patterns. Use this to evaluate whether a specific server's performance is within normal range for its category.Get behavioral baselines for a tool category. Shows what 'normal' looks like — average latency, success rates, typical call patterns. Use this to evaluate whether a specific server's performance is within normal range for its category.
| Parámetro | Tipo | Descripción |
|---|---|---|
| category* | string | The tool category to get baselines for (e.g., weather, finance, code, data) |
check_anomalyCheck if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, unreliable, or returns unexpected results. Returns whether the behavior deviates significantly from normal patterns.Check if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, unreliable, or returns unexpected results. Returns whether the behavior deviates significantly from normal patterns.
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The MCP server URL to check |
| observed_latency_ms | number | The latency you observed |
| observed_success_rate | number | Success rate you've observed (0.0 to 1.0) |
register_serverRegister a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.Register a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The MCP server URL |
| name* | string | Human-readable name of the server |
| description | string | What the server does |
| category | string | Primary category: weather, finance, code, data, search, compliance, transport, productivity, communication, other |
| github_url | string | GitHub repository URL (optional, improves static score) |
get_server_historyGet daily trust score and performance history for a server over the last 30 days. Use this to see trends — is the server improving or degrading?Get daily trust score and performance history for a server over the last 30 days. Use this to see trends — is the server improving or degrading?
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The MCP server URL |
observatory_statsGet overall statistics about the Dominion Observatory — total servers tracked, total interactions recorded, coverage by category, and data freshness. Use this to understand the scope of the trust network.Get overall statistics about the Dominion Observatory — total servers tracked, total interactions recorded, coverage by category, and data freshness. Use this to understand the scope of the trust network.
No se publicó ningún esquema de entrada para esta herramienta.
get_compliance_reportExport a compliance-ready audit trail of all recorded interactions. Formatted for EU AI Act Article 12 and Singapore IMDA Agentic AI Governance Framework. Filter by server, agent, or date range. Essential for enterprises that need to prove their AI agents are behaving correctly.Export a compliance-ready audit trail of all recorded interactions. Formatted for EU AI Act Article 12 and Singapore IMDA Agentic AI Governance Framework. Filter by server, agent, or date range. Essential for enterprises that need to prove their AI agents are behaving correctly.
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url | string | Filter by server URL (optional) |
| agent_id | string | Filter by agent ID (optional) |
| start_date | string | Start date in YYYY-MM-DD format (optional) |
| end_date | string | End date in YYYY-MM-DD format (optional) |
get_mica_attestationGenerate an EU AI Act Article 12-style behavioral audit attestation for an MCP server — timestamped, auditable interaction records for record-keeping/traceability. (EU AI Act high-risk obligations were deferred by the Digital Omnibus to 2 Dec 2027 for Annex III and 2 Aug 2028 for Annex I products;…Generate an EU AI Act Article 12-style behavioral audit attestation for an MCP server — timestamped, auditable interaction records for record-keeping/traceability. (EU AI Act high-risk obligations were deferred by the Digital Omnibus to 2 Dec 2027 for Annex III and 2 Aug 2028 for Annex I products;…
| Parámetro | Tipo | Descripción |
|---|---|---|
| server_url* | string | The MCP server URL to generate attestation for |
15 de 15 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.