divvi-mcp-server
Verified Safeby divvi-xyz
Overview
Enables AI assistants to automatically integrate the Divvi referral SDK into JavaScript/TypeScript blockchain applications.
Installation
npx -y @divvi/mcp-serverSecurity Notes
The server itself is primarily an instruction provider for AI agents via the Model Context Protocol (MCP). It uses standard libraries (fastmcp, zod) and does not contain obvious vulnerabilities like direct `eval` of user input or hardcoded secrets in the main runtime. Shelljs `exec` is used in testing/example scripts, not the main server. The primary security consideration shifts to the AI assistant's interpretation and execution of the provided instructions, specifically when it's directed to read external documentation and modify a codebase. However, the server itself's code is robust for its intended function.
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.
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.