[project] name = "autorank-mcp" version = "0.1.0" description = "Technical SEO MCP server — structured data, meta tags, robots directives and SERP checks for AI agents. No API key." readme = "README.md" requires-python = ">=3.10" license = "MIT" authors = [{ name = "AutoRank", email = "hello@autorank.so" }] keywords = ["mcp", "seo", "schema", "json-ld", "structured-data", "ai", "agent", "robots-txt"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Internet :: WWW/HTTP :: Site Management", "Topic :: Software Development :: Libraries", "License :: OSI Approved :: MIT License", ] dependencies = [ "fastmcp>=2.0.0", ] [project.urls] Homepage = "https://autorank.so" Documentation = "https://autorank.so/free-tools" Repository = "https://github.com/RyanKramer/autorank-mcp" [project.scripts] autorank-mcp = "autorank_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/autorank_mcp"]