Back to Home
seranking icon

seo-data-api-mcp-server

Verified Safe

by seranking

Overview

This server integrates the SE Ranking SEO data API with AI assistants via the Model Context Protocol (MCP), enabling natural language queries for a wide range of SEO analysis tasks.

Installation

Run Command
docker run -i --rm -e SERANKING_API_TOKEN="<your-api-token-here>" se-ranking/seo-data-api-mcp-server

Environment Variables

  • SERANKING_API_TOKEN
  • SERANKING_API_BASE
  • PORT
  • HOST

Security Notes

The server uses environment variables (SERANKING_API_TOKEN) or Authorization headers for API token management, preventing hardcoded secrets. Input validation is extensively implemented using Zod, mitigating common injection risks. No 'eval' or obfuscation is present. Authentication is checked for most API calls. The external API calls are made over HTTPS. Overall, it follows good security practices for an API wrapper.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens7500
Stars4
Forks1
Last Update2025-12-04

Tags

SEOData APIAI AssistantMCPTypeScript