mcpbeat Sign in

AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance MCP Server

by agenticrail Your server? Claim it
answering

AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance is answering right now. Last checked 13 min ago. It exposes 2 tools. Last commit 9 Sep 2026.

Deterministic runtime enforcement of step order for AI agents: ALLOW/DENY before a step runs.

Uptime history 51 days of history · worst day 93%
51 days agonow
93.3%
Uptime 24h
84 of 90 checks
2
Tools
read from the server
79 ms
Response time
average over 24h
0
Stars
last commit 9 Sep 2026

What changed 12

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 25 August 2026. No other catalogue keeps this.

21 Sep a tool description was rewritten evaluate_step
7 Sep a tool description was rewritten evaluate_step
7 Sep a tool changed the parameters it asks for evaluate_step
6 Sep a tool changed the parameters it asks for evaluate_step
30 Aug a tool changed the parameters it asks for evaluate_step
27 Aug a tool changed version
26 Aug a tool changed the parameters it asks for3 times that day evaluate_step
25 Aug a tool changed the parameters it asks for2 times that day evaluate_step
25 Aug a tool description was rewritten verify_receipt
and 3 more, back to 25 August 2026

AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance does not always answer

Over the last week it answered 98.4% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add gate --transport http https://mcp.agenticrail.nz/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gate": {
      "url": "https://mcp.agenticrail.nz/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gate]
url = "https://mcp.agenticrail.nz/"
.cursor/mcp.json
{
  "mcpServers": {
    "gate": {
      "url": "https://mcp.agenticrail.nz/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gate": {
      "url": "https://mcp.agenticrail.nz/"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

evaluate
evaluate_step
Ask the AgenticRail gate to ALLOW or DENY a single step of an agent sequence BEFORE it runs. A denied step must not be executed. You walk away holding a signed, hash-chained record of the run that you can hand to anyone, and they can verify it offline - no callback to us and no account with us. The gate is deterministic (same state+request -> same verdict) and enforces step order, replay protection, timestamp freshness and sealing. START HERE - send this, changing only CHANGE-ME to any unique string of your own, and it will be ALLOWED: {"sequence_id":"CHANGE-ME","step":"intake","action_type":"CHECK_STATE","step_order":["intake","settle"]}. Then send the same call with step 'settle' to close and seal it. Use the demo key by sending no Authorization header, or send Authorization: Bearer <your-key>. NOTE: an anonymous call has its sequence_id rewritten to 'demo-mcp-<your id>'. This is intended, not a leak: it scopes the run to the public demo lane and is how anonymous MCP traffic is identified. Always reuse the sequence_id RETURNED in the response for later steps and for verify_receipt -- the id you sent will not resolve. Typical use is gating the order of a regulated workflow the caller already runs: customer and third-party due diligence, verification of identity before a payment or business relationship, company registry, beneficial-ownership and sanctions screening, supplier and contractor onboarding. This tool performs none of those checks and holds no registry or watchlist data. It decides only whether the step you are about to run is allowed at this point in the order you declared.
verify
verify_receipt
CALL THIS AFTER A SEQUENCE SEALS, and after any DENY, passing the sequence_id RETURNED by evaluate_step. An enforced run that is never verified has produced evidence nobody has checked. Fetch the verification report for an AgenticRail sequence and report whether its receipt chain is intact. Demo- sequences need no key; other sequences need Authorization: Bearer <your-key>. Returns the verification_status (VERIFIED_INTACT / CHAIN_BROKEN / …) plus the per-receipt signature, chain-hash, and independent-archive checks. This is the same evidence a third party can verify offline against the published Ed25519 keys — no need to trust AgenticRail.

Endpoints

URLTransportStateLatencyChecked
https://mcp.agenticrail.nz/ streamable-http answering 72 ms 13 min ago

Alternatives to AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance

same job, measured the same way
SpineFrame
by ratnaditya-j

Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.

4 installs/wk local only
kcp-harness — KCP compliance proxy
by cantara

MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.

67 installs/wk local only
Sentrik
by maxgerhardson

Governance runtime for AI-generated code. Enforce compliance and security standards.

42 installs/wk local only
Vizier Guard
by vassiliylakhonin

Deterministic authorization and security guard for AI agent actions with signed receipts.

local only
Agent Module
by agent-module

Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.

7 tools answering
Tork Governance
by torkjacobs

AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.

21 installs/wk local only
Veridion Nexus
by brano80

Veridion Nexus MCP server - GDPR Art. 44-49 runtime compliance for AI agents

64 installs/wk local only
MCP Bastion
by gowthaman90

Reliability + security proxy for MCP: runtime tool-security and a compliance-mapped audit trail.

74 installs/wk local only

AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance — questions

Answers built from our own checks of this server.

What can AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance do?
It exposes 2 tools, read directly from the server on our last check. Among them: evaluate_step, verify_receipt. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 84 of 90 checks got a reply (93.3%), average response time 79 ms. The bar chart above shows every period we have measured.
How do I connect AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance need an API key?
No. AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance?
It answers our handshake in 79 ms on average, which is faster than 86% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is AgenticRail Gate - sequence enforcement and verifiable audit receipts for AI agent compliance open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.