Majestic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAJESTIC_API_KEY | Yes | A Majestic API key (requires a Majestic subscription) |
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 |
|---|---|
| get_index_item_infoC | Get Trust Flow, Citation Flow, backlink counts and other key metrics for one or more URLs/domains |
| get_backlinksC | Get detailed backlink data for a URL or domain |
| get_anchor_textC | Get anchor text distribution for a URL or domain |
| get_ref_domainsC | Get list of referring domains linking to a URL or domain |
| get_top_pagesC | Get the most backlinked pages on a domain |
| get_topicsC | Get topical Trust Flow breakdown for a URL or domain |
| get_new_lost_backlinksC | Get recently gained or lost backlinks for a domain |
| compare_itemsC | Compare Trust Flow, Citation Flow and other metrics across multiple URLs/domains |
| get_subscription_infoA | Get current API subscription info, usage and remaining quota |
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 9 tools
Each tool has a clearly distinct purpose targeting specific SEO/backlink analysis functions, with no significant overlap. For example, get_backlinks provides detailed backlink data, while get_ref_domains focuses on referring domains, and get_anchor_text covers anchor text distribution.
All tools follow a consistent verb_noun pattern with 'get_' or 'compare_' prefixes, using snake_case throughout. The naming convention is predictable and readable across all nine tools, with no deviations in style.
Nine tools is well-scoped for an SEO/backlink analysis server, providing comprehensive coverage without being overwhelming. Each tool earns its place by addressing specific aspects of domain/URL metrics and backlink analysis.
The tool set offers strong coverage for SEO metrics and backlink analysis, including key operations like retrieving metrics, backlinks, referring domains, and subscription info. A minor gap exists in update/management operations (e.g., no tool to modify or delete data), but core analysis workflows are well-covered.