Connect Pensteady to Claude, ChatGPT, and other AI agents natively
The Model Context Protocol is an open standard that allows AI agents to connect to external tools and data sources. With MCP, agents like Claude Desktop and ChatGPT can use Pensteady's SEO and content tools directly in their workflows.
First-mover advantage: Pensteady is the first SEO platform built for AI agents
Add Pensteady to your AI agent's configuration file.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pensteady": {
"url": "https://pensteady.com/api/mcp",
"transport": "streamable-http",
"auth": {
"type": "bearer",
"token": "YOUR_API_KEY_HERE"
}
}
}
}Add to your .cursor/mcp.json
{
"mcpServers": {
"pensteady": {
"url": "https://pensteady.com/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}Your AI agent can now use Pensteady tools! Try asking:
"Create an SEO-optimized article about sustainable fashion"
"Analyze the keyword 'best running shoes 2026'"
"Find content gaps for my website vs competitors"
pensteady_create_articleGenerate SEO-optimized articles for target keywords
Parameters:
keyword (string)*Target keyword to optimize for
title (string)Custom article title
language (string)Target language (default: "en")
tone (string)Tone: professional, casual, technical, friendly
wordCount (number)Target word count (default: 1500)
pensteady_analyze_keywordGet keyword difficulty, search volume, and competition data
Parameters:
keyword (string)*Keyword to analyze
country (string)Target country (2-letter code, default: "us")
pensteady_check_contentRun compliance and fact-checking on content
Parameters:
content (string)*Content to check
checkTypes (array)Types: facts, claims, medical, legal, brand-safety
pensteady_suggest_keywordsGet keyword suggestions for a niche or website
Parameters:
topic (string)*Topic or niche
websiteUrl (string)Website URL for context
limit (number)Max suggestions (default: 20)
pensteady_content_gapsAnalyze content gaps vs competitors
Parameters:
yourWebsite (string)*Your website URL
competitors (array)*Competitor URLs
niche (string)Specific niche to focus on
pensteady_translateTranslate articles while preserving SEO
Parameters:
articleId (string)*Article ID to translate
targetLanguage (string)*Target language (ISO 639-1 code)
preserveSeo (boolean)Preserve SEO elements (default: true)
pensteady_publishPublish to connected CMS platforms
Parameters:
articleId (string)*Article ID to publish
platform (string)*CMS: wordpress, webflow, ghost, contentful, sanity
publishStatus (string)Status: draft, published, scheduled
scheduledDate (string)ISO 8601 date for scheduled posts
All MCP requests require a valid API key passed as a Bearer token:
Authorization: Bearer YOUR_API_KEY
Generate API keys from your dashboard. Keep your keys secure and never commit them to version control.
Create, check, and publish a complete article
Find content opportunities
Scale content globally
Need help integrating Pensteady with your AI agent?