SE Ranking SEO Data API MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERANKING_API_TOKEN | Yes | The SE Ranking Data API access key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| backlinksAllA | Fetch backlinks pointing to a single target with sorting, limits, rank filters, URL/anchor filters, and nofollow filter (v1/backlinks/all) |
| backlinksAnchorsB | Fetch anchor texts of backlinks pointing to a single target with sorting and limit controls (v1/backlinks/anchors) |
| backlinksAuthorityC | Fetch authority metrics for a target (domain, host or URL) (v1/backlinks/authority) |
| backlinksIndexedPagesB | Fetch site pages that have backlinks, with sorting and limit controls (v1/backlinks/indexed-pages) |
| backlinksRefdomainsB | Fetch referring domains pointing to a single target with sorting and limit controls (v1/backlinks/refdomains) |
| backlinksSummaryB | Fetch extended backlink statistics for one or multiple targets. Optionally builds an analysis prompt comparing your domain vs a competitor for a given keyword (v1/backlinks/summary) |
| domainOverviewC | Fetch domain overview (v1/domain/overview) |
| domainOverviewDbC | Fetch domain overview by database (v1/domain/overview/db) |
| domainOverviewWorldwideC | Fetch domain worldwide overview (v1/domain/overview/worldwide) |
| domainOverviewHistoryB | Fetch domain historical overview (v1/domain/overview/history) |
| domainKeywordsC | Fetch domain keywords (v1/domain/keywords) |
| domainAdsByKeywordC | Fetch domain ads by keyword (v1/domain/ads) |
| domainAdsByDomainC | Fetch domain ads by domain (v1/domain/ads) |
| domainCompetitorsC | Fetch domain competitors (v1/domain/competitors) |
| domainKeywordsComparisonA | Analyzes and compares the keyword rankings of two websites: |
| domainKeywordsReverseComparisonC | Compare keywords across domains (v1/domain/keywords/comparison) |
| domainAioOverviewC | Fetch AI Overviews domain metrics (v1/domain/aio/overview) |
| domainAioDiscoverBrandC | Fetch AI Overviews brand names (v1/domain/aio/discover-brand) |
| domainAioKeywordsByTargetC | Fetch AI Overviews domain keywords by target (v1/domain/aio/keywords-by-target) |
| domainAioKeywordsByBrandC | Fetch AI Overviews domain keywords by brand (v1/domain/aio/keywords-by-brand) |
| keywordsSimilarC | Fetch similar keywords from SE Ranking Data API (v1/keywords/similar) |
| keywordsRelatedC | Fetch related keywords (v1/keywords/related) |
| keywordsQuestionsC | Fetch keyword questions (v1/keywords/questions) |
| keywordsLongtailC | Fetch longtail (low search volume) keywords (v1/keywords/longtail) |
| keywordsExportC | Bulk retrieve metrics for a list of keywords (v1/keywords/export, POST form-data; source in query) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 25 tools
Most tools are clearly separated by resource area, but domainOverview, domainOverviewDb, and domainOverviewWorldwide are easy to confuse without deeper API knowledge. The domainKeywordsComparison/domainKeywordsReverseComparison pair is also ambiguous since their descriptions don't clearly distinguish the two modes.
All names use camelCase and are grouped by resource prefixes like domain, backlinks, and keywords, which creates a predictable feel. There are minor inconsistencies in qualifier order, such as domainOverviewHistory versus domainKeywordsComparison, but no chaotic mixing of naming styles.
At 25 tools, this server sits at the heavy end of the expected range. Many tools are narrow wrappers around specific API endpoints, and some, like the domain overview variants, could potentially be consolidated without losing clarity.
The tool set covers major SEO data areas well: domain metrics, backlinks, keyword research, ads, competitors, and AI overviews. It lacks some niche historical or advanced backlink endpoints, but typical workflows for an SEO data API can be completed without obvious dead ends.