Let your AI agent buy backlinks. Rixot is an AI backlink marketplace — 50,000+ vetted, real-traffic domains, dofollow editorial placements from $1, live in ~24 hours. This MCP (Model Context Protocol) server exposes the whole marketplace as native tools, so Claude, ChatGPT, Cursor or any MCP client can find donor sites, order backlinks and publish them end-to-end — not just read reports.
- Endpoint:
https://ai.rixot.com/mcp - Auth: your personal Rixot API key (
?key=rxt_live_…in the URL, orAuthorization: Bearer) - Protocol: MCP · JSON-RPC 2.0 ·
2024-11-05 - Get a key: sign in at rixot.com → API keys (every account has one by default)
- Settings → Connectors → Add custom connector
- Name:
Rixot· Remote MCP server URL:https://ai.rixot.com/mcp?key=YOUR_KEY· OAuth fields: leave empty - Add — the Rixot tools appear in your chat.
Add a remote MCP connector with the same URL: https://ai.rixot.com/mcp?key=YOUR_KEY.
Point the client at https://ai.rixot.com/mcp and pass the key either in the URL (?key=…) or as a Bearer header.
| Tool | What it does |
|---|---|
check_balance |
Read your account balance (USD). |
list_donors |
Search 50,000+ vetted donor sites by niche, DR, price, traffic. |
get_article_prompt |
Fetch the editable article-generation brief (transparent prompt). |
order_backlink |
Order backlink(s) into your basket — no charge yet. Three content modes: auto (AI writes from your keyword), prompt (AI follows your edited brief), own (publish your ready HTML). |
get_basket |
Inspect drafted placements before paying. |
publish_basket |
Publish everything in the basket, paying from your balance. The only step that spends money. |
list_links |
Track every placement — status, indexing, published URL. |
Safety model: ordering never charges money. Funds are only spent by an explicit publish_basket call, and topping up the balance is dashboard-only — an agent can never overspend beyond the balance you pre-funded.
"Order 3 relevant backlinks for https://example.com/pricing, keyword 'best crm software', budget $30 total — then publish."
The agent will typically call:
check_balance→{ "balance": 45.00 }list_donors {"domain_filter":"saas","price_max":10}→ picks 3 relevant, real-traffic domainsorder_backlink {"donor_ids":[…],"target_url":"https://example.com/pricing","keyword":"best crm software"}→ articles drafted, basket total $30, nothing chargedget_basket→ reviewpublish_basket→ $30 paid from balance, links live in ~24hlist_links→ published URLs + indexing status
| Mode | Send | Result |
|---|---|---|
| auto | target_url + keyword |
AI researches and writes the editorial article. |
| prompt | + recommendations (fetch the base brief via get_article_prompt, edit it) |
AI writes to your brief; the output contract stays fixed so publishing can't break. |
| own | content (+ optional title, article_url) |
Your ready HTML published as-is. |
Everything the MCP server does is also available as plain JSON over REST at https://ai.rixot.com/v1 — same key, same account. Full reference with copy-paste examples: rixot.com/api-docs.
curl -s https://ai.rixot.com/v1/donors \
-H "Authorization: Bearer rxt_live_YOUR_KEY"- Website: https://rixot.com
- MCP page: https://rixot.com/mcp
- API docs: https://rixot.com/api-docs
- Pricing (from $1/link, pay-per-placement, no subscription): https://rixot.com/pricing
© Rixot. The server is hosted — nothing to install; this repository documents the public endpoint for MCP clients and directories.