com.geiant/mcp-agentcore
com.geiant/mcp-agentcoreAI governance MCP server for EU AI Act compliance and jurisdiction verification
Tools · 3
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 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…
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"
}
}
}