MCP server intelligence profile

Backlinks MCP Server

A MCP server for retrieving backlink information for any domain(SEO)

Local Onlycnych
Awaiting current scanPypi · 0.2.4

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install seo-mcp from PyPI

Version 0.2.4 declares 1 executable entrypoint.

python -m pip install 'seo-mcp==0.2.4'
uvx --from 'seo-mcp==0.2.4' seo-mcp
MCP client configuration example
{
  "mcpServers": {
    "seo-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "seo-mcp==0.2.4",
        "seo-mcp"
      ]
    }
  }
}

Build from source

Clone the canonical public repository, then follow its version-specific setup documentation.

git clone https://github.com/cnych/seo-mcp

Identity

Canonical slugbacklinks-mcp-defcae82DeploymentLocal Only
Canonical packagepypi:seo-mcpRepositoryhttps://github.com/cnych/seo-mcp
First publishedApr 14, 2025Latest releaseApr 14, 2025
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
pypiseo-mcp0.2.41Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
pypiseo-mcp0.2.4CurrentApr 14, 20254 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
SEO MCPServer-reported name
4Capability groups
Sep 4, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
get_backlinks_listGet backlinks list for the specified domain Args: domain (str): The domain to query Returns: List of backlinks for the domain, containing title, URL, domain rating, etc.
Input schema
{
  "properties": {
    "domain": {
      "type": "string"
    }
  },
  "required": [
    "domain"
  ],
  "type": "object",
  "additionalProperties": false
}
Output schema
{
  "properties": {
    "result": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "result"
  ],
  "type": "object",
  "x-fastmcp-wrap-result": true
}
get_trafficCheck the estimated search traffic for any website.
Input schema
{
  "properties": {
    "domain_or_url": {
      "type": "string",
      "description": "The domain or URL to query"
    },
    "country": {
      "default": "None",
      "type": "string",
      "description": "The country to query, default is \"None\""
    },
    "mode": {
      "default": "subdomains",
      "enum": [
        "subdomains",
        "exact"
      ],
      "type": "string",
      "description": "The mode to use for the query"
    }
  },
  "required": [
    "domain_or_url"
  ],
  "type": "object",
  "additionalProperties": false
}
Output schema
{
  "properties": {
    "result": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "result"
  ],
  "type": "object",
  "x-fastmcp-wrap-result": true
}
keyword_difficultyGet keyword difficulty for the specified keyword
Input schema
{
  "properties": {
    "keyword": {
      "type": "string"
    },
    "country": {
      "default": "us",
      "type": "string"
    }
  },
  "required": [
    "keyword"
  ],
  "type": "object",
  "additionalProperties": false
}
Output schema
{
  "properties": {
    "result": {
      "anyOf": [
        {
          "additionalProperties": true,
          "type": "object"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "result"
  ],
  "type": "object",
  "x-fastmcp-wrap-result": true
}
keyword_generatorGet keyword ideas for the specified keyword
Input schema
{
  "properties": {
    "keyword": {
      "type": "string"
    },
    "country": {
      "default": "us",
      "type": "string"
    },
    "search_engine": {
      "default": "Google",
      "type": "string"
    }
  },
  "required": [
    "keyword"
  ],
  "type": "object",
  "additionalProperties": false
}
Output schema
{
  "properties": {
    "result": {
      "anyOf": [
        {
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "result"
  ],
  "type": "object",
  "x-fastmcp-wrap-result": true
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Backlinks MCP Server questions

How do I install Backlinks MCP Server?

Install the selected package version with: python -m pip install 'seo-mcp==0.2.4'

What tools does Backlinks MCP Server provide?

Backlinks MCP Server exposed 4 tools during independent protocol observation, including get_backlinks_list, get_traffic, keyword_difficulty, keyword_generator.

Is Backlinks MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.