Connect your account, then chat with AI to run tools.
SE Ranking Data API v1: domain analysis (regional and worldwide overviews, keywords, pages, subdomains, ads, competitors, keyword gap comparison), backlinks (summary, metrics, counts, referring domains, anchor texts), keyword research (related, similar, questions, long-tail), website audit listing, account subscription metadata, plus generic GET and mutate helpers for any documented v1 path.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain knowledge for SE Ranking — workflow patterns, data models, and gotchas for your AI agent.
REST bundle for https://api.seranking.com/v1. Responses are JSON. The workspace holds a Data API key; the framework sends Authorization: Token on every request.
Inspect subscription metadata before large pulls so remaining credits are visible.
Most keyword and domain reports require a source query parameter: an ISO 3166-1 alpha-2 country code for the regional database (e.g. us, gb, de). Worldwide overviews use domain (and optional currency, fields, show_zones_list) instead.
Backlink endpoints accept mode: domain (entire registered domain including subdomains), host (single host only), or url (one URL). Default in SE Ranking docs is often host.
query_params_json on typed tools and the generic GET helper accepts either a JSON object (natural for MCP clients) or a JSON string. The generic mutate helper accepts the same for query params and for json_body.
Filters such as filter[volume][from] are easiest to supply as extra keys inside query_params_json, or via the generic GET helper with a full query object.
SE Ranking issues separate Data API and Project API keys. This bundle targets the Data API base URL above; using the wrong key type yields 401.
Prefer the named domain, backlinks, and keyword tools for common workflows. Use the generic GET/mutate helpers only for endpoints not wrapped here (site audit, AI search, exports, etc.) so parameter shapes stay aligned with SE Ranking's reference.
Permanently delete an audit and all its run history. Free in credits.
GET any documented SE Ranking Data API v1 path: pass resource_path and optional query parameters as a JSON string or object (mcpbundles CLI prefers an...
POST, PUT, PATCH, or DELETE against SE Ranking v1 endpoints (site audits, batch keyword export, backlink POST bodies, etc.). query_params_json and jso...
Return SE Ranking Data API subscription metadata for the current API key (plan, credits, limits). Use as a zero-cost auth and quota sanity check befor...
Identifies the brand name(s) SE Ranking associates with a target domain or URL. Costs 100 credits per request. Run before prompts-by-brand or leaderbo...
Time series of a target's brand and link presence in one LLM (ChatGPT, Gemini, Perplexity, AI Overview, AI Mode), with current vs previous period summ...
Paginated prompts where a target (mode=target) or brand (mode=brand) appears in LLM results. Costs 200 credits per returned prompt — keep limit small ...
Paginated raw backlink rows for a target (one row per link). Costs 1 credit per row returned — keep limit small for exploration. Use refdomains aggreg...
Anchor text distribution for inbound links: phrases ranked by backlinks or referring domains. Credits scale per anchor row — use a small limit first.
Domain-level authority signals (Domain Inlink Rank etc.) for a target. 5 credits per row returned.
Backlink and referring-domain counts for a target (totals and splits such as dofollow vs nofollow). Lower credit cost than pulling full backlink rows;...
Historical time series of backlink counts for a target. 1 credit per row returned.
List target pages SE Ranking has indexed inbound links to, with link counts per page. 1 credit per row returned.
Lightweight backlink metrics for a target (counts and referring domains). Lower credit cost than the full summary endpoint; good for quick comparisons...
Raw backlink rows with all native fields (no SE Ranking aggregation). 1 credit per row returned. Use when callers need the unprocessed link record (an...
Paginated list of referring domains for a target with authority and backlink signals. Credits scale per refdomain returned — keep limit small for expl...
Referring IPs and their backlink counts for a target. 1 credit per row returned.
Aggregated backlink statistics for a target: counts, referring domains, anchors, TLDs, and related rollups. Supports GET; SE Ranking also accepts POST...
Paid search ad creatives and positions observed for a domain in a regional database. High per-request credit cost.
Competitor domains that overlap on organic or paid keywords with the target, including shared keyword counts when stats are requested. High per-reques...
Paginated keyword rankings for a domain or URL in one regional database: positions, volumes, SERP features, etc. High per-request credit cost; use lim...
Keyword gap between two domains (or two URLs): shared, unique, or diff modes with sortable metrics. High per-request credit cost.
Regional domain overview: organic vs paid keyword stats, traffic and position buckets for one country database. High per-request credit cost; requires...
Historical domain overview snapshots (monthly trends) for a regional database. High per-request credit cost; parameters follow SE Ranking domain histo...
Worldwide domain overview: aggregated organic and paid stats, optional per-zone breakdown when show_zones_list is enabled. High per-request credit cos...
Worldwide overview for a specific URL (not only the root domain). Same credit class as other domain overview calls.
Top landing pages for a domain or host in a regional database (organic or paid). High per-request credit cost.
Subdomains discovered for a root domain in a regional database with traffic and keyword signals. High per-request credit cost.
Bulk-export keyword metrics (volume, CPC, difficulty, intent, etc.) for up to N keywords at once. Costs 10 credits per keyword returned. Pass keywords...
Long-tail keyword expansions for a seed term. Lower per-row credit cost than related/similar in the published table; still scales with the number of r...
Question-style keyword variants (who/what/how) derived from a seed, with SEO metrics. Credits typically scale per returned row.
Related keyword ideas for a seed in a regional database with volume, CPC, difficulty, and optional trend data. Credits typically scale per returned ro...
Similar keyword phrases to a seed term with core SEO metrics. Credits typically scale per returned row; tighten filters via query_params_json to contr...
List website audits or, when audit_id is supplied, fetch a single audit's metadata (target, schedule, status). Free in credits. Use this to discover a...
Run history for an audit configuration (timestamps, health-score deltas across recheck runs). Free.
Pages affected by a specific issue check (issue_id from the issues list). Free. Use to drill from a high-level issue count into the actual offending U...
Issue catalog for an audit grouped by check (broken links, missing alt text, slow pages, etc.) with severity and counts. Free.
Outbound + internal link graph from an audit (source page, target URL, anchor, status code). Free.
Crawled pages with per-page status, depth, response code, content type, and issue counts. Free. Paginated via limit + offset.
Aggregated report for a finished audit: health score, issue counts by severity, key metrics. Free.
Status of a site audit run (queued, in-progress, finished, error) plus pages crawled. Free. Poll this after creating an audit before requesting the re...
Compare a primary domain against up to 10 competitors across LLM engines and return a share-of-voice leaderboard. Flat 7,500 credits per request — con...
Create a new site audit (no audit_id) or update an existing one (PATCH with audit_id). Create cost: 2 credits per page in standard mode, 20 credits pe...
Trigger a fresh crawl of an existing audit. Costs 2 credits/page in standard mode, 20 credits/page in advanced mode.
SE Ranking Data API v1: domain analysis (regional and worldwide overviews, keywords, pages, subdomains, ads, competitors, keyword gap comparison), backlinks (summary, metrics, counts, referring domains, anchor texts), keyword research (related, similar, questions, long-tail), website audit listing, account subscription metadata, plus generic GET and mutate helpers for any documented v1 path. It provides 44 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/seranking. Authentication is handled automatically.
SE Ranking provides 44 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
SE Ranking uses API Key. SE Ranking requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect SE Ranking to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This MCP server groups tools behind an endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More marketing integrations you might like
ActiveCampaign is an email marketing, marketing automation, and customer experience automation platf...
The AdAdvisor MCP Server offers tools for managing advertising campaigns, including keyword manageme...
This server provides tools to manage advertising campaigns across major platforms such as Google, Me...
Agent Analytics provides insights and performance metrics for AI agents, enabling users to analyze t...
Ahrefs SEO over REST v3: 75 typed tools covering the official ahrefs-python v3 surface (Site Explore...
Ahrefs MCP server for SEO and site audit tooling.