io.tooloracle/rankoracle
Official13 toolsSEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors.
Performs SEO research including keyword analysis, SERP tracking, and competitor audits.
Captured live from the server via tools/list.
keyword_research
Research keyword volume, difficulty, CPC, trends, and related keywords
Parameters (2)
- keywordstring
Seed keyword to research
- countrystring
Country code (DE, US, UK, AT, CH, etc.)
check_ranking
Check where a domain ranks for a specific keyword in Google top 100
Parameters (3)
- domainstring
Domain to check
- keywordstring
Target keyword
- countrystring
Country code
serp_snapshot
Get top 10 Google results for a keyword with SERP features
Parameters (2)
- keywordstring
Keyword to search
- countrystring
Country code
domain_overview
Domain SEO overview: organic keywords, traffic estimate, position distribution
Parameters (2)
- domainstring
Domain to analyze
- countrystring
Country code for localized data
content_score
Analyze URL for on-page SEO quality: score, readability, technical checks, recommendations
Parameters (2)
- urlstring
URL to analyze
- keywordstring
Target keyword to check optimization
competitor_gap
Find keywords your competitor ranks for — identify content gaps and opportunities
Parameters (4)
- domainstring
Your domain
- competitorstring
Competitor domain
- countrystring
Country code
- limitinteger
Max results (default 20)
title_optimizer
Analyze current title tag and generate SEO-optimized title suggestions
Parameters (3)
- keywordstring
Target keyword
- draft_titlestring
Your current title (optional)
- urlstring
URL to fetch current title from (optional)
meta_generator
Analyze and generate optimized meta title + description for a URL
Parameters (2)
- urlstring
URL to analyze/optimize
- keywordstring
Target keyword
heading_analysis
Analyze H1-H4 heading structure of a page with SEO recommendations
Parameters (1)
- urlstring
URL to analyze
rank_tracker
Track ranking positions for multiple keywords at once (max 10)
Parameters (3)
- domainstring
Domain to track
- keywordsarray
Keywords to track (1-10)
- countrystring
Country code
serp_alert
Check current SERP position and compare against previous check — tracks changes over time
Parameters (3)
- keywordstring
Keyword to monitor
- domainstring
Domain to watch
- countrystring
Country code
backlink_check
Check backlinks and referring domains for a domain (requires Backlinks subscription)
Parameters (1)
- domainstring
Domain to check
health_check
Server health, version, tool status, and API connectivity
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"rankoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.