Developer Tools
pocketseo.ai
Provides tools for on-page SEO auditing, schema extraction, AI readiness scoring, technical SEO checks, and heading analysis of live URLs.
ENDPOINT 1
https://pocketseo.ai/mcp
MCP server metadata
- Name
- pocketseo
- Version
- 1.1.0
PocketSEO combines live-URL SEO analysis with a practitioner knowledge base. To diagnose a real page, call `audit_page` (on-page + technical checks) and `check_schema` (structured-data extraction) with the user's URL — these return facts you cannot know without fetching the page. Then use `search` / `search_tips` / `list_guides` and get_tip / get_guide / get_checklist to ground your fixes in PocketSEO guidance. Each audit result includes a `learn_more` link to the matching guide; each content result returns a source URL — cite them.
Known tools 17
audit_pageFetch a LIVE URL and run an on-page SEO audit: title & meta-description length, single-H1 & heading hierarchy, word count / thin-content, image-alt coverage, canonical, viewport, html lang, robots-meta indexability, Open Graph + Twitter tags, and a JS-rendered content warning.
Inferred read-onlycheck_schemaFetch a LIVE URL and extract all structured data: every JSON-LD block (with @types, flagging invalid JSON) plus microdata itemtypes.
Inferred read-onlycheck_ai_readinessFetch a LIVE URL and score it for AI search / GEO / AEO: are AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot) allowed, is there an /llms.txt, is the content server-rendered (not JS-only), does it open answer-first, are there question headings and citable schema (FAQ/Article), and is it fresh (dateModified).
Inferred read-onlycheck_technicalFetch a LIVE URL and report technical SEO signals: HTTPS, status code, redirect chain, response time, HSTS + security headers, compression, and hreflang.
Inferred read-onlyanalyze_headingsFetch a LIVE URL and return its heading outline, word count, thin-content flag, and readability.
Inferred read-onlycheck_meta_tagsFetch a LIVE URL and dump every meta / Open Graph / Twitter / canonical / robots tag with issues flagged (missing title/description, over-length description, duplicate canonical, noindex, bare social preview).
Inferred read-onlysuggest_metaFetch a LIVE URL and return its current title/description plus page signals (H1, first paragraph, optional target keyword) and the length/keyword rules, so YOU can rewrite an improved title and meta description.
Inferred read-onlycheck_robotsFetch and parse a site's /robots.txt and report whether the given URL path is crawlable by Googlebot, Bingbot, and AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot).
Inferred read-onlycheck_sitemapLocate a site's XML sitemap (via robots.txt, /sitemap.xml, /sitemap_index.xml), validate the XML, count URLs, follow a sitemap index, and report whether the given URL is listed.
Inferred read-onlysearchKeyword search across ALL PocketSEO content — tips, guides, and checklists — matching titles and body text.
Inferred read-onlyget_checklistGet a PocketSEO SEO checklist by slug (actionable step-by-step items).
Inferred read-onlylist_checklistsList all PocketSEO SEO checklists (title, slug, category, item count).
Inferred read-onlylist_categoriesList PocketSEO taxonomy: SEO categories, difficulty levels, and impact levels.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pocketseo]
url = "https://pocketseo.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pocketseo": {
"type": "http",
"url": "https://pocketseo.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pocketseo
Remote MCP URL: https://pocketseo.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pocketseo": {
"url": "https://pocketseo.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pocketseo": {
"type": "http",
"url": "https://pocketseo.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pocketseo",
"transport": "streamable-http",
"url": "https://pocketseo.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pocketseo.ai was fetched 2026-08-30T12:23:59.150Z.
pocketseo.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.