nodit-mcp-server
Verified Safeby noditlabs
Overview
Facilitates AI agents and developers interacting with structured, multi-chain blockchain data via Nodit's Web3 APIs using the Model Context Protocol.
Installation
npx @noditlabs/nodit-mcp-server@latestEnvironment Variables
- NODIT_API_KEY
Security Notes
The server loads API specifications from local YAML/JSON files, preventing dynamic loading from untrusted sources. API keys are correctly sourced from environment variables, avoiding hardcoding. API calls made via `fetch` include a timeout. Error handling is comprehensive, providing detailed feedback for various API response statuses (e.g., 400, 403, 404, 429, 500, 503). There are no direct `eval` calls or similar dynamic code execution vulnerabilities identified. The primary security consideration is ensuring the `NODIT_API_KEY` is kept secure and that AI agents are not prompted to maliciously abuse the exposed APIs (e.g., exceeding rate limits or requesting large, expensive data).
Similar Servers
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
mcp-server
Enables AI agents to interact with Webflow's Data API and Designer API for site and content management.
kukapay-mcp-servers
A comprehensive suite of Model Context Protocol (MCP) servers for aggregating, analyzing, and providing real-time cryptocurrency, blockchain, and Web3 data and services to AI agents and developers.
ask-starknet
Enables AI models to interact with various Starknet protocols and applications through intelligent request routing.