Connect rankion.ai
with your stack
MCP Server for AI agents, REST API for developers, CMS plugins for publishers. rankion.ai adapts to your workflow.
MCP Server
Model Context Protocol — The standard for AI agent integrations
rankion.ai provides a complete MCP Server that makes all SEO and GEO tools available as skills for AI agents. Connect Claude Code, ChatGPT, Cursor, Windsurf or any MCP-compatible agent directly to the platform.
- 67+ tools available as MCP skills
- Keyword research, content generation, AI visibility — all via prompt
- Async support for long-running operations (article generation, audits)
- Credit-based metering — you keep cost control
- Team scoping — every agent works in your team context
# 1. Skill herunterladen
curl -o rankion.md https://rankion.ai/claude-skill
# 2. Token setzen
export RANKION_API_TOKEN="rk_live_..."
# 3. In Claude Code verwenden
claude "Recherchiere Keywords
für 'AI Content Marketing'
und erstelle einen Artikel"
{
"mcpServers": {
"rankion": {
"command": "npx",
"args": ["rankion-mcp-server"],
"env": {
"RANKION_API_TOKEN": "rk_live_..."
}
}
}
}
Skill Categories
Every rankion.ai feature is a skill your AI agent can call via prompt.
Content Generation
SEO+GEO-optimierte Artikel, Bulk Generation, Autopilot, Storylines
SEO & Keywords
Keyword Research, SERP Analysis, Content Audit, Internal Linking
AI Visibility & GEO
Tracking in ChatGPT, Perplexity, Claude. AI Detection, Humanizer.
Analytics & Intelligence
Competitor Analysis, Content Freshness, Content Optimizer
Publishing & Workflow
Calendar, CMS Publishing, Content Pipeline, Goals
Reviews & Reputation
Google Business Profile, Custom Webhook und weitere Bewertungsquellen verbinden.
Configuration & Setup
Style Profiles, Knowledge Base, Link Lists, Module Store
REST API
67+ endpoints for programmatic access to all features. Token-based auth, team scoping, credit metering.
curl -X POST https://rankion.ai/api/v1/generate/article \
-H "Authorization: Bearer rk_live_..." \
-H "Content-Type: application/json" \
-d '{
"project_id": 1,
"keyword": "ai content marketing",
"article_type": "blog-post",
"word_count": 2000
}'
# Response: 202 Accepted
{
"id": 42,
"status": "processing",
"credits_used": 15
}
CMS Integrations
Publish articles directly from rankion.ai to your CMS — with one click.
WordPress
One-Click Publishing mit Yoast SEO Support
VerfügbarShopify
Blog-Artikel direkt publizieren via GraphQL
VerfügbarWebflow
CMS Collection Items erstellen
Coming SoonGhost
Posts via Ghost Admin API
Coming SoonCompatible AI Agents
rankion.ai works with any tool that supports MCP or REST APIs.
Claude Code
MCP + SkillCursor
MCPWindsurf
MCPChatGPT
APICustom Agents
REST APIn8n / Make
REST APIReady to get started?
50 free credits. No credit card. API access from Agency plan.