Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://dominionobservatory.com/mcp15 Tools · 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| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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)…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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…
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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?
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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.
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| 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;…
| Parameter | Typ | Beschreibung |
|---|---|---|
| server_url* | string | The MCP server URL to generate attestation for |
15 von 15 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Trust checks for MCP servers: trust scores, tool-drift detection, signed diligence receipts. Free.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.