hederatoolbox for Cursor
io.github.mountainmystic/hederatoolbox
Hedera blockchain intelligence for AI agents. 23 tools, 7 modules. HBAR micropayments. No signup.
client:Cursor
transport:stdio
runtime:npm
Install hederatoolbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hederatoolbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hederatoolbox/platform"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs