Server data from the Official MCP Registry
Real Google rankings as a tool: where a domain ranks for a keyword, plus the top 10 organic results.
About
Real Google rankings as a tool: where a domain ranks for a keyword, plus the top 10 organic results.
Security Report
Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 1 issue 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.
What You'll Need
Set these up before or after installing:
Environment variable: RANKJOT_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-epolat-rankjot-mcp": {
"env": {
"RANKJOT_API_KEY": "your-rankjot-api-key-here"
},
"args": [
"rankjot-mcp"
],
"command": "uvx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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.
What it does
One tool:
check_rank(domain, keyword, country="us") returns
position: the domain's 1-based Google organic position, ornullif it isn't in the results checkedurl: which of the domain's pages ranksresults: the top 10 organic results (position, domain, url, title), so the assistant can answer "who's above me?" without another callquota: 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, 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,
so there's nothing to install by hand.
Claude Desktop (claude_desktop_config.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.
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
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
