AgentKeeper-MCP
Enables onchain interactions on Ethereum Mainnet via KeeperHub, including transaction execution, x402 micro-payment settlement, and cryptographic audit verification.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentKeeper-MCPsettle the HTTP 402 micro-payment for the latest API request"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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| BlockchainsRelated MCP server: @arispay/payagent-mcp
๐ก๏ธ NASA Power of 10 Safety Invariants
All code strictly implements Gerard J. Holzmann's NASA Power of 10 rules:
Bounded Loops: Deterministic upper bound ($N \le 10$) on all retry loops.
Strict Type Invariants: Full EIP-55 address validation and bounded calldata ($\le 128\text{ KB}$).
Budget Safety Caps: Autonomous spending limit ($5.00 USDC cap per call) and native transfer ceiling (0.10 ETH) to prevent balance drains.
Assertion Density: $\ge 2$ assertions per critical execution path.
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.py3. 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).
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityAmaintenanceA 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.7MIT

@arispay/payagent-mcpofficial
AlicenseDqualityAmaintenanceEnables AI agents to call paid APIs and settle HTTP 402 payment challenges with USDC on Base, without private keys ever being involved.2149MIT
@hpp-io/x402-mcp-bridgeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.274Apache 2.0- AlicenseNot gradedqualityCmaintenanceEnables AI agents to execute on-chain transactions through policy validation, KeeperHub orchestration, and tamper-evident evidence recording.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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