MCP server

Here's your MCP (Model Context Protocol) server — a private endpoint your AI coding tools can connect to. Point Claude Code, Cursor, or any MCP client at it and ask, in plain language, how to install ConverStream or what your numbers look like.

Your URL

Find your MCP URL on the Installation page. It looks like:

https://www.conver.stream/mcp/cs_mcp_xxxxxxxxxxxxxxxxxxxxxxxx

The token in the URL is the only credential. Anyone with this URL can read your account data — keep it secret, and regenerate it if it leaks.

Connecting

Claude Code:

claude mcp add converstream https://www.conver.stream/mcp/YOUR_TOKEN --transport http

Any client that speaks Streamable HTTP MCP works — add the URL as an HTTP MCP server.

What it can do

Once connected, ask things like "How do I install ConverStream on my site?" or "What was my conversion rate last month?". The server exposes these tools:

ToolWhat it returns
get_installation_instructionsPersonalized setup steps with your real public + secret keys.
get_documentationA documentation topic (quick start, tracking, auth, exports…).
get_account_overviewTotal clicks, conversions, revenue, and conversion rate.
get_affiliate_summaryPer-affiliate clicks, conversions, revenue, and rate.
list_clicksRecent clicks, newest first (optionally by campaign).
list_conversionsRecent conversions, with their matched status.

All tools are read-only. Date-aware tools accept from / to as YYYY-MM-DD.