Skip to main content
Glama

Backlinks MCP

by cnych
MIT License
165
pyproject.toml921 B
[build-system] requires = ["pdm-backend>=2.4.0"] build-backend = "pdm.backend" [project] name = "seo-mcp" version = "0.2.4" description = "A free SEO tool MCP (Model Control Protocol) service based on Ahrefs data. Includes features such as backlinks, keyword ideas, and more." readme = "README.md" authors = [ {name = "cnych", email = "ych_1024@163.com"} ] license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] requires-python = ">=3.10" dependencies = [ "fastmcp>=2.0.0", "requests>=2.32.3", "pydantic>=2.5.0", "pydantic-core>=2.14.0" ] [project.scripts] seo-mcp = "seo_mcp.server:main" [project.urls] "Homepage" = "https://github.com/cnych/seo-mcp" "Bug Tracker" = "https://github.com/cnych/seo-mcp/issues" [tool.setuptools] packages = ["seo_mcp"] package-dir = {"" = "src"}

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cnych/backlinks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server