MCP Server
Use RankParse with Claude, ChatGPT, OpenClaw, and other AI agents via the Model Context Protocol.
What is MCP?
The Model Context Protocol (MCP) lets AI agents call external tools. RankParse provides an MCP server that exposes all API endpoints as tools — no code required.
MCP server URL: https://mcp.rankparse.com/mcp (HTTP) · https://mcp.rankparse.com (SSE/Claude.ai)
Connect your AI tool
1
Openclaude.ai → Settings → Connectors
2
Click"Add custom connector"
3
Paste URL
https://mcp.rankparse.com/?apiKey=rp_your_key_here4
Replacerp_your_key_here with your API key and save
Works on claude.ai web. The API key goes directly in the URL.
Available tools
The MCP server exposes these tools:
| Tool | Description |
|---|---|
get_backlinks | Get inbound links for a domain |
get_referring_domains | Get referring domains |
get_anchor_text | Get anchor text distribution |
get_top_pages | Get top pages by inbound links |
get_outbound_links | Get outbound links |
get_domain_authority | Get domain authority score |
get_domain_rank | Get domain rank metrics |
get_site_explorer | Full site overview |
get_page_seo | Full SEO audit for a URL (meta, OG, JSON-LD, hreflang, headings, links) |
get_tech_stack | Detect 50+ technologies for a domain |
get_site_health | HTTPS, security headers, robots.txt, and key URL checks |
get_sitemap | Discover and parse a domain's sitemap |
get_crawl_history | First seen, last seen, snapshot count (Wayback Machine) |
get_domain_overlap | Find domains linking to multiple targets |
get_link_intersect | Find shared linkers between two domains |
get_similar_domains | Find similar domains |
Example prompts
Once connected, you can ask your AI agent things like:
- "What are the top backlinks for example.com?"
- "Compare the domain authority of site-a.com and site-b.com"
- "Find domains that link to both competitor-a.com and competitor-b.com"
- "What tech stack is vercel.com running?"