Divvi MCP Server

A Model Context Protocol (MCP) server that enables AI assistants to automatically integrate the @divvi/referral-sdk into JavaScript/TypeScript

Local serverstdioTypeScript

What is the Divvi MCP server?

A Model Context Protocol (MCP) server that enables AI assistants to automatically integrate the @divvi/referral-sdk into JavaScript/TypeScript blockchain applications. That is what the divvi mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

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.

  • Always up-to-date — Instructs AI agents to read documentation directly from the official repository
  • Universal compatibility — Works with React, Vue, Angular, Node.js, vanilla JS, and any JavaScript/TypeScript framework
  • Blockchain library agnostic — Supports viem, ethers, wagmi, and other Web3 libraries
  • Non-prescriptive — Provides guidance while letting AI agents use their own capabilities intelligently
  • Future-proof — Instructions adapt as the Divvi SDK evolves
  • Extensible — Designed to support additional Divvi ecosystem tools and functionality

The tools it exposes

The server publishes 5 tools. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Cursor — Cursor supports MCP servers through its settings. Add the server configuration:
  • Contributing — 1. Fork the repository 2. Create a feature branch: git checkout -b feature/my-feature 3. Make your changes following the existing code style 4. Add
  • Parameters — The Parameters tool exposed by this server
  • Returns — Comprehensive integration instructions that guide AI agents through:

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What it needs from you

  • Node.js 22+ - An MCP-compatible AI assistant (Claude Desktop, Cursor, Copilot, etc.)

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Divvi's toolset — Prerequisites, Cursor, Contributing and 2 more — is a fair guide to whether it matches your workflow. It is maintained by divvi-xyz; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Divvi's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
CursorCursor supports MCP servers through its settings. Add the server configuration:
Contributing1. Fork the repository 2. Create a feature branch: git checkout -b feature/my-feature 3. Make your changes following the existing code style 4. Add tests for new functionality 5. Run the test suite: yarn test 6. Submit a
ParametersThe Parameters tool exposed by this server.
ReturnsComprehensive integration instructions that guide AI agents through:

Configuration

  • Node.js 22+ - An MCP-compatible AI assistant (Claude Desktop, Cursor, Copilot, etc.)

Example prompts to try

  • Use Divvi to Prerequisites.
  • Use Divvi to Cursor.
  • Use Divvi to Contributing.

Frequently asked questions

It connects Divvi to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Prerequisites, Cursor, Contributing, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Divvi directly.