nodit-mcp-server
Connect Nodit to Claude, Cursor or any other MCP client and it stops being a tab you switch to. nodit-mcp-server. The nodit mcp server is what makes that connection.
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.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_nodit_api_categories — Tools for Listing API Operationslist_nodit_node_apis — list_nodit_data_apislist_nodit_aptos_indexer_api_query_root — list_nodit_webhook_apisget_nodit_api_spec — get_nodit_aptos_indexer_api_speccall_nodit_api — call_nodit_aptos_indexer_apiEndpoint — Use the following endpoint to connect to the Nodit Remote MCP Server. Make sure to replace INSERT_YOUR_API_KEY with your actual Nodit API KeyBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: NODIT_API_KEY, INSERT_YOUR_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Nodit's toolset — list_nodit_api_categories, list_nodit_node_apis, list_nodit_aptos_indexer_api_query_root and 3 more — is a fair guide to whether it matches your workflow. It is maintained by noditlabs; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_nodit_api_categories | **Tools for Listing API Operations** |
| list_nodit_node_apis | list_nodit_data_apis |
| list_nodit_aptos_indexer_api_query_root | list_nodit_webhook_apis |
| get_nodit_api_spec | get_nodit_aptos_indexer_api_spec |
| call_nodit_api | call_nodit_aptos_indexer_api |
| Endpoint | Use the following endpoint to connect to the Nodit Remote MCP Server. Make sure to replace INSERT_YOUR_API_KEY with your actual Nodit API Key. |
{
"mcpServers": {
"nodit": {
"command": "npx",
"args": ["-y", "@noditlabs/nodit-mcp-server"],
"env": {
"NODIT_API_KEY": "your-value",
"INSERT_YOUR_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| NODIT_API_KEY | Credential the server authenticates with. | Yes |
| INSERT_YOUR_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.