web3trackers-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@web3trackers-mcpEstimate ROI for $10k spend and 500 on-chain conversions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 a UTM-tagged tracking URL, preserving any query parameters already on the URL |
| ROI, ROAS and cost per on-chain conversion from spend, value and conversion count |
| Compare 9 web3 attribution tools on pricing, setup, chain support and best fit |
| 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.
Related MCP server: nft-analytics-mcp
Install
Claude Code
claude mcp add web3trackers -- npx -y web3trackers-mcpClaude Desktop / any client using mcpServers config
{
"mcpServers": {
"web3trackers": {
"command": "npx",
"args": ["-y", "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/mcpVerify it works
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | npx -y web3trackers-mcpYou should get a JSON-RPC response listing four tools.
Configuration
Variable | Default | Purpose |
|
| 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.
Marketing-measurement MCP: dashboards, cross-channel queries, integrations, and knowledge files.
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that tracks daily activity and graduate metrics across multiple Solana launchpads.41MIT
- AlicenseAqualityDmaintenanceAn MCP server that delivers NFT collection analytics powered by data from Dune Analytics.51MIT
- AlicenseAqualityBmaintenanceCross-chain DeFi intelligence MCP server for AI agents. 7 tools for yield discovery, pool analysis, profit simulation, risk scoring, whale tracking, impermanent loss calculation, and DeFi overview across 86 chains and 6,500+ liquidity pools.71AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceMCP server for accessing crypto token data from the Artemis API, including price, fees, revenue, asset classifications, and market cap rankings.-