{
  "markdown": "# Rixot MCP Server\n\n**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.\n\n- **Endpoint:** `https://ai.rixot.com/mcp`\n- **Auth:** your personal Rixot API key (`?key=rxt_live_…` in the URL, or `Authorization: Bearer`)\n- **Protocol:** MCP · JSON-RPC 2.0 · `2024-11-05`\n- **Get a key:** sign in at [rixot.com](https://rixot.com) → [API keys](https://rixot.com/api-keys) (every account has one by default)\n\n## Quick connect\n\n### Claude (web / desktop)\n1. **Settings → Connectors → Add custom connector**\n2. **Name:** `Rixot` · **Remote MCP server URL:** `https://ai.rixot.com/mcp?key=YOUR_KEY` · OAuth fields: leave empty\n3. Add — the Rixot tools appear in your chat.\n\n### ChatGPT (connectors / agent mode)\nAdd a remote MCP connector with the same URL: `https://ai.rixot.com/mcp?key=YOUR_KEY`.\n\n### Cursor / other MCP clients\nPoint the client at `https://ai.rixot.com/mcp` and pass the key either in the URL (`?key=…`) or as a `Bearer` header.\n\n## Tools (7)\n\n| Tool | What it does |\n|---|---|\n| `check_balance` | Read your account balance (USD). |\n| `list_donors` | Search 50,000+ vetted donor sites by niche, DR, price, traffic. |\n| `get_article_prompt` | Fetch the editable article-generation brief (transparent prompt). |\n| `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). |\n| `get_basket` | Inspect drafted placements before paying. |\n| `publish_basket` | Publish everything in the basket, paying from your balance. The **only** step that spends money. |\n| `list_links` | Track every placement — status, indexing, published URL. |\n\n**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.\n\n## Example: an agent buys a backlink\n\n> *\"Order 3 relevant backlinks for https://example.com/pricing, keyword 'best crm software', budget $30 total — then publish.\"*\n\nThe agent will typically call:\n1. `check_balance` → `{ \"balance\": 45.00 }`\n2. `list_donors {\"domain_filter\":\"saas\",\"price_max\":10}` → picks 3 relevant, real-traffic domains\n3. `order_backlink {\"donor_ids\":[…],\"target_url\":\"https://example.com/pricing\",\"keyword\":\"best crm software\"}` → articles drafted, basket total $30, **nothing charged**\n4. `get_basket` → review\n5. `publish_basket` → $30 paid from balance, links live in ~24h\n6. `list_links` → published URLs + indexing status\n\n## Content modes on `order_backlink`\n\n| Mode | Send | Result |\n|---|---|---|\n| **auto** | `target_url` + `keyword` | AI researches and writes the editorial article. |\n| **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. |\n| **own** | `content` (+ optional `title`, `article_url`) | Your ready HTML published as-is. |\n\n## REST API\n\nEverything 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](https://rixot.com/api-docs)**.\n\n```bash\ncurl -s https://ai.rixot.com/v1/donors \\\n  -H \"Authorization: Bearer rxt_live_YOUR_KEY\"\n```\n\n## Links\n\n- Website: https://rixot.com\n- MCP page: https://rixot.com/mcp\n- API docs: https://rixot.com/api-docs\n- Pricing (from $1/link, pay-per-placement, no subscription): https://rixot.com/pricing\n\n---\n\n© Rixot. The server is hosted — nothing to install; this repository documents the public endpoint for MCP clients and directories.\n",
  "bytes": 4029,
  "sha": "8ae9771b85320ae06feeeceb408c930f4b6783f066c574d2d48ed6bb4073d8f4",
  "repo_slug": "mkrupkin/rixot-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mkrupkin_rixot_mcp_ba63ac2b/readme"
}