divvi-xyz/divvi-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"divvi-mcp-server": {
"command": "npx",
"args": [
"-y",
"divvi-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that provides AI assistants with tools for working with the Divvi ecosystem. Currently focuses on automatic integration of the @divvi/referral-sdk into JavaScript/TypeScript blockchain applications, with more Divvi-related functionality planned for future releases.
Integrating referral tracking into blockchain applications typically requires understanding SDK documentation, modifying transaction flows, and maintaining integration code as protocols evolve. This MCP server eliminates that complexity by turning any AI assistant into a Divvi integration expert that can automatically implement referral tracking following current best practices.
Compatible with any JavaScript/TypeScript blockchain application, including:
The server currently provides an MCP tool (integrate_divvi_referral_sdk) that:
> ā ļø Prerequisites: Before using this tool, you need to install and configure the MCP server. See the Installation section below.
The easiest way to use this is to simply ask your AI assistant:
"Integrate this dapp with Divvi"Your AI assistant will guide you through providing the necessary configuration (your Divvi dapp address and
Loading reviews...