SEO Authority MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEO_API_BASE | No | Backend URL. | https://seo.forgemesh.io |
| SEO_MAX_PAYMENT_USDC | No | Per-call payment ceiling. | 0.15 |
| SEO_X402_PRIVATE_KEY | No | Enables automatic payment. Use a dedicated low-balance wallet. Never commit its private key. | |
| SEO_REQUEST_TIMEOUT_MS | No | Upstream timeout, capped at 120 seconds. | 30000 |
| SEO_ALLOW_CUSTOM_API_BASE | No | Explicitly allows a custom HTTPS backend. | false |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_seo_capabilitiesA | Retrieve free capability, provenance, and unavailable-metric disclosures before choosing a paid SEO tool. |
| get_domain_authorityA | Measure one domain's open-web SEO authority using Common Crawl harmonic centrality and PageRank graph data; costs $0.01 USDC. |
| compare_domain_authorityA | Compare open-web SEO authority for 2 to 20 domains and rank the results; costs $0.02 USDC. |
| score_page_seoA | Score supplied page HTML for deterministic on-page SEO checks without claiming page authority; costs $0.01 USDC. |
| correct_seo_queryA | Correct likely spelling errors in an SEO search query; costs $0.005 USDC. |
| expand_seo_queryA | Generate deterministic long-tail and intent-oriented variants of an SEO query; costs $0.01 USDC. |
| find_keyword_opportunitiesA | Generate and prioritize long-tail keyword opportunities without fabricating volume, CPC, SERP, or difficulty metrics; costs $0.05 USDC. |
| find_competitor_content_gapsA | Find content gaps from customer-supplied site and competitor pages without claiming live SERP verification; costs $0.10 USDC. |
| create_seo_content_briefA | Create an evidence-tagged SEO content brief from a keyword and supplied competitor or site pages; costs $0.10 USDC. |
| audit_site_seoA | Audit supplied page HTML for on-page, duplication, and internal-link problems; costs $0.15 USDC. |
| find_internal_link_opportunitiesA | Find missing contextually relevant internal links across supplied pages; costs $0.05 USDC. |
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 11 tools
Each tool targets a distinct SEO task, such as authority measurement, query modification, or content analysis. The only possible confusion is between score_page_seo and audit_site_seo, but their descriptions clearly distinguish scoring from auditing.
All tool names follow a consistent verb_noun pattern in snake_case (get_, compare_, score_, correct_, expand_, find_, audit_, create_), making the set highly predictable and easy to navigate.
With 11 tools, the server is well-scoped within the typical 3-15 range. Each tool represents a meaningful SEO operation, and while a few could theoretically be combined, the count is justified by the breadth of functionality.
The tool set covers core SEO workflows: authority measurement, on-page scoring, query expansion, keyword opportunities, site auditing, content gaps, and internal links. Backlink analysis and rank tracking are absent, but their omission seems deliberate given the stated capabilities and cost disclosures.