yeet-seo-mcp
v0.2.1
Published
MCP server for yeet.seo — expose SEO tools to AI agents in Cursor, Claude Desktop, etc.
Maintainers
Readme
yeet.seo MCP Server
An MCP (Model Context Protocol) server that exposes yeet.seo's SEO tools to AI agents in Cursor, Claude Desktop, Windsurf, and other MCP-compatible environments.
Setup
1. Get your API key
Log into yeet.ani.computer/settings and generate an API key under API Keys & MCP (Pro plan required).
2. Add to your MCP client
No install needed — use npx and paste your key directly.
Cursor (.cursor/mcp.json)
{
"mcpServers": {
"yeet-seo": {
"command": "npx",
"args": ["-y", "yeet-seo-mcp"],
"env": {
"YEET_SEO_API_KEY": "yseo_your_key_here"
}
}
}
}Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"yeet-seo": {
"command": "npx",
"args": ["-y", "yeet-seo-mcp"],
"env": {
"YEET_SEO_API_KEY": "yseo_your_key_here"
}
}
}
}Replace yseo_your_key_here with the key from your Settings page. That's it.
Available Tools
Google Search Console
| Tool | Description |
|------|-------------|
| list_properties | List GSC properties with URL counts by status |
| list_urls | List URLs with filtering by property, status, pagination |
| inspect_url | Inspect a URL's indexing status via GSC |
| submit_urls | Submit URLs to Google for indexing (max 50) |
| get_url_history | Full submission/inspection history for a URL |
| get_aeo_recommendations | AEO recommendations for structured data |
| get_crawl_budget_analysis | Crawl budget efficiency analysis |
| get_indexing_trends | Indexing velocity trends over time |
Google Analytics 4
| Tool | Description |
|------|-------------|
| get_ga4_properties | List connected GA4 properties |
| get_ga4_traffic | Get traffic data — pages, sources, or AI referrals (ChatGPT, Perplexity, Claude) |
Example prompts
Once connected, ask your AI agent things like:
- "Which of my pages aren't indexed yet?"
- "Submit my new blog posts for indexing"
- "How's my crawl budget looking?"
- "What AEO improvements should I make?"
- "Show me indexing trends for the past 2 weeks"
