Back to Browse

Seo Authority MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

SEO authority, keyword, competitor, content, site-audit, and internal-link tools with optional.

About

SEO authority, keyword, competitor, content, site-audit, and internal-link tools with optional.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional backend override; defaults to https://seo.forgemesh.io.Optional

Environment variable: SEO_API_BASE

Optional EVM wallet private key for automatic x402 USDC settlement.Required

Environment variable: SEO_X402_PRIVATE_KEY

Maximum automatic payment per tool call; defaults to 0.15 USDC.Optional

Environment variable: SEO_MAX_PAYMENT_USDC

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-forgemeshlabs-seo-authority-mcp": {
      "env": {
        "SEO_API_BASE": "your-seo-api-base-here",
        "SEO_MAX_PAYMENT_USDC": "your-seo-max-payment-usdc-here",
        "SEO_X402_PRIVATE_KEY": "your-seo-x402-private-key-here"
      },
      "args": [
        "-y",
        "@forgemeshlabs/seo-authority-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

SEO Authority MCP

M8ven Verified

MCP Server

Give AI agents typed SEO authority, keyword, competitor, content, audit, and internal-link tools backed by seo.forgemesh.io. Authority scores use open Common Crawl graph data. The server does not invent search volume, CPC, live SERP positions, complete backlinks, or Google metrics.

Install

npx -y @forgemeshlabs/seo-authority-mcp

Claude Desktop

Challenge-only mode—safe default, never spends:

{
  "mcpServers": {
    "seo-authority": {
      "command": "npx",
      "args": ["-y", "@forgemeshlabs/seo-authority-mcp"]
    }
  }
}

Automatic x402 settlement:

{
  "mcpServers": {
    "seo-authority": {
      "command": "npx",
      "args": ["-y", "@forgemeshlabs/seo-authority-mcp"],
      "env": {
        "SEO_X402_PRIVATE_KEY": "YOUR_DEDICATED_LOW_BALANCE_WALLET_KEY",
        "SEO_MAX_PAYMENT_USDC": "0.15"
      }
    }
  }
}

Use a dedicated low-balance wallet. Never commit its private key.

Tools

MCP toolPurposePrice
get_seo_capabilitiesSource and metric disclosuresFree
get_domain_authorityCommon Crawl graph authority$0.01
compare_domain_authorityCompare 2–20 domains$0.02
score_page_seoDeterministic on-page checks$0.01
correct_seo_queryDid-you-mean correction$0.005
expand_seo_queryLong-tail query variants$0.01
find_keyword_opportunitiesPrioritized keyword ideas$0.05
find_competitor_content_gapsSupplied-content gap analysis$0.10
create_seo_content_briefEvidence-tagged brief$0.10
audit_site_seoMulti-page SEO audit$0.15
find_internal_link_opportunitiesContextual internal links$0.05

Paid tools use exact USDC settlement on Base. Without SEO_X402_PRIVATE_KEY, each tool returns price, network, receiver, and retry guidance instead of spending.

Docker

docker build -t seo-authority-mcp:0.1.0 .
docker run --rm -i --read-only --cap-drop=ALL seo-authority-mcp:0.1.0

For automatic payment, pass the private key at runtime using your secret manager. Do not bake it into the image.

Environment

VariableRequiredDefaultPurpose
SEO_X402_PRIVATE_KEYNounsetEnables automatic payment
SEO_MAX_PAYMENT_USDCNo0.15Per-call payment ceiling
SEO_API_BASENohttps://seo.forgemesh.ioBackend URL
SEO_ALLOW_CUSTOM_API_BASENofalseExplicitly allows a custom HTTPS backend
SEO_REQUEST_TIMEOUT_MSNo30000Upstream timeout, capped at 120 seconds

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!