TrueSource GEO MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrueSource GEO MCP ServerAudit my-website.com for AI readiness"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrueSource GEO MCP Server
AI-Readiness auditing as an MCP tool surface — for Claude Desktop, Cursor, VS Code Copilot, and 70+ other MCP clients.
What is this?
This is a Model Context Protocol (MCP) server that exposes TrueSource's GEO-Audit methodology as standardized tools. Any MCP-compatible AI assistant can:
Audit websites for AI-readiness (robots.txt, llms.txt, schema markup, E-E-A-T signals)
Generate GEO files (AI-optimized robots.txt, llms.txt)
Create VibeTags for emotional AI brand resonance
Check robots.txt for AI bot allow/block status
Related MCP server: GEOScore MCP Server
Quick Start
Option A: npx (Recommended)
⚠️ The
-yflag is critical — without it, npx silently waits for install confirmation in the background and the server freezes.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"truesource": {
"command": "npx",
"args": ["-y", "truesource-geo-mcp"],
"env": {
"TRUESOURCE_API_KEY": "your-api-key-here"
}
}
}
}Cursor / VS Code
Add to .cursor/mcp.json or VS Code MCP settings:
{
"mcpServers": {
"truesource": {
"command": "npx",
"args": ["-y", "truesource-geo-mcp"],
"env": {
"TRUESOURCE_API_KEY": "your-api-key-here"
}
}
}
}Option B: Local Build
cd packages/geo-mcp
npm install
npm run build{
"mcpServers": {
"truesource-geo": {
"command": "node",
"args": ["/absolute/path/to/packages/geo-mcp/build/index.js"],
"env": {
"TRUESOURCE_API_KEY": "your-api-key-here"
}
}
}
}3. Restart Your MCP Host & Use
Ask your AI assistant:
"What's the AI-readiness score for my-website.com?"
"Generate a robots.txt for https://example.com"
"Check which AI bots are blocked on competitor.com"
"Create VibeTags for our brand at my-website.com"
Available Tools
Tool | Trigger | Description |
| "audit", "score", "check AI readiness" | Full AI-readiness audit → 0-100 score, grade, checks, recommendations |
| "generate robots.txt", "create llms.txt" | Generate AI-optimized robots.txt + llms.txt (ready to deploy) |
| "brand perception", "VibeTags", "how AI sees" | Emotional AI brand resonance analysis (4-layer VibeGap Bridge) |
| "robots.txt", "which bots blocked" | Quick robots.txt AI bot status check (9 bots) |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | API key for Railway backend authentication |
| No | Railway production URL | GEO-Inject API base URL |
| No |
| Request timeout in ms (MCP hosts timeout at ~60s) |
Testing with MCP Inspector
npm run inspectThis opens the interactive MCP Inspector at http://localhost:6274, where you can:
See all registered tools and their schemas
Invoke tools with test data
Inspect JSON-RPC request/response pairs
Architecture
┌─────────────────────────────┐
│ MCP Host (Claude Desktop) │
│ User: "Audit example.com" │
└─────────────┬───────────────┘
│ Stdio (JSON-RPC 2.0)
▼
┌─────────────────────────────┐
│ truesource-geo-mcp v1.2.0 │
│ (TypeScript MCP Server) │
│ │
│ Tools: │
│ ├── geo_score │
│ ├── geo_inject │
│ ├── vibetags_generate │
│ └── geo_check_robots │
└─────────────┬───────────────┘
│ HTTPS + Bearer Auth
▼
┌─────────────────────────────┐
│ Railway API │
│ (FastAPI / Python) │
│ truesource-mcp-api │
│ │
│ POST /audit/robust │
│ POST /activate/robots │
│ POST /activate/llms │
│ POST /semantize │
│ GET /check/robots │
└─────────────────────────────┘Changelog
v1.2.0 (2026-03-29) — Gemini Review Release
Security: API key authentication (Bearer token via
TRUESOURCE_API_KEY)Performance: Timeout reduced 180s → 30s (MCP host compatibility)
Performance: HTML streaming with
</head>early-abort for Schema/OG checksDX: Improved tool descriptions with explicit trigger words for better LLM routing
DX:
npx -yinstall flow documented (prevents silent freeze)
v1.1.0 (2026-03-29) — Optimization Release
Performance: Parallelized 5 checks with
Promise.allSettled(3s → ~1s)Bugfix: Register
geo_check_robotstoolBugfix: Fix
{{HOST}}placeholder in generated robots.txtBugfix: Fix response format mismatch in check-robots
v1.0.0 (2026-03-28) — Initial Release
3 tools:
geo_score,geo_inject,vibetags_generateStdio transport, Railway API integration
License
MIT — TrueSource AI / Sascha Deforth
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAudits AI-bot visibility: robots.txt per-bot for 22 AI user-agents (GPTBot/ClaudeBot/PerplexityBot/etc), Cloudflare flags, JSON-LD, sitemap, llms.txt, SPA shell, plus cross-model brand mentions via Perplexity + OpenRouter. 0-100 score. SSRF-guarded, spend-capped.Last updated41MIT
- FlicenseAqualityCmaintenanceEnables scanning websites for AI search readiness, generating fixes like llms.txt, and comparing GEO scores across domains.Last updated81
- Alicense-qualityBmaintenanceEnables AI agents to check whether AI assistants recommend a brand and audit a site's AI-agent readiness, providing visibility scores and specific gaps.Last updatedMIT

Seonix SEO MCPofficial
AlicenseAqualityBmaintenanceLets any AI agent audit any website for SEO, GEO/AEO, and speed problems, reporting issues and recommendations without modifying the site.Last updated4MIT
Related MCP Connectors
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Brand visibility auditing across LLMs, AI search, and answer engines with GEO reports and scores.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SaschaDeforth/truesource-geo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server