mcpbeat Sign in

RyRank MCP Server

local only

RyRank runs on your own machine — the client starts it, so there is no endpoint to ping. 355 installs a week from pypi. Last commit 4 Sep 2026.

Cohere-compatible pay-per-call reranker, no signup, x402/USDC

355
Installs / week
pypi · ryrank-mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check RyRank every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ryrank -- uvx ryrank-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ryrank": {
      "args": [
        "ryrank-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ryrank]
command = "uvx"
args = ["ryrank-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ryrank": {
      "args": [
        "ryrank-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ryrank": {
      "args": [
        "ryrank-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RYRANK_API (Base URL of the hosted RyRank API (default https://trigeochiral.com)), RYRANK_XPAYMENT (Optional base64 x402 X-PAYMENT payload for paid calls past the free tier). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RyRank

same job, measured the same way
Agishub
by agishub

AgisHub — 34 pay-per-call tools for AI agents over x402 (USDC on Base). No API key, no signup.

232 installs/wk 34 tools answering
AgentScrape
by hshintelligence

Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

6 tools answering
O
Polyform
by polyform

Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.

67 tools answering
BridgeNode MCP
by applefanaimail-blip

BridgeNode — x402 pay-per-request AI inference. OpenAI-compatible API + MCP server, Solana USDC.

3 tools answering
aaaa-nexus — Formally Verified AI Safety APIs
by atomadictech

Formally verified AI safety APIs. Pay-per-call via USDC (x402). 75+ endpoints, no signup.

44 tools answering
BridgeNode MCP
by bridgenode-ai

BridgeNode — x402 pay-per-request AI inference. OpenAI-compatible API + MCP, Solana USDC, gas-free.

416 installs/wk 3 tools answering
AAAA-Nexus MCP
by aaaa-nexus

Formally verified AI safety APIs. 75+ endpoints, pay-per-call via USDC x402, no signup.

91 installs/wk local only
twitr.sh
by twitr

X/Twitter reads, search, monitors and posting. Pay-per-call in USDC — no signup, no API keys.

14 tools answering

RyRank — questions

Answers built from our own checks of this server.

Why is there no uptime for RyRank?
RyRank runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ryrank-mcp was installed 355 times last week.
How do I connect RyRank?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ryrank-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use RyRank?
The pypi package ryrank-mcp was installed 355 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RyRank open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.