Back to Browse

Rixot MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Let AI agents buy dofollow backlinks: search 50,000+ vetted sites, order, publish. 7 hosted tools.

About

Let AI agents buy dofollow backlinks: search 50,000+ vetted sites, order, publish. 7 hosted tools.

Remote endpoints: streamable-http: https://ai.rixot.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

7 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-mkrupkin-rixot-mcp": {
      "url": "https://ai.rixot.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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, or Authorization: Bearer)
  • Protocol: MCP · JSON-RPC 2.0 · 2024-11-05
  • Get a key: sign in at rixot.comAPI keys (every account has one by default)

Quick connect

Claude (web / desktop)

  1. Settings → Connectors → Add custom connector
  2. Name: Rixot · Remote MCP server URL: https://ai.rixot.com/mcp?key=YOUR_KEY · OAuth fields: leave empty
  3. 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)

ToolWhat it does
check_balanceRead your account balance (USD).
list_donorsSearch 50,000+ vetted donor sites by niche, DR, price, traffic.
get_article_promptFetch the editable article-generation brief (transparent prompt).
order_backlinkOrder 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_basketInspect drafted placements before paying.
publish_basketPublish everything in the basket, paying from your balance. The only step that spends money.
list_linksTrack 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:

  1. check_balance{ "balance": 45.00 }
  2. list_donors {"domain_filter":"saas","price_max":10} → picks 3 relevant, real-traffic domains
  3. order_backlink {"donor_ids":[…],"target_url":"https://example.com/pricing","keyword":"best crm software"} → articles drafted, basket total $30, nothing charged
  4. get_basket → review
  5. publish_basket → $30 paid from balance, links live in ~24h
  6. list_links → published URLs + indexing status

Content modes on order_backlink

ModeSendResult
autotarget_url + keywordAI 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.
owncontent (+ 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


© Rixot. The server is hosted — nothing to install; this repository documents the public endpoint for MCP clients and directories.

Reviews

No reviews yet

Be the first to review this server!