API & AI Connector Documentation
Rexultz exposes your data programmatically through the MCP connector β a single endpoint that any MCP-compatible AI tool (Claude, ChatGPT, Cursor, VS Code and more) can connect to. Ask about your feeds, sales, tracking, advertisers and SEO in plain language, or let an agent create a feed for you.
Connector endpoint
One URL for every client:
https://mcp.rexultz.com/
What you'll need
- A Rexultz account with an active API key.
- An MCP-capable AI tool (typically a paid plan with the provider).
- The connector URL above.
Getting your API key
Find your key in the Rexultz dashboard under Account β API Key / License Key. Treat it like a password. You can reset it at any time from the same screen β resetting immediately revokes the old key.
Authentication
Your agent supports one of two methods β both point at the same URL.
Method A β Login (OAuth)
Easiest, for browser clients such as Claude.ai:
- Open Settings β Connectors β Add custom connector.
- Paste
https://mcp.rexultz.com/and click Add β Connect. - A Rexultz login page opens β enter your account email and API key, then approve. The agent only asks once.
Method B β Headers
For desktop / CLI tools such as Claude Desktop, Claude Code and Cursor. Use transport HTTP and set two headers:
X-API-Key: YOUR-API-KEY
X-User-Email: you@email.com
Example with Claude Code:
claude mcp add --transport http rexultz https://mcp.rexultz.com/ \
--header "X-API-Key: YOUR-API-KEY" \
--header "X-User-Email: you@email.com"
What you can do with it
Write to your agent like you'd talk to a colleague. Available tools are grouped by area:
π¦ Feeds & Products
- List your feeds and spot ones with no products.
- Search products across your connected networks.
- Check a feed's status, product count and clicks.
- Create a feed β the agent shows the matched advertiser and product count, then creates it once you confirm.
π° Sales, Revenue & Orders
- Show latest sales and earnings over a period.
- Break revenue down by website, page or network.
- See where conversions come from.
π Tracking & Advertisers
- List tracking links ranked by clicks.
- See which advertisers you're approved for and their EPC.
- Check which sites have GA4 / Search Console connected.
π SEO & deeper analyses
- Ask how a page ranks, or for keyword-gap opportunities.
- Get page-level optimisation suggestions built on your own Search Console & GA4 data.
- Run AI affiliate audits, keyword research and technical SEO audits (these draw credits β see below).
Credits
Most tools are free lookups in your own data. A few use your Rexultz credits β exactly as they do inside the app:
- AI audits, keyword research and technical SEO audits draw credits (or use your own key if you run BYOK β Bring Your Own Key).
- Google Search Console and Google Analytics use your own Google connection and cost no credits.
Your agent tells you whenever a tool uses credits, and you can follow usage on the Billing page.
Security
- The connector only accesses your own account β never anyone else's data.
- Almost everything is read-only. The only action that changes anything is feed creation, which always asks for confirmation first.
- Access is tied to your API key, which you control under Account and can reset anytime.
Looking for a REST API?
The MCP connector is the supported way to access your Rexultz data programmatically today. If you have a use case that needs a traditional REST endpoint, tell us at support@rexultz.com β we'd like to hear it.
Related
- AI Connector overview β the full feature page with example prompts.
- Getting Started β set up your account and first feed.