MCP server for Growi Finance β programmatic interaction with the GrowiHFVault on Arbitrum
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP (Model Context Protocol) server for Growi Finance β enables AI agents and autonomous bots to interact programmatically with the GrowiHFVault smart contract on Arbitrum.
Read this before configuring a keystore or private key.
mcp-growi exposes execute_transaction, which signs and broadcasts Arbitrum transactions with the locally configured wallet. Inside any MCP client (Claude Desktop, Claude Code, etc.) the LLM has full authority over what gets signed β every tool call is initiated by the model in response to your prompts and anything else it has access to.
This makes the MCP a "confused deputy": if untrusted content reaches the model β a web page fetched by another tool, a document opened in the session, a sibling MCP server controlled by an attacker β a prompt-injection payload inside that content can instruct the model to drain the configured wallet.
KEYSTORE_PATH or PRIVATE_KEY in a session that has access to untrusted content. If the same client has browsing tools, document-readers, or any other MCP server, treat the session as compromised by default.mcp-growi and fund it only with the amount you intend to deposit. Never reuse your main custody wallet.mcp-growi@latest. When a security release is published, the built-in version check blocks all operations until you upgrade. Pinning to an older version defeats this.The server has its own defenses against the most direct drain paths, but they cannot prevent every form of misuse:
execute_transaction only signs calls to four (contract, selector) pairs β USDC.approve, GWHF.approve, vault.deposit, vault.withdraw. A prompt-injection payload calling USDC.transfer(attacker, balance) is rejected before signing.approve calls are accepted only when the spender is the GrowiHFVault address. deposit and withdraw amounts must be greater than zero.These guards close the easy attacks but do not make the keystore safe in arbitrary sessions. Treat it as a hot wallet, not custody.
| Field | Value |
|---|---|
| Network | Arbitrum One |
| Contract | 0x928ed672e6eabb7a565c5eb9aac15e3cf6a18388 |
| Vault token | GWHF |
| Deposit token | USDC |
The contract is verified on Arbiscan β you can check the source code and ABI at: https://arbiscan.io/address/0x928ed672e6eabb7a565c5eb9aac15e3cf6a18388#code
The ABI is included in this package (src/contract/abi.ts) so no external calls are needed at runtime.
Add the following to your Claude MCP config (claude_desktop_config.json or .mcp.json):
Important: use
mcp-growi@latest(not justmcp-growi) to ensure the MCP auto-updates every time Claude starts. If your version is outdated, or the npm registry is unreachable, all tools (read and write) will be blocked until verification succeeds.
Alternative β plain private key (less secure):
Optional β custom RPC endpoint:
Restart Claude Desktop/Code after saving. The tools will be available once the version check passes β if calls return a version-block error, see the Security section above.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-growi)<a href="https://allmcps.com/mcp/mcp-growi"><img src="https://allmcps.com/api/badge/mcp-growi?style=directory" alt="Mcp Growi on AllMCPs" /></a>