streamable-httpupdated 1mo ago
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.
What can you do with rixot mcp?
Rixot MCP Server
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)
Quick connect
Claude (web / desktop)
- 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.
ChatGPT (connectors / agent mode)
Add a remote MCP connector with the same URL: https://ai.rixot.com/mcp?key=YOUR_KEY.
Cursor / other MCP clients
Point the client at https://ai.rixot.com/mcp and pass the key either in the URL (?key=โฆ) or as a Bearer header.
Tools (7)
| 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.
Example: an agent buys a backlink
"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
Content modes on order_backlink
| 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. |
REST API
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"
Links
- 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.
Install
Add rixot mcp to your client. Pick the one you use.
claude mcp add --transport http rixot-mcp https://ai.rixot.com/mcpcodex mcp add rixot-mcp --url https://ai.rixot.com/mcp{
"mcpServers": {
"rixot-mcp": {
"url": "https://ai.rixot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"rixot-mcp": {
"type": "http",
"url": "https://ai.rixot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"rixot-mcp": {
"url": "https://ai.rixot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"rixot-mcp": {
"serverUrl": "https://ai.rixot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
rixot mcp exposes 7 tools to a connected agent.
- 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.
Score
63 / 100
Good
- Documentation20/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 8, 2026 |