Skip to main content
Glama

AgentKeeper-MCP โšก

Autonomous Onchain Agent Gateway & MCP Protocol Suite for KeeperHub
Built for the DoraHacks KeeperHub Agent Economy Hackathon


๐ŸŒŸ Overview

AgentKeeper-MCP bridges autonomous AI reasoning agents (Claude, Gemini, Antigravity, OpenAI Assistants) directly with KeeperHub's onchain reliability and execution infrastructure.

By exposing high-assurance Model Context Protocol (MCP) tools, it empowers agents to execute transactions, settle HTTP 402 micro-payments, and verify cryptographic execution receipts with zero human intervention.

flowchart TD
    subgraph AgentLayer["Autonomous AI Agent (Claude / Antigravity / Gemini)"]
        AI["AI Reasoning Engine"]
    end

    subgraph MCP["AgentKeeper-MCP Protocol Layer"]
        T1["keeper_execute_tx (Gas & Nonce Managed)"]
        T2["keeper_x402_settle (Autonomous Micro-Payments)"]
        T3["keeper_audit_verify (Merkle Inclusion Proofs)"]
        T4["keeper_agent_balance (Multi-Chain Treasury)"]
    end

    subgraph KeeperHub["KeeperHub Execution Infrastructure"]
        R1["MEV-Protected Relays / REST API"]
        R2["Automated Dynamic Gas Resubmission"]
        R3["x402 EIP-712 Settlement Engine"]
    end

    subgraph Blockchains["Supported Blockchains"]
        E1["Base Mainnet (8453)"]
        E2["Arbitrum One (42161)"]
        E3["Ethereum Mainnet (1)"]
    end

    AI <-->|JSON-RPC via MCP| MCP
    MCP <-->|Signed Payloads & REST/gRPC| KeeperHub
    KeeperHub <-->|Confirmed Onchain State| Blockchains

Related MCP server: @arispay/payagent-mcp

๐Ÿ›ก๏ธ NASA Power of 10 Safety Invariants

All code strictly implements Gerard J. Holzmann's NASA Power of 10 rules:

  1. Bounded Loops: Deterministic upper bound ($N \le 10$) on all retry loops.

  2. Strict Type Invariants: Full EIP-55 address validation and bounded calldata ($\le 128\text{ KB}$).

  3. Budget Safety Caps: Autonomous spending limit ($5.00 USDC cap per call) and native transfer ceiling (0.10 ETH) to prevent balance drains.

  4. Assertion Density: $\ge 2$ assertions per critical execution path.

  5. Zero Warnings: 100% compliant with Ruff and Pytest (23 passing tests).


๐Ÿš€ Quick Start

1. Installation

git clone https://github.com/Ishant5436/agent-keeper-mcp.git
cd agent-keeper-mcp
uv venv venv --python python3.12
source venv/bin/activate
uv pip install -e .

2. Run Interactive Demo CLI

./demo.py

3. Connect to Claude Code / Antigravity

Add to your mcp_config.json or ~/.claude.json:

{
  "mcpServers": {
    "agent-keeper": {
      "command": "/Users/ishantpanchal/agent-keeper-mcp/venv/bin/python",
      "args": ["/Users/ishantpanchal/agent-keeper-mcp/src/agent_keeper/server.py"]
    }
  }
}

๐Ÿงช Test Suite Execution

pytest -v tests/ upstream_pr/
  • 100% Test Pass Rate (23/23 tests) across unit, integration, and security property validation.


๐Ÿ“œ License

MIT License. Built by Ishant5436 (ishant.p@somaiya.edu).

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A budget-bound x402 payment wallet for AI agents: it autonomously pays HTTP 402 payment-gated URLs across every major chain (EVM, Solana, and many non-EVM families). Self-custodial and backendless, your key, your RPC, with spend caps enforced before any on-chain send.
    7
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to execute on-chain transactions through policy validation, KeeperHub orchestration, and tamper-evident evidence recording.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Attribution and settlement infrastructure for AI agent content access over HTTP 402 and MCP.

  • Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.

  • Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ishant5436/agent-keeper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server