seo-data-api-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERANKING_API_TOKEN | Yes | Your SE Ranking API token |
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 |
|---|---|
| aiSearchOverviewB | Retrieve a high-level overview of a domain's performance in LLM: link presence, average position, AI traffic, and historical historical dynamics (trends over time). |
| aiSearchPromptsByBrandB | Fetch a paginated list of prompts where the specified brand is mentioned in LLM results. Maps to /v1/ai-search/prompts-by-brand. |
| aiSearchPromptsByTargetB | Fetch the list of prompts (queries) that refer to or mention a given target (domain/URL) in the AI Search context. Corresponds to SE Ranking’s “Get Prompts by Target” API section. |
| 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 28 tools
Tools are grouped by clear prefixes (aiSearch, backlinks, domain, keywords), making their purposes generally distinct. However, minor overlap exists within domain overview variants and keyword-related tools, and 'domainKeywordsComparison' vs 'domainKeywordsReverseComparison' may cause confusion.
The naming follows a consistent camelCase pattern with category prefixes. Most tools are well-structured, though a few, like 'domainKeywordsReverseComparison', break the typical verb-noun pattern slightly.
With 28 tools, the set is slightly larger than ideal but still well-scoped for a comprehensive SEO data API covering multiple subdomains. Each tool serves a specific function, and no tool appears redundant.
The toolset covers a wide range of SEO data retrieval tasks, including AI search, backlinks, domain analysis, and keywords. However, it lacks write operations (e.g., create, update) and some advanced backlink analysis tools, leaving minor gaps.