{
  "markdown": "<!-- mcp-name: io.github.sathvic-kollu/techtenstein-seo -->\n\n# Techtenstein SEO MCP\n\nMCP server that gives your Claude, Cline, or Cursor session access to on-page SEO audits\nfor any URL. Powered by the [Techtenstein SEO Audit API](https://apis.techtenstein.com).\n\n## Tools exposed\n\n- `seo_audit(url)` — Full on-page SEO audit for a single URL\n- `seo_batch_audit(urls)` — Batch audit up to 20 URLs\n\n## Install (Claude Desktop)\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"techtenstein-seo\": {\n      \"command\": \"uvx\",\n      \"args\": [\"techtenstein-seo-mcp\"],\n      \"env\": {\n        \"TECHTENSTEIN_API_KEY\": \"your_key_from_techtenstein.com\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. `seo_audit` and `seo_batch_audit` will appear as available tools.\n\n## Install (Cline / VS Code)\n\nCline auto-detects MCP servers from your Claude Desktop config. Same setup as above works.\n\n## Install (Cursor)\n\nAdd to `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"techtenstein-seo\": {\n      \"command\": \"uvx\",\n      \"args\": [\"techtenstein-seo-mcp\"],\n      \"env\": {\"TECHTENSTEIN_API_KEY\": \"your_key\"}\n    }\n  }\n}\n```\n\n## Get an API key\n\nFree tier (100 audits/day, no card): https://apis.techtenstein.com\n\nPaid tiers start at $5/month for 5,000 audits.\n\n## Example usage\n\nOnce installed, ask Claude:\n\n> \"Run an SEO audit on https://techtenstein.com and tell me the top 3 things to fix.\"\n\nClaude will call `seo_audit`, receive the JSON response, and synthesize recommendations.\n\nOr batch:\n\n> \"Audit these 5 competitor pages and compare their SEO scores: [urls]\"\n\nClaude will call `seo_batch_audit`, receive all 5 results, and produce a comparison table.\n\n## Response schema\n\n```json\n{\n  \"url\": \"https://example.com\",\n  \"seo_score\": 84,\n  \"title\": {\"content\": \"...\", \"length\": 58, \"optimal\": true},\n  \"meta_description\": {\"content\": \"...\", \"length\": 145},\n  \"headings\": {\"h1\": 1, \"h2\": 5, \"h3\": 12},\n  \"word_count\": 2367,\n  \"images\": {\"total\": 15, \"with_alt\": 12, \"alt_coverage\": 80},\n  \"links\": {\"internal\": 24, \"external\": 8},\n  \"recommendations\": [\"...\", \"...\"]\n}\n```\n\n## Support\n\n- Docs: https://apis.techtenstein.com\n- Issues: https://github.com/sathvic-kollu/techtenstein-seo-mcp/issues\n- Email: sathvic777@gmail.com\n\n## License\n\nMIT\n",
  "bytes": 2293,
  "sha": "72de58adad14f3f994fa82641814dff584f17c3fd9c34456f1fcdba6c93dd3ff",
  "repo_slug": "sathvic-kollu/techtenstein-seo-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sathvic_kollu_techtenstein_seo_f3aaeb89/readme"
}