MCP Server
Maintained
io.github.sathvic-kollu/techtenstein-seo MCP Server
io.github.sathvic-kollu/techtenstein-seo
What is the io.github.sathvic-kollu/techtenstein-seo MCP server?
On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.
How to install io.github.sathvic-kollu/techtenstein-seo
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TECHTENSTEIN_API_KEYsecretAPI key from https://apis.techtenstein.com (free tier: 100 audits/day)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"techtenstein-seo": {
"command": "uvx",
"args": [
"techtenstein-seo-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"techtenstein-seo": {
"command": "uvx",
"args": [
"techtenstein-seo-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"techtenstein-seo": {
"command": "uvx",
"args": [
"techtenstein-seo-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"techtenstein-seo": {
"type": "stdio",
"command": "uvx",
"args": [
"techtenstein-seo-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
}
}
}
}Claude Code
claude mcp add techtenstein-seo --env TECHTENSTEIN_API_KEY=<YOUR_TECHTENSTEIN_API_KEY> -- uvx techtenstein-seo-mcpRelated MCP servers
Data-grounded sprint retro
Maintained
Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.
0
View repository →TypeScript
MIT
Standup from your activity
Maintained
Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.
0
View repository →TypeScript
MIT
io.github.sathvic-kollu/techtenstein-bg
Maintained
AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.
0
View repository →Python
Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.
0
View repository →Python
io.github.sathvic-kollu/techtenstein-pdf
Maintained
PDF text and table extraction plus metadata. Supports OCR for scanned documents.
0
View repository →Python