aerobean

Web3 Trackers MCP Server

Community aerobean
Updated

MCP server for web3 and crypto marketing attribution: UTM tracking URLs, campaign ROI, attribution tool comparison, DeFi marketing benchmarks. No API key required.

Web3 Trackers MCP Server

Crypto marketing attribution tools for MCP clients. Build UTM-tagged tracking URLs, estimate campaign ROI, compare the major web3 attribution platforms, and pull DeFi marketing benchmarks.

No account, no API key, no rate-limit signup.

The server is hosted at https://www.web3trackers.com/api/mcp and speaks HTTP JSON-RPC (protocol 2025-06-18). This package is a small stdio wrapper for clients that expect a spawnable command. It has no dependencies.

Tools

Tool What it does
build_tracking_url Build a UTM-tagged tracking URL, preserving any query parameters already on the URL
estimate_campaign_roi ROI, ROAS and cost per on-chain conversion from spend, value and conversion count
compare_attribution_tools Compare 9 web3 attribution tools on pricing, setup, chain support and best fit
get_web3_marketing_benchmarks Cost per wallet by chain, funnel conversion rates, campaign benchmarks and attribution windows

compare_attribution_tools reports competitors honestly, including the cases where another tool is the better choice.

Install

Claude Code

claude mcp add web3trackers -- npx -y github:aerobean/web3trackers-mcp

Claude Desktop / any client using mcpServers config

{
  "mcpServers": {
    "web3trackers": {
      "command": "npx",
      "args": ["-y", "github:aerobean/web3trackers-mcp"]
    }
  }
}

Direct HTTP

If your client supports streamable HTTP or plain JSON-RPC over POST, skip this package and point it at the endpoint:

https://www.web3trackers.com/api/mcp

Verify it works

echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | npx -y github:aerobean/web3trackers-mcp

You should get a JSON-RPC response listing four tools.

Configuration

Variable Default Purpose
WEB3TRACKERS_MCP_ENDPOINT https://www.web3trackers.com/api/mcp Point the wrapper at a different deployment

Privacy

The wrapper forwards each JSON-RPC message to the hosted endpoint and returns the reply. It stores nothing locally and adds no telemetry. Tool calls are stateless — no session, no account, no wallet connection.

Requirements

Node.js 18 or newer (uses the built-in fetch).

License

MIT

MCP Server · Populars

MCP Server · New

    jonashertner

    OpenCaseLaw

    Open Swiss legal corpus + MCP server: 1M+ court decisions (1875–today), 21k laws, 10M-edge citation graph, 42 MCP tools. CC0 data, MIT code. Live at mcp.opencaselaw.ch

    Community jonashertner
    SystemCraftsman

    Strimzi Kafka CLI

    Command Line Interface for the Strimzi Kafka Operator

    Community SystemCraftsman
    DROOdotFOO

    Raxol

    Write one app, render it to a terminal, a browser, or as agent tools. The terminal for your Gundam.

    Community DROOdotFOO
    morluto

    REA: Reverse Engineer Anything

    Reverse engineer anything with agents, from app behavior down to native binaries.

    Community morluto
    nedlir

    MCPwner

    Model Context Protocol server for autonomous vulnerability discovery

    Community nedlir