rampify-mcp
Verified Safeby rampify-dev
Overview
Provides real-time SEO intelligence, site audits, Google Search Console integration, and AI-powered recommendations directly within an IDE for developers.
Installation
npx @rampify/mcp-serverEnvironment Variables
- BACKEND_API_URL
- API_KEY
- SEO_CLIENT_DOMAIN
Security Notes
The server primarily acts as an intermediary, querying a backend API and local development servers. It uses standard HTTP client libraries (axios, fetch). The `generate_schema` tool uses `dangerouslySetInnerHTML` for outputting JSON-LD snippets, which is a known React/Next.js risk but is generally acceptable for static schema data generated from trusted content. A private `get_security_context` tool exists but is explicitly excluded from npm builds, reducing its public exposure. No direct `eval` or blatant malicious patterns were found. Network interactions with configured backend and local dev servers are expected.
Similar Servers
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
kindly-web-search-mcp-server
Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.