Marketing
geoplaybooks.com
Provides tools to audit and improve a website's visibility to AI answer engines, including validating llms.txt and accessing GEO playbooks.
ENDPOINT 1
https://geoplaybooks.com/mcp
MCP server metadata
- Name
- geoplaybooks
- Version
- 1.0.0
Tools for AI-visibility (GEO) work: audit any domain (check_site), generate an implementation brief (get_fix_prompt), lint llms.txt (validate_llms_txt), search the GEO knowledge base (search_playbooks), read any playbook in full as Markdown (get_playbook), read the live benchmark (pulse_leaderboard), and — for Monitor subscribers — run live share-of-voice samples (sov_sample).
Known tools 7
check_siteRun a live AI-visibility (GEO) audit of a domain: the 5 signals answer engines depend on — crawler reachability, robots.txt AI-bot rules, llms.txt, JSON-LD schema, answer-first structure.
Inferred read-onlyget_fix_promptAudit a domain and return a ready-to-execute engineering brief (the 'AI fix-it prompt'): findings, implementation rules and acceptance criteria for fixing the site's AI visibility.
Potential side effectssearch_playbooksFull-text search over the GEO/AEO Playbooks knowledge base (30+ evergreen playbooks on generative engine optimization, llms.txt, AI crawlers, answer engines).
Inferred read-onlysov_sample[Monitor subscribers] Run a live AI share-of-voice sample for your subscribed domain: your stable prompt set across Perplexity, GPT-4o and Gemini — who gets named, and your share.
Inferred read-onlypulse_leaderboardCurrent GEO Pulse leaderboard: hourly-probed AI-visibility scores (0-100, 5 signals) for a fixed panel of well-known sites.
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.geoplaybooks]
url = "https://geoplaybooks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"geoplaybooks": {
"type": "http",
"url": "https://geoplaybooks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: geoplaybooks
Remote MCP URL: https://geoplaybooks.com/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": {
"geoplaybooks": {
"url": "https://geoplaybooks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"geoplaybooks": {
"type": "http",
"url": "https://geoplaybooks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "geoplaybooks",
"transport": "streamable-http",
"url": "https://geoplaybooks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.