The Nodit MCP Server enables AI agents and developers to access and interact with structured, multi-chain blockchain data through Nodit's Web3 infrastructure.
- List API Categories & Operations: Retrieve available Nodit API categories and operations within Node APIs, Data APIs, and Aptos Indexer APIs.
- Get API Specifications: Obtain detailed information for specific API operations, including parameters and schemas.
- Execute API Calls: Perform blockchain data queries, transaction submissions, and smart contract interactions.
- GraphQL Indexer APIs: Query Aptos blockchain activities through GraphQL endpoints.
- Multi-Chain Support: Access data from both EVM-compatible networks (Ethereum, Polygon) and non-EVM chains (Bitcoin, Aptos, XRPL).
- AI Integration: Build AI agents for real-time blockchain data analysis and decision-making using natural language queries.
- Simplified Development: Create Web3 applications and access on-chain data without deep blockchain expertise.
Accesses Bitcoin blockchain data through Nodit's node infrastructure, enabling queries for transactions, blocks, and other blockchain activities.
Provides access to Dogecoin blockchain data through Nodit's node infrastructure, allowing queries for transactions and network information.
Accesses Ethereum blockchain data through Nodit's node infrastructure, enabling smart contract interactions, transaction submissions, and data queries.
Provides GraphQL querying capabilities specifically for Aptos blockchain data, allowing structured data retrieval through GraphQL endpoints.
Enables interaction with blockchain networks through Node.js, providing a JavaScript runtime environment for executing blockchain queries and transactions.
Accesses Optimism L2 blockchain data through Nodit's infrastructure, enabling interaction with this Ethereum scaling solution.
Provides access to Polygon blockchain data and infrastructure, enabling queries, transaction submissions, and smart contract interactions on this network.
Allows development of blockchain applications using TypeScript, providing type safety for blockchain data interactions.
Accesses XRP Ledger (XRPL) blockchain data through Nodit's infrastructure, enabling queries for XRP transactions and network information.
Nodit MCP Server
A Model Context Protocol (MCP) server that connects AI agents and developers to structured, context-ready blockchain data across multiple networks through Nodit's Web3 infrastructure.
Overview
Nodit MCP Server simplifies how AI models and applications interact with blockchain ecosystems.
Instead of handling complex node RPCs, raw event logs, or chain-specific data structures, developers can access normalized, multi-chain blockchain data in a format optimized for AI reasoning and decision-making.
With Nodit's MCP, you can:
- Build AI agents that query, analyze, and act on real-time blockchain data across EVM-compatible and non-EVM networks.
- Create Web3-integrated applications without requiring specialized blockchain development expertise.
- Leverage Nodit's reliable node infrastructure, Web3 Data APIs, and GraphQL indexing services through a unified access layer.
Supported networks include Ethereum, Base, Optimism, Arbitrum, Polygon, Aptos, Bitcoin, Dogecoin, TRON, XRPL, and more.
How Nodit MCP Tools Work
Nodit MCP Server provides tools enabling AI agents to dynamically discover, understand, and interact with Nodit's Web3 APIs and data infrastructure. The tools minimize token consumption and maintain a lightweight context by modularizing API interactions into distinct steps:
- List API Categories (
list_nodit_api_categories
)
Retrieve a list of high-level API categories available. - List API Operations (
list_nodit_node_apis
,list_nodit_data_apis
,list_nodit_aptos_indexer_api_query_root
)
Fetch available operations within a selected category (Node APIs, Data APIs, Aptos Indexer APIs). - Get API Specification (
get_nodit_api_spec
)
Obtain detailed information for a specific API operation (parameters, request/response schema). - Call API (
call_nodit_api
,call_nodit_aptos_indexer_api
)
Execute an API call using the operationId and validated parameters.
Nodit MCP Server communicates using the standard JSON-RPC over stdio protocol, following the Model Context Protocol (MCP) conventions. Currently, only stdio-based communication is supported for server-client interactions.
Features
The following are the key features and supported blockchain networks provided through Nodit MCP Server for AI agents and LLMs.
For detailed API specifications and usage guidelines, please refer to the Nodit Developer Documentation.
- RPC Node & Node APIs
Access blockchain node endpoints through Nodit's professionally operated infrastructure.
Supports real-time network queries, transaction submissions, smart contract interactions, and more. - Web3 Data APIs
High-level APIs for accessing meticulously indexed blockchain data.
Includes processed datasets such as block and transaction details, token transfer histories, account-level transaction summaries, and asset movement details — information that would be difficult to assemble directly through raw RPC calls. - GraphQL Indexer APIs (Aptos only)
Query detailed Aptos blockchain activities through GraphQL endpoints. - Supported Networks
- EVM-Compatible: Ethereum, Arbitrum, Avalanche, Base, Chiliz, Kaia, Optimism, Polygon
- Non-EVM: Aptos, Bitcoin, Dogecoin, TRON, XRPL
Prerequisites
- Node.js 18+
- Nodit API Key (Sign up and get an API key at Nodit Console)
Running Local Nodit MCP Server
Using npx (Recommended)
Using local build
Before starting, set your Nodit API key:
Then start the server:
Communicating with the Local Server
Once the Nodit MCP Server is running locally, you can communicate with it using JSON-RPC over stdio.
Here’s how you can send a basic request to the server:
Example: List available tools
You can directly input the JSON-RPC payload:
Or, you can pipe the request using the echo
command:
Example: Call a specific tool (list_nodit_api_categories)
Integration
Connecting to Cursor IDE or Claude Desktop
Add the following configuration to your .cursor/mcp.json
or claude_desktop_config.json
:
- Cursor
- MacOS:
~/.cursor/mcp.json
- Windows:
C:\Users\<Username>\.cursor\mcp.json
- MacOS:
- Claude Desktop
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
C:\Users\<Username>\AppData\Roaming\Claude\claude_desktop_config.json
- MacOS:
🔔 Important
Replace****
with your actual Nodit API key.
If the API key is not configured properly, API requests will fail due to authentication errors.
Connecting to Claude CLI
You can also use Nodit MCP Server directly with Claude CLI for a quick setup.
Add Nodit MCP Server with the following commands:
Example Prompts with Nodit MCP
Once Nodit MCP is connected, you can use natural language to directly query blockchain data from multiple networks. The examples below illustrate just a few of the many possibilities — feel free to go beyond them and explore your own use cases.
📊 On-chain Activity Monitoring
🧾 Smart Contract & Transaction Analysis
🧠 AI Agent Use Cases
⚙️ Web3 DApp Development
Scope & Limitations
Nodit MCP Server provides structured context to help LLM-based agents utilize Nodit's APIs effectively.
Its responsibilities include:
- Structuring Nodit APIs (Node APIs, Web3 Data APIs) in an LLM-consumable format.
- Exposing endpoint details, input/output schemas, sample responses, and error handling guidelines.
However, the following are outside the MCP's control:
- API selection may vary depending on the LLM version (e.g., GPT-4, Claude 3), prompt engineering, or agent design.
- Interpretation of API responses or errors depends on the consuming LLM's reasoning capabilities.
Nodit MCP Server focuses on delivering accurate and structured API context,
but does not guarantee the final reasoning outcomes or behavior of external LLMs.
License
This project is licensed under the Apache License 2.0.
Refer to the LICENSE file for full license terms.
Relevant legal notices are provided in the NOTICE file.
"Nodit" and the Nodit logo are trademarks of Lambda256.
Use of the name or logo without prior written permission is prohibited.
© Lambda256. All rights reserved.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Allow LLMs to access, process, and act on real-time blockchain data from multiple blockchain networks. Instead of handling complex node RPCs, raw event logs, or chain-specific data structures, developers can access normalized, multi-chain blockchain data in a format optimized for AI reasoning and decision-making.
- Overview
- How Nodit MCP Tools Work
- Features
- Prerequisites
- Running Local Nodit MCP Server
- Integration
- Example Prompts with Nodit MCP
- Scope & Limitations
- License
Related Resources
Related MCP Servers
- -securityAlicense-qualityA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.Last updated -2TypeScriptGPL 3.0
- -securityAlicense-qualityA comprehensive server that enables AI agents to interact with multiple EVM-compatible blockchain networks through a unified interface, supporting ENS resolution, token operations, and smart contract interactions.Last updated -230TypeScriptMIT License
- -securityFlicense-qualityEnables interaction with lightning addresses and common lightning tools via your LLM, providing Lightning Network functionality through natural language.Last updated -101TypeScript
- AsecurityAlicenseAqualityAn MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.Last updated -441TypeScriptMIT License