Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

com.geiant/mcp-agentcore

com.geiant/mcp-agentcore

AI governance MCP server for EU AI Act compliance and jurisdiction verification

Uptime
11.1%
27 probes
Response
398ms
last probe
Tools
3
callable

Tools · 3

verify_jurisdiction

Verify that an AI agent is authorized to operate in a specific H3 territorial cell. Checks the GNS-AIP delegation certificate: signature validity, temporal bounds, H3 cell authorization, and facet aut…

generate_audit_proof

Generate a EU AI Act Art. 12 (record-keeping) and Art. 14 (human oversight) compliance evidence bundle for an AI agent. Returns the cryptographic audit chain, Merkle epoch roots, delegation certificat…

check_delegation_chain

Verify the human → agent delegation chain and check whether a specific tool is whitelisted for this agent. Answers the regulatory question: "Did a real human authorize this AI action?" Returns the pri…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.geiant/mcp-agentcore": {
      "url": "https://geiant-agentcore-production.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}