Back to Browse

Techtenstein Seo MCP Server

by User
Developer ToolsUse Caution4.5Local
Free

On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.

About

On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.

Security Report

4.5
Use Caution4.5High Risk

This is a well-structured MCP server for SEO auditing with appropriate authentication and reasonable permissions. The code properly handles API key management via environment variables, includes input validation, and has no malicious patterns. Minor quality issues around error handling and logging do not significantly impact security. Supply chain analysis found 8 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 12 issues 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API key from https://apis.techtenstein.com (free tier: 100 audits/day)Required

Environment variable: TECHTENSTEIN_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sathvic-kollu-techtenstein-seo": {
      "env": {
        "TECHTENSTEIN_API_KEY": "your-techtenstein-api-key-here"
      },
      "args": [
        "techtenstein-seo-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!