- Home
- MCP servers
- Nodit
Nodit
- typescript
18
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Nodit MCP Server provides a unified, context-ready interface for AI agents to access and reason over multi-network blockchain data. It exposes Nodit's Web3 APIs and data infrastructure through a simple, protocol-friendly layer so you can build intelligent Web3 applications and agents without handling low-level node RPCs or chain-specific data formats.
How to use
You connect your MCP client to Nodit MCP Server to start querying, analyzing, and acting on blockchain data across supported networks. Use the standard MCP tools to discover available API categories, inspect API specifications, and execute API calls. Keep your Nodit API key secure and supply it to the server as shown in the configuration examples. With a connected server, you can build AI agents that summarize on-chain activity, analyze smart contract interactions, or generate cross-chain insights without writing bespoke data adapters.
How to install
Prerequisites include Node.js 18+ and a Nodit API key. Follow these steps to set up Nodit MCP Server locally.
Additional sections
Configuration and connectivity options are available for both local (stdio) and remote (HTTP) MCP server setups. You can run Nodit MCP Server locally with a direct Node.js process or connect to Nodit’s remote MCP endpoint for serverless access. The environment variable NODIT_API_KEY is used to authenticate and authorize requests.
Available tools
tools/list_nodit_api_categories
List API categories available in Nodit MCP Server to understand the capabilities and data sources.
tools/list_nodit_node_apis
List Node API operations you can call to access blockchain node endpoints.
tools/list_nodit_data_apis
List Web3 data APIs for indexed and processed blockchain data.
tools/list_nodit_aptos_indexer_api_query_root
List Aptos GraphQL indexer query roots for Aptos-specific data.
tools/list_nodit_webhook_apis
List webhook-based APIs for event-driven data and alerts.
tools/get_nodit_api_spec
Get detailed input/output schema for a specific API operation.
tools/get_nodit_aptos_indexer_api_spec
Get detailed schema for Aptos indexer API operations.
tools/call_nodit_api
Execute a validated API operation against Nodit APIs.
tools/call_nodit_aptos_indexer_api
Execute an Aptos indexer API operation and return results.