ContentKing Connector for AI agents.
10 live capabilities
Get real-time SEO audit metrics and website health reports.
Waiting for input…
Why people use ContentKing
ContentKing SEO Auditing for Technical Error Detection
This Connector changes that by letting your agent pull that data for you. You just ask for the health score or a list of active alerts, and the agent gives you the answer in seconds. You get your time back.
What Vinkius changes
You get live SEO audit data and automated crawl triggers directly in your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Post-deployment health check
A developer pushes a new update and asks their agent to check the health score of the production site to ensure no meta tags were stripped.
- Real-world use case 02
Portfolio status summary
A digital marketer asks their agent for a high-level summary of all 20 client websites to see which ones have dropped in health scores today.
- Real-world use case 03
Rapid SEO issue diagnosis
An SEO specialist notices a drop in traffic and asks their agent to list all active alerts and specific issue details for a specific URL.
Complete set · 10capabilities
The complete ContentKing capability set.
These are the exact actions your AI can choose when you ask it to work with ContentKing.
01—04
4 capabilities in this set.
Part of 10 available through ContentKing.
- 01 Capability
Get active alerts
Get a list of current monitoring alerts for a website. This helps you spot critical SEO risks the moment they happen.
- 02 Capability
Get issue details
Pull specific details for a single SEO issue. Use this to understand exactly why a page is failing a health check.
- 03 Capability
Get portfolio summary
Get a high-level health summary of all your websites. This gives you a bird's-eye view of your entire web portfolio at once.
- 04 Capability
Get website health
Get the current health score and status for a specific site. It's the quickest way to see if a domain is currently healthy.
05—07
3 capabilities in this set.
Part of 10 available through ContentKing.
- 05 Capability
List seo issues
List all SEO issues for a specific website. This provides a full list of technical errors that need fixing.
- 06 Capability
List monitored pages
List monitoring data for the pages on a website. Use this to see which specific URLs the crawler is tracking.
- 07 Capability
List websites
List every website you have monitored in ContentKing. This helps you see your full list of active domains quickly.
08—10
3 capabilities in this set.
Part of 10 available through ContentKing.
- 08 Capability
Notify page update
Tell ContentKing a page has been updated to trigger a re-crawl. This ensures your SEO data stays fresh after a change.
- 09 Capability
Notify sitemap update
Notify ContentKing that a sitemap has been updated. Use this to trigger a fresh crawl of your site's structure.
- 10 Capability
Search pages by url
Search for monitored pages using a URL keyword. This makes it easy to find specific pages within a large site.
Set up in minutes
One URL. Then ask ContentKing to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ContentKing from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ContentKing, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ContentKing for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ContentKing URL.
- Step 03
Save and start
Save the connection and enable ContentKing in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"contentking": {
"url": "https://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ContentKing
Open Agent mode in chat and ask: "Using ContentKing, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"contentking": {
"url": "https://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ContentKing
Ask Copilot: "Using ContentKing, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"contentking": {
"url": "https://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ContentKing
Open Cascade and ask: "Using ContentKing, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"contentking": {
"url": "https://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ContentKing
Ask Cline: "Using ContentKing, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add contentking --transport http "https://edge.vinkius.com/vk_preview_G03Xyl8jKsjZlvLgOyhzHY8L8CPjLi84XcWS6dlW/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ContentKing
Ask Claude: "Using ContentKing, show me...". 10 tools are ready
Where the request belongs
Work ContentKing can move forward.
This is for the SEO specialist who manages a massive portfolio of domains and is tired of logging into dozens of separate dashboards. It's for the web developer who needs to verify that a production deployment didn't break any critical meta tags or canonical links. It's for the digital marketer who needs to provide clients with instant health scores without manual data entry.
SEO Specialist
Auditing 50+ sites on a Tuesday afternoon to find which ones need immediate technical fixes.
Web Developer
Verifying that a new deployment didn't cause a drop in the site's health score or create canonical loops.
Digital Marketer
Pulling comparative domain health data for a client report without leaving their chat app.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoogle Lighthouse SEO Auditor
Transform your AI into a Technical SEO & Performance Agency. Instantly run official Google PageSpeed Insights (Lighthouse) audits on any website and get exact code fixes to achieve a perfect 100/100 score.
Moz (SEO Metrics & Link Research)
Manage SEO metrics via Moz. audit Domain Authority (DA), analyze backlinks, and track site rankings.
Ahrefs
Professional SEO intelligence. audit backlinks, keywords, and domain health via AI.
Google Search Console
Monitor your website's search performance, fix indexing issues, and manage sitemaps via AI.
Siteimprove
Monitor and improve your website quality. track accessibility, SEO, content QA, and broken links across your domains with AI agents.
Raven Tools
Track SEO rankings, audit website health, and generate white-label marketing reports for your clients automatically.
Bring your own AI
Change the model, client or framework. Keep ContentKing connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ContentKing.
The practical details behind the request, access and result.
What is ContentKing MCP for?
It lets your AI agent pull real-time SEO audit metrics and monitor website changes. You can use it to check site health scores, get active alerts, and manage crawl updates.
Can ContentKing MCP check my site health?
Yes, it can pull the current health score and status for any site you have monitored. It's a fast way to see if your site is technically healthy without opening a dashboard.
How do I get SEO alerts with ContentKing?
You can ask your agent to list active alerts for a specific website. This will show you any critical SEO risks or infrastructure changes that need your attention.
Can I use ContentKing MCP to trigger a re-crawl?
Yes, you can tell your agent to notify the platform when you've updated a page or a sitemap. This triggers a fresh crawl so your SEO data stays accurate.
Is ContentKing MCP good for large portfolios?
It's perfect for large portfolios. You can get a high-level health summary across all your monitored websites or search for specific pages using keywords.
Can I see specific SEO issues with ContentKing?
Yes, you can pull a full list of SEO issues for a site or get deep-dive details on a specific issue to see exactly what needs to be fixed.
How do I get a ContentKing API Key?
Log in to ContentKing, go to Account Settings > API, and click Create API Key. Copy the key and paste it into the field below.
Can the agent make changes to my SEO settings?
No. The integration operates in read-only mode. It reads metrics, lists alerts, and retrieves data for analysis, but cannot modify any SEO settings or configurations.
What types of metrics can I check?
You can fetch domain health scores, tracked URL counts, active alerts by severity, page load times, and summaries of issues found during the latest crawls.
One connection away
Give your agent a direct line to ContentKing.
Connect ContentKing once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available