@node40/mcp-server
v1.1.0
Published
MCP server for the NODE40 Balance API
Readme
@node40/mcp-server
NODE40 Balance is enterprise-grade blockchain data intelligence software. It transforms on-chain activity and exchange data across 20+ blockchains and leading cryptocurrency exchanges into audit-ready, reconciled financial data — giving finance teams, CPAs, and accounting firms the accuracy and verifiability they need to manage digital assets at scale.
This package is an MCP (Model Context Protocol) server that connects your AI assistant to your NODE40 Balance account. Once configured, you can interact with your Balance data — accounts, ledgers, and transactions — conversationally, without writing code or making manual API calls.
Works with Claude (Desktop and Code), OpenAI (ChatGPT), Gemini, and any other MCP-compatible AI tool.
Requirements
- Node.js 18+
- A NODE40 Balance API key and secret
Quick Start
Add the following to your AI client's MCP configuration:
{
"mcpServers": {
"node40-balance-api": {
"command": "npx",
"args": ["-y", "@node40/mcp-server"],
"env": {
"NODE40_API_KEY": "your-api-key-here",
"NODE40_API_SECRET": "your-api-secret-here"
}
}
}
}Documentation
For full setup instructions, client-specific configuration, and API key management, visit:
License
MIT
