
Agentforge
Give on-chain AI agents a DeFi safety layer: wallet checks, contract documentation lookup, approval review, and transaction decoding before signing.
Overview
io.github.acarchidi/agentforge is a MCP server for the Ship phase that adds DeFi safety checks—wallets, contract docs, approvals, and tx decode—for AI agents.
What is this MCP server?
- DeFi safety layer: wallet checks, contract docs, approvals, transaction decode
- Hosted streamable-http remote at agentforge-taupe.vercel.app/mcp (v1.3.0)
- No local npm install required—HTTP MCP endpoint for supported clients
- Oriented to AI agents interacting with smart contracts and wallets
- Server version 1.3.0
- Remote MCP URL: https://agentforge-taupe.vercel.app/mcp (streamable-http)
What problem does it solve?
Agents that draft crypto transactions are dangerous when you cannot quickly see approvals, contract intent, or decoded calldata.
Who is it for?
Solo builders shipping on-chain agents, trading bots, or wallet copilots who need guardrails beyond raw RPC calls.
Skip if: Non-crypto SaaS products, or teams that require fully offline, self-hosted security review with no third-party MCP remote.
What do I get? / Deliverables
You get structured safety and documentation signals before signing, so agent-driven DeFi workflows fail closed on sketchy txs.
- Pre-transaction wallet and approval context for agent proposals
- Decoded transaction and contract documentation signals for human review
Recommended MCP Servers
Journey fit
How it compares
DeFi transaction safety MCP, not a general smart-contract audit firm or portfolio tracker skill.
Common Questions / FAQ
Who is io.github.acarchidi/agentforge for?
Developers building AI agents that interact with Ethereum-compatible DeFi protocols and want MCP-accessible wallet and transaction safety tooling.
When should I use io.github.acarchidi/agentforge?
Use it while shipping or operating wallet-connected agents whenever you review approvals, explain contracts, or decode transactions before user confirmation.
How do I add io.github.acarchidi/agentforge to my agent?
Register the streamable-http remote URL https://agentforge-taupe.vercel.app/mcp in your MCP client’s remote server config and follow acarchidi/agentforge setup notes for auth or limits if any.