
Mcp Growi
Wire your agent to read and interact with Growi Finance’s GrowiHFVault smart contract on Arbitrum while building DeFi tooling or automations.
Overview
Growi MCP is a MCP server for the Build phase that provides programmatic interaction with Growi Finance’s GrowiHFVault on Arbitrum through your agent.
What is this MCP server?
- MCP bridge to Growi Finance and the GrowiHFVault on Arbitrum.
- Stdio transport via npm package mcp-growi (v0.2.0).
- Designed for programmatic vault interaction from MCP-capable agents.
- Open-source server on GitHub (Growi-DeFi/mcp-growi).
- Catalog version 0.2.0 (npm identifier mcp-growi)
- Targets GrowiHFVault on Arbitrum per server description
- Stdio MCP transport
What problem does it solve?
Building Arbitrum vault automations means constantly context-switching between agent sessions, RPC docs, and contract interfaces for GrowiHFVault.
Who is it for?
Solo builders already targeting Growi Finance on Arbitrum who want agent-assisted vault queries and integration scaffolding.
Skip if: Non-crypto products, chains other than Arbitrum for this vault, or anyone unwilling to audit on-chain actions before signing transactions.
What do I get? / Deliverables
After registration, your agent can use Growi MCP tools to work against GrowiHFVault flows so integration code and checks stay inside one MCP-enabled workflow.
- MCP tool surface for GrowiHFVault-oriented programmatic interaction
- Agent-callable Arbitrum integration path for Growi Finance workflows
Recommended MCP Servers
Journey fit
Vault and on-chain integration work happens while you are building product features that talk to Arbitrum, not during abstract idea research. Programmatic access to a specific DeFi vault is an external protocol integration, not generic frontend or docs work.
How it compares
Arbitrum DeFi vault MCP integration, not a general-purpose Ethereum skill or a custodial exchange API.
Common Questions / FAQ
Who is Growi MCP for?
Developers building agent-driven or scripted tooling around Growi Finance and the GrowiHFVault on Arbitrum.
When should I use Growi MCP?
Use it while integrating vault reads, health checks, or automation against GrowiHFVault during active product build on Arbitrum.
How do I add Growi MCP to my agent?
Install the mcp-growi npm package, add a stdio MCP server entry pointing at that binary, configure any required RPC or wallet env vars from the repo README, then reload your agent’s MCP config.