
Gblin Mcp Server
Connect autonomous agents to GBLIN’s on-chain vault primitives—yield, Crash Shield defense, and x402 JIT payments on Base.
Overview
io.github.gblinproject/gblin-mcp-server is a MCP server for the Build phase that lets agents operate GBLIN sovereign vault features on Base including yield, Crash Shield, and x402 JIT pay.
What is this MCP server?
- Sovereign vault MCP for AI agents (@gblin-protocol/mcp-server v0.1.9)
- Yield compounding, Crash Shield self-defense, and JIT x402 payment flows
- Optional GBLIN_RPC_URL env (defaults to public Base mainnet RPC)
- stdio npm transport; source github.com/gblinproject/GBLIN-MCP
- Package version 0.1.9
- Env var GBLIN_RPC_URL optional with public Base fallback
- stdio npm identifier: @gblin-protocol/mcp-server
What problem does it solve?
Agent workflows that need on-chain treasury actions lack a standardized MCP surface and force bespoke RPC and contract scripting.
Who is it for?
Experienced solo builders prototyping autonomous agents with on-chain budgets on Base who already use MCP in Claude Code or Cursor.
Skip if: Beginners, fiat-only SaaS founders, or anyone unwilling to accept smart-contract and custody risk on mainnet.
What do I get? / Deliverables
After MCP registration, your agent can call GBLIN protocol tools over stdio with configurable Base RPC for vault-oriented automation.
- stdio MCP bridge to GBLIN protocol tools
- Configurable Base RPC via GBLIN_RPC_URL
- Agent-invokable vault, shield, and JIT payment operations
Recommended MCP Servers
Journey fit
Agent treasury and protocol hooks are integration work while you compose the product’s on-chain behavior. gblin-mcp-server v0.1.9 wraps @gblin-protocol/mcp-server stdio tools for Base RPC, fitting build/integrations for DeFi-capable agents.
How it compares
On-chain finance MCP integration, not a budgeting spreadsheet skill or centralized payment processor plugin.
Common Questions / FAQ
Who is io.github.gblinproject/gblin-mcp-server for?
Advanced developers building AI agents that interact with GBLIN vault mechanics on Base via Model Context Protocol.
When should I use io.github.gblinproject/gblin-mcp-server?
Use it while integrating agent-controlled yield, defensive Crash Shield behavior, or x402 JIT payments into your product architecture.
How do I add io.github.gblinproject/gblin-mcp-server to my agent?
Install @gblin-protocol/mcp-server, add the stdio MCP entry, set GBLIN_RPC_URL if needed, and restart your agent with wallet safeguards.