RankParse

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 URLhttps://mcp.rankparse.com/?apiKey=rp_your_key_here
4
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:

ToolDescription
get_backlinksGet inbound links for a domain
get_referring_domainsGet referring domains
get_anchor_textGet anchor text distribution
get_top_pagesGet top pages by inbound links
get_outbound_linksGet outbound links
get_domain_authorityGet domain authority score
get_domain_rankGet domain rank metrics
get_site_explorerFull site overview
get_page_seoFull SEO audit for a URL (meta, OG, JSON-LD, hreflang, headings, links)
get_tech_stackDetect 50+ technologies for a domain
get_site_healthHTTPS, security headers, robots.txt, and key URL checks
get_sitemapDiscover and parse a domain's sitemap
get_crawl_historyFirst seen, last seen, snapshot count (Wayback Machine)
get_domain_overlapFind domains linking to multiple targets
get_link_intersectFind shared linkers between two domains
get_similar_domainsFind 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?"

On this page