
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@stakewise/llm-tools
Advanced tools
Real-time StakeWise protocol data for AI assistants. Query vault APYs, user balances, staking rewards, osETH positions, withdrawal queues, and more — directly from the model.
Works with Claude Code, Cursor, Codex, OpenClaw, and any MCP-compatible tool.
OpenClaw's api.registerTool does not reliably expose MCP tools to the model. This plugin works around the issue by running a local HTTP server on port 5165 and using a skill file that instructs the model to call endpoints via curl.
Install the plugin:
openclaw plugins install clawhub:stakewise-llm-tools
Allow the model to execute curl against the local server:
openclaw config set tools.exec.security full
openclaw config set tools.exec.ask off
See openclaw#25652 for background on why this is required.
Restart the gateway and start a new conversation:
openclaw gateway restart
Then type /new in the chat to begin a fresh session with the plugin loaded.
Requires tsx installed globally:
npm i -g tsx
Create a .mcp.json file in the root of any project where you want to use these tools:
{
"mcpServers": {
"stakewise-llm-tools": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@stakewise/llm-tools"]
}
}
}
Restart Claude Code to apply.
Go to Settings → Tools & MCPs → New MCP Server, and add to the opened mcp.json:
{
"mcpServers": {
"stakewise-llm-tools": {
"command": "npx",
"args": ["-y", "@stakewise/llm-tools"]
}
}
}
Add to .codex/config.toml in your project root:
[mcp_servers.stakewise-llm-tools]
command = "npx"
args = ["-y", "@stakewise/llm-tools"]
| Tool | Description | Requires address |
|---|---|---|
save_address | Save user wallet for subsequent queries | No |
vaults_list | All StakeWise vaults sorted by APY | No |
vault_data | Public vault info (APY, fee, capacity, osETH config) | No |
vault_stats | Historical vault performance (daily APY, TVL, rewards) | No |
vault_whitelist | Whitelist for a private vault | No |
staked_vaults | All vaults where the user has a position | Yes |
vault_balance | User's detailed position in a specific vault | Yes |
vault_queue | Unstake & unboost queue status | Yes |
user_stats | User's personal earnings history in a vault | Yes |
created_vaults | Vaults administered by the user | Yes |
MIT
FAQs
Ethereum staking tools with StakeWise protocol
The npm package @stakewise/llm-tools receives a total of 0 weekly downloads. As such, @stakewise/llm-tools popularity was classified as not popular.
We found that @stakewise/llm-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.