Getting Started with Rampify
Welcome to Rampify, the first SEO intelligence layer for AI coding tools. Rampify brings real-time SEO context directly into your editor through the Model Context Protocol (MCP). Instead of context-switching between your code and SEO tools, you get actionable insights right where you work. This documentation will help you get started and make the most of Rampify's features.
The Rampify Toolkit#
- Dashboard - Strategic and visual analytics overview for all your sites
- MCP Server - Real-time SEO intelligence in your editor (Cursor, Claude Code)
- VS Code Extension (coming soon) - Visual context and diagnostics in your IDE
For AI Developers: Your Complete Workflow#
Context-Driven Development means having SEO intelligence available when you need it, not after deployment. With Rampify's MCP server, your AI coding assistant (Claude Code, Cursor) can check indexing status, generate optimized meta tags, and catch issues—all without leaving your editor.
Start with understanding Context-Driven Development, then install the MCP server in 5 minutes. For specific workflows, see our guides on blog automation with subagents and no-code automation.
Quick Start#
1. Create an Account#
Sign up at rampify.dev and add your first site to start analyzing.
2. Install the MCP Server#
The MCP server enables SEO intelligence directly in your AI coding tools:
npm install -g @rampify/mcp-server
See MCP Server Installation for detailed setup instructions.
3. Run Your First Analysis#
From the dashboard, click "Analyze Site" to:
- Discover all pages from your sitemap
- Check technical SEO elements
- Identify issues and opportunities
- Get recommendations
4. Connect Google Search Console#
Get a complete view of your indexing health by connecting Google Search Console. Catch indexing problems early and fix them quickly to speed up time-to-index for new content.
Key Features#
Real-time SEO Intelligence#
Get instant feedback on your changes:
- Check indexing status before deploying
- Generate optimized meta tags with AI
- Discover internal linking opportunities
- Scan sites for technical issues
Automated Site Crawling#
Rampify automatically discovers and monitors your pages:
- Sitemap-based discovery
- Scheduled recrawls (Starter tier+)
- Change detection and alerts
Search Query Data#
Understand how users find your content:
- Top performing queries (Starter tier+)
- Query Intelligence with AI insights (Pro tier)
- Click-through rate analysis
Automation-First REST API#
Build powerful SEO workflows without code:
- Zero-JavaScript routing in n8n, Zapier, Make
- Pre-organized action items by type and priority
- Daily monitoring and alerting workflows
- View the API Reference for complete examples
Documentation Guide#
Core Concepts#
Start here to understand what Rampify is and how it works:
Understanding Rampify
Introduction to Rampify
Learn what Rampify is, why it exists, who it's for, and how it brings SEO intelligence inside your IDE.
How Rampify Works
Understand the technical architecture: crawling, structured APIs, MCP integration, and the layered system.
Context-Driven Development
The philosophy behind bringing deterministic domain intelligence into your editor instead of relying on AI guesses.
MCP Server (IDE Integration)#
Bring SEO intelligence directly into your editor:
MCP Server
MCP Server Overview
Learn how the Model Context Protocol brings real-time SEO intelligence into Cursor, Claude Code, and other AI coding tools.
Installation Guide
Install and configure the Rampify MCP server in 5 minutes for your IDE.
Available Tools
Complete reference for all MCP tools: get_page_seo(), crawl_site(), generate_meta(), and more.
Dashboard & API#
Monitor your sites and build automations:
Platform Features
Dashboard Overview
Explore the Rampify dashboard: site analysis, issues tracking, and performance monitoring.
REST API Reference
Build powerful SEO automations without code using n8n, Zapier, or Make with our automation-friendly API.
API Authentication
Learn how to authenticate with the Rampify API using API keys for secure access to your SEO data.