Skip to main content
ClaudeWave

Real Google rankings as an MCP tool: where a domain ranks for a keyword, plus the top 10.

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/15/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · rankjot-mcp
Claude Code CLI
claude mcp add rankjot-mcp -- uvx rankjot-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "rankjot-mcp": {
      "command": "uvx",
      "args": ["rankjot-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# RankJot MCP server

Real Google rankings as a tool for AI assistants. Ask Claude (or any MCP client)
"where does example.com rank for *best running shoes* in the UK?" and it makes a
live lookup instead of guessing.

<!-- mcp-name: io.github.epolat/rankjot-mcp -->

## What it does

One tool:

**`check_rank(domain, keyword, country="us")`** returns

- `position`: the domain's 1-based Google organic position, or `null` if it isn't
  in the results checked
- `url`: which of the domain's pages ranks
- `results`: the top 10 organic results (position, domain, url, title), so the
  assistant can answer "who's above me?" without another call
- `quota`: lookups used and remaining this month

Positions are organic results only (ads, maps and answer boxes aren't counted),
for the Google market you pass as `country`.

## Setup

**1. Get an API key.** Sign in at [rankjot.com](https://rankjot.com/login), open
**Account → API access → Generate key**. Free accounts include **25 lookups a
month**; the API plan ($20/mo) includes 5,000.

**2. Add the server to your client.** It runs with [`uvx`](https://docs.astral.sh/uv/),
so there's nothing to install by hand.

Claude Desktop (`claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "rankjot": {
      "command": "uvx",
      "args": ["rankjot-mcp"],
      "env": { "RANKJOT_API_KEY": "rjk_your_key_here" }
    }
  }
}
```

Any other client that launches stdio servers takes the same command, `uvx
rankjot-mcp`, with `RANKJOT_API_KEY` in its environment.

Prefer pip? `pip install rankjot-mcp`, then use `rankjot-mcp` as the command.

**3. Restart the client** and ask a ranking question.

## Errors

Failures come back as a normal result with an `error` field, so the assistant can
tell you what happened instead of retrying blindly:

| `error` | Meaning |
|---|---|
| `config` | `RANKJOT_API_KEY` isn't set |
| `unauthorized` | The key is wrong or was revoked |
| `api_trial_limit` | This month's included lookups are used up |
| `quota_exceeded` / `rate_limited` | Monthly quota used, or too many calls per minute |
| `provider_error` / `network` | The lookup couldn't be made; try again |

Every call spends one lookup. Models are happy to call tools in loops, so if you
ask about many keywords at once, say how many lookups it may use.

## Privacy

The domain, keyword and country you check are sent to rankjot.com to perform the
lookup. See the [privacy policy](https://rankjot.com/privacy).

## Links

- API reference: https://rankjot.com/api-docs
- How this server was designed: https://rankjot.com/blog/google-rankings-as-an-mcp-tool

## License

MIT

Lo que la gente pregunta sobre rankjot-mcp

¿Qué es epolat/rankjot-mcp?

+

epolat/rankjot-mcp es mcp servers para el ecosistema de Claude AI. Real Google rankings as an MCP tool: where a domain ranks for a keyword, plus the top 10. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-14.

¿Cómo se instala rankjot-mcp?

+

Puedes instalar rankjot-mcp clonando el repositorio (https://github.com/epolat/rankjot-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar epolat/rankjot-mcp?

+

Nuestro agente de seguridad ha analizado epolat/rankjot-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene epolat/rankjot-mcp?

+

epolat/rankjot-mcp es mantenido por epolat. La última actividad registrada en GitHub es del 2026-09-14, con 0 issues abiertos.

¿Hay alternativas a rankjot-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega rankjot-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: epolat/rankjot-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/epolat-rankjot-mcp)](https://claudewave.com/repo/epolat-rankjot-mcp)
<a href="https://claudewave.com/repo/epolat-rankjot-mcp"><img src="https://claudewave.com/api/badge/epolat-rankjot-mcp" alt="Featured on ClaudeWave: epolat/rankjot-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a rankjot-mcp