SEOforGPT MCP
Track brand visibility across ChatGPT, Claude, and Perplexity — monitor AI mentions, analyze competitors, and generate content optimized for AI citations.
SEOforGPT MCP Server
Remote MCP server for SEOforGPT, built with Node.js, TypeScript, @modelcontextprotocol/sdk, and Cloudflare Workers using the streamable-http transport.
Features
list_projects: list all SEOforGPT projects for the configured API keycheck_brand_visibility: run custom AI visibility checks for a brand across 3 to 5 promptsrun_project_analysis: run saved prompts for an existing SEOforGPT projectget_visibility_report: fetch a full previously generated report
Quick start
SEOFORGPT_API_KEY=sgpt_xxx
Install dependencies and build:
npm install
npm run build
Run locally with Cloudflare Workers:
npm run dev
Deploy when you have your Cloudflare credentials available:
npm run deploy
Configuration
The server expects one environment variable:
SEOFORGPT_API_KEY: your SEOforGPT API key, sent to the upstream API asAuthorization: Bearer <SEOFORGPT_API_KEY>
For local or deployed Worker environments, you can set it in wrangler.toml, via wrangler secret put SEOFORGPT_API_KEY, or through your deployment environment.
Endpoints
GET /: basic server metadataGET /health: health checkPOST /mcp: MCP streamable HTTP endpoint
Claude Desktop config
{
"mcpServers": {
"seoforgpt": {
"command": "npx",
"args": ["-y", "seoforgpt-mcp"],
"env": { "SEOFORGPT_API_KEY": "sgpt_your_key_here" }
}
}
}
Smithery URL
https://seoforgpt-mcp.workers.dev
Tool usage examples
1. List projects
{
"name": "list_projects",
"arguments": {}
}
2. Check brand visibility
{
"name": "check_brand_visibility",
"arguments": {
"brand": "Acme",
"queries": [
"Best CRM for small businesses",
"Top alternatives to HubSpot for startups",
"Which sales tools are best for B2B teams"
]
}
}
3. Run a saved project analysis
{
"name": "run_project_analysis",
"arguments": {
"projectId": "proj_123"
}
}
4. Get a report
{
"name": "get_visibility_report",
"arguments": {
"reportId": "report_123"
}
}
Development notes
- The implementation is stateless and creates a fresh MCP server per request, which fits Cloudflare Workers well.
- All tool failures are normalized to
{ "error": "...", "details": "..." }so the Worker does not crash on upstream API failures. - The server uses
process.env.SEOFORGPT_API_KEYwith anenvbinding fallback for Worker compatibility.
Servidores relacionados
Transkribus MCP Server
MCP server for the Transkribus REST API — manage collections, documents, HTR/OCR recognition, models, and more. 290 tools across 22 resource domains.
ImageMagick
An MCP server for image conversion using ImageMagick and darktable.
EruditePay Blockchain Intelligence
168 MCP tools for blockchain analytics across Base, Tron, Bitcoin, XRP, Kaspa. Token prices, whale tracking, DeFi, wallet profiling, security scoring. x402 pay-per-call.
Audio Player
An MCP server for controlling local audio file playback.
PreReason
Market briefings for AI agents with trend signals, regime classification, and confidence scores across Bitcoin, macro, FX, and cross-asset data.
MCP-HA-Connect
A production-ready Model Context Protocol (MCP) server for Home Assistant integration with AI assistants like Claude.
French Admin MCP
16 tools for French administration — tax simulator, URSSAF, CAF housing aid, unemployment benefits, invoicing, legal letters. 2025-2026 rates.
Paramus Chemistry INTENT
Makes hundreds of chemical calculations and AI model functions accessible to LLMs
LLM Router
Multi-LLM routing MCP server — route text, image, video, and audio tasks to 20+ providers (OpenAI, Gemini, Perplexity, Anthropic, fal, ElevenLabs, Runway) with automatic complexity-based model selection, budget control, and provider failover.
OpenHue MCP Server
Control Philips Hue lights using LLM interfaces via the OpenHue CLI.