io.github.Growi-DeFi/mcp-growi
NPM · MCP-GROWI · SCANNED AUG 3
MCP server for Growi Finance — programmatic interaction with the GrowiHFVault on Arbitrum
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security79
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known high-severity CVE affects ws 8.18.3, reached via viem > ws. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 72 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 536 tokens (~48/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · mcp-growi
claude mcp add growi-defi-mcp-growi -- npx -y mcp-growi
codex mcp add growi-defi-mcp-growi -- npx -y mcp-growi
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"growi-defi-mcp-growi": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-growi"
],
"enabled": true
}
}
} openclaw mcp add growi-defi-mcp-growi --command npx --arg -y --arg mcp-growi
mcp_servers:
growi-defi-mcp-growi:
command: "npx"
args: ["-y", "mcp-growi"] {
"mcpServers": {
"growi-defi-mcp-growi": {
"command": "npx",
"args": [
"-y",
"mcp-growi"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +42
- CVE-2026-45736 affects this package: high ▼ security
- CVE-2026-48779 affects this package: high ▼ security
- GHSA-frvp-7c67-39w9 affects this package: high ▼ security
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 3 findings
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-frvp-7c67-39w9 | medium | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N | yes | |
| GHSA-58qx-3vcg-4xpx | CVE-2026-45736 | medium | CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N | yes |
| GHSA-96hv-2xvq-fx4p | CVE-2026-48779 | high | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | yes |
Dependencies 110 packages
110 packages in the resolved dependency tree · 109 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
get_eth_balance ~42
Get the ETH balance of a wallet on Arbitrum. ETH is needed to pay gas fees for transactions.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum address to check |
No output schema declared.
No examples provided.
get_gwhf_balance ~42
Get the GWHF (Growi vault shares) balance of a wallet on Arbitrum.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum address to check |
No output schema declared.
No examples provided.
get_gwhf_price ~42
Calculate the current GWHF token price. Derives it from the leader's equity in the Hyperliquid vault divided by GWHF total supply.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_lock_status ~51
Check the current status of both lock periods: the weekly Arbitrum deposit lock and the 24h Hyperliquid withdrawal lock. Use this when a user asks why they cannot deposit or withdraw right now.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_pending_deposit ~37
Check if a wallet has a pending deposit in the GrowiHFVault queue.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum address to check |
No output schema declared.
No examples provided.
get_pending_withdrawal ~38
Check if a wallet has a pending withdrawal in the GrowiHFVault queue.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum address to check |
No output schema declared.
No examples provided.
get_usdc_allowance ~44
Check how much USDC a wallet has approved for the GrowiHFVault to spend.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum address (token owner) to check |
No output schema declared.
No examples provided.
get_usdc_balance ~34
Get the USDC balance of a wallet on Arbitrum.
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum address to check |
No output schema declared.
No examples provided.
get_vault_status ~33
Check if GrowiHFVault deposits are currently locked or open. Includes context about the weekly lock/unlock cycle.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
prepare_deposit ~85
Prepare unsigned transactions to deposit USDC into the GrowiHFVault. Returns approve + deposit calldata ready to sign externally. The server does NOT handle private keys.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_usdc | string | yes | Amount of USDC to deposit, as a whole-number string (e.g. '100'). Decimals are not allowed. |
| wallet | string | yes | Depositor wallet address |
No output schema declared.
No examples provided.
prepare_withdraw ~88
Prepare unsigned transactions to withdraw GWHF from the GrowiHFVault. Returns approve + withdraw calldata ready to sign externally. The server does NOT handle private keys.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_gwhf | string | yes | Amount of GWHF to withdraw, as a whole-number string (e.g. '50'). Decimals are not allowed. |
| wallet | string | yes | Withdrawer wallet address |
No output schema declared.
No examples provided.