Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.wyattbenno777/icme-preflight

REMOTE · API.ICME.IO · SCANNED AUG 3

Jailbreak-proof AI guardrails. Automated Reasoning SMT solver, not an LLM. ZK proofs included.

Available components

+2 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1492 tokens (~106/item across 14 items; 14 tools + 0 resources), lean.Pass
  • 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
Capabilities40
  • Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28. See how to fix → Fail
Install

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.

remote · api.icme.io

# add to Claude Code
claude mcp add --transport http wyattbenno777-icme-preflight https://api.icme.io/mcp
# ~/.codex/config.toml
[mcp_servers.wyattbenno777-icme-preflight]
url = "https://api.icme.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyattbenno777-icme-preflight": {
      "type": "remote",
      "url": "https://api.icme.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wyattbenno777-icme-preflight --url https://api.icme.io/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  wyattbenno777-icme-preflight:
    url: "https://api.icme.io/mcp"
// mcp.json
{
  "mcpServers": {
    "wyattbenno777-icme-preflight": {
      "type": "http",
      "url": "https://api.icme.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

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.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 0
    • 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 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

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 · Probed https://api.icme.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=icme.io CN=WE1,O=Google Trust Services,C=US 21 Jul 2026 19 Oct 2026 ECDSA 256 ECDSA-SHA256 25abe8ecdbfdc5420e01c5622f534168
SANs: icme.io, *.icme.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.icme.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
icme.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.icme.io/mcp Verified 200
http (plaintext) http://api.icme.io/mcp HTTPS enforced 301 https://api.icme.io/mcp
MCP tools — 14 exposed · ~1,492 tokens

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.

Tool Tokens
check_action ~158

Enforce a guardrail: verify an agent action against a compiled policy using formal verification. An SMT solver — not an LLM — determines whether the action satisfies every rule. Returns SAT (allowed) or UNSAT (blocked) with extracted values and a cryptographic ZK proof that the check was performed correctly. Cannot be jailbroken. 1 credit ($0.01). Requires api_key. Tip: end the action with an explicit claim like 'I assert this complies with the policy' for best extraction.

NameTypeReqDescription
actionstringyesThe agent action to verify against the policy (max 2000 chars)
api_keystringyesYour ICME API key
policy_idstringyesPolicy ID from make_rules

No output schema declared.

No examples provided.

check_action_paid ~110

Same formal verification as check_action, but pay per call with x402 ($0.10 USDC on Base) instead of using credits. No API key or account needed — any agent with a wallet can verify actions on the fly. Returns SAT (allowed) or UNSAT (blocked) with extracted values and optional ZK proof.

NameTypeReqDescription
actionstringyesThe agent action to verify against the policy (max 2000 chars)
policy_idstringyesPolicy ID from make_rules

No output schema declared.

No examples provided.

check_logic ~153

Catch contradictions in reasoning before acting on it. FREE — no account needed. Extracts quantitative and logical claims from any plan, calculation, or chain of thought, then uses a Z3 SAT solver to mathematically prove whether they contradict each other. This is formal verification, not an LLM second-guessing itself. Returns CONSISTENT, CONTRADICTION, or UNKNOWN with the extracted claims.

NameTypeReqDescription
reasoningstringyesThe reasoning, plan, or chain of thought to check. Be specific — include numbers, conditions, and constraints for the best results (max 2000 chars)
show_smtbooleanInclude the generated SMT-LIB2 formula in the response for inspection (default: false)

No output schema declared.

No examples provided.

check_relevance ~149

Free relevance screen — checks whether an action touches any of your policy variables before running a paid check. Returns a relevance score and which variables matched. If should_check is true, run check_action. If false, the action is unrelated to your policy — skip the paid check. No credits charged. Requires api_key.

NameTypeReqDescription
actionstringyesThe agent action to screen (max 2000 chars)
api_keystringyesYour ICME API key
policy_idstringyesPolicy ID from make_rules
thresholdnumberRelevance threshold (0.0 to 1.0). Default 0.0 — any match triggers should_check. Optional.

No output schema declared.

No examples provided.

create_account ~85

Create an ICME Preflight account with x402 USDC payment ($5.00 on Base). Returns an API key and 325 starting credits immediately. Save the api_key — it is shown only once. Use create_account_card instead if paying by credit card.

NameTypeReqDescription
usernamestringyesUnique username (1-32 chars, alphanumeric + hyphens/underscores)

No output schema declared.

No examples provided.

create_account_card ~81

Create an ICME Preflight account with a credit card ($5.00 via Stripe). Returns a checkout_url — open it in a browser to pay. After payment completes, call poll_session with the session_id to retrieve your API key.

NameTypeReqDescription
usernamestringyesUnique username (1-32 chars, alphanumeric + hyphens/underscores)

No output schema declared.

No examples provided.

get_scenarios ~72

Review auto-generated test scenarios for a compiled policy. Shows example actions that should pass and fail, so you can verify the policy behaves as intended before deploying it. Requires api_key.

NameTypeReqDescription
api_keystringyesYour ICME API key
policy_idstringyesPolicy ID from make_rules

No output schema declared.

No examples provided.

make_rules ~154

Turn a plain-English policy into a jailbreak-proof guardrail. Write rules the way you would explain them to a colleague — ICME compiles them into formal logic (SMT-LIB) that a mathematical solver enforces. No prompt engineering. No LLM judges. The solver either proves an action complies or it doesn't. Returns a policy_id and test scenarios for review. Costs 300 credits. Requires api_key.

NameTypeReqDescription
api_keystringyesYour ICME API key (from create_account or create_account_card)
policystringyesYour policy in plain English, e.g. 'No action may access user data without explicit consent. External API calls require approval above $100.' Up to 50 rules.

No output schema declared.

No examples provided.

poll_session ~68

Check the status of a Stripe card payment. Returns pending or complete. On completion after signup, returns the api_key. Call this after create_account_card or top_up_card once the user has paid.

NameTypeReqDescription
session_idstringyesThe session_id returned by create_account_card or top_up_card

No output schema declared.

No examples provided.

quick_check ~113

Fast yes/no guardrail verdict — returns only ALLOWED or BLOCKED with no proof details. Use when you need a lightweight gate and don't need the full SAT/UNSAT report or ZK proof. Same formal verification under the hood, just a minimal response. 1 credit. Requires api_key.

NameTypeReqDescription
actionstringyesThe agent action to check (max 2000 chars)
api_keystringyesYour ICME API key
policy_idstringyesPolicy ID from make_rules

No output schema declared.

No examples provided.

run_tests ~72

Run saved test cases against a policy to confirm it blocks what it should block and allows what it should allow. Run this after make_rules and before using the policy in production. Requires api_key.

NameTypeReqDescription
api_keystringyesYour ICME API key
policy_idstringyesPolicy ID to test

No output schema declared.

No examples provided.

top_up ~58

Add 500 credits to your account via x402 USDC payment ($5.00 on Base). Use top_up_card instead for credit card payment with volume discounts. Requires api_key.

NameTypeReqDescription
api_keystringyesYour ICME API key

No output schema declared.

No examples provided.

top_up_card ~124

Add credits via credit card with volume bonuses. Returns a checkout_url. Tiers: $5 = 500 credits, $10 = 1,050 (+5%), $25 = 2,750 (+10%), $50 = 5,750 (+15%), $100 = 12,000 (+20%). Credits never expire. Requires api_key.

NameTypeReqDescription
amount_usdintegeryesTop-up amount in USD: 5, 10, 25, 50, or 100
api_keystringyesYour ICME API key

No output schema declared.

No examples provided.

verify_proof ~95

Independently verify a ZK proof from a prior check_action call. Confirms the guardrail check was performed correctly without re-running it — any third party or monitoring agent can verify in under one second. No additional cost. Wait a few minutes after the check for the proof to be generated. Single-use per proof.

NameTypeReqDescription
proof_idstringyesThe proof_id returned by a prior check_action or check_action_paid call

No output schema declared.

No examples provided.