Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

AI Crawler Access Check

ai_crawler_access
Read-onlyIdempotent

Resolve any URL path against robots.txt to see which AI crawlers can fetch it. Get allowed/blocked status, citation-critical bots, and enforceability notes.

Instructions

Resolve every known AI/LLM crawler against a site's robots.txt and report which may fetch a given path. Covers OpenAI (GPTBot, OAI-SearchBot, ChatGPT-User, OAI-AdsBot), Anthropic (ClaudeBot, Claude-User, Claude-SearchBot), Google (Google-Extended, Googlebot, Google-CloudVertexBot), Perplexity, Apple, Meta, Amazon, Mistral, Common Crawl, ByteDance and others.

Three things this gets right that a naive robots.txt reader does not:

  1. Training vs citation. Blocking GPTBot stops training; blocking OAI-SearchBot stops you being cited in ChatGPT search. Most people want the first, not the second. Blocked citation-critical bots are called out separately.

  2. Which blocks are actually enforceable. Perplexity-User, ChatGPT-User and meta-externalfetcher are documented by their own vendors as ignoring or possibly ignoring robots.txt. A "blocked" verdict for those is advisory, and is reported as such rather than as a clean block.

  3. Vendor quirks. Apple documents that when robots.txt has no Applebot group but does have a Googlebot group, Applebot follows the Googlebot rules — so the effective verdict differs from the literal one.

Each crawler also carries its provenance: whether the token comes from first-party vendor documentation or only from community aggregators. Vendors that publish no crawler token at all (xAI/Grok, Microsoft Copilot) are listed separately, because absence of a rule cannot be read as allowed or blocked.

Args:

  • site (string): domain or any URL on it.

  • path (string): path to test (default '/').

  • include_deprecated (boolean): include retired tokens (default false).

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: { crawlers[{token, vendor, purpose, allowed, via_wildcard, matched_rule, respects_robots_txt, compliance_note, provenance, quirk}], allowed_count, blocked_count, blocked_citation_critical[], unenforceable_blocks[], undocumented_vendors[], findings[] }.

Example: "Can ChatGPT and Perplexity crawl example.com?" -> ai_crawler_access(site="example.com").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath to test the rules against, e.g. '/blog/post'. Defaults to '/'./
siteYesDomain or any URL on it, e.g. 'example.com'.
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown
include_deprecatedNoAlso resolve retired tokens (anthropic-ai, claude-web) for historical coverage.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
pathYes
crawlersYes
findingsYes
robots_foundYes
allowed_countYes
blocked_countYes
undocumented_vendorsYes
unenforceable_blocksYes
blocked_citation_criticalYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnly, openWorld, idempotent, and non-destructive. The description adds substantial behavioral context: it resolves 'every known AI/LLM crawler,' distinguishes citation vs. training bots, reports advisory vs. enforceable blocks, discloses vendor quirks (e.g., Applebot following Googlebot rules), and notes provenance of crawler tokens. This far exceeds the safety profile already conveyed by annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but front-loads the core purpose in the first sentence, then organizes coverage, differentiators, parameters, returns, and example in a logical, scannable structure. Every sentence adds information, though the bulleted 'Three things' and extensive crawler list make it somewhat verbose; still, it earns its length through specificity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity, the description is exceptionally complete. It explains nuanced behavior, provides a structured return object, lists all four parameters with defaults, includes a usage example, and even anticipates edge cases like undocumented vendors. The presence of an output schema (the 'Returns' block) further covers return semantics. No notable gap remains for an agent to understand what the tool does and when to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, parameters are fully documented in the schema. The description's 'Args' section largely duplicates the schema (site, path, include_deprecated, response_format) and adds only minimal color (e.g., 'retired tokens' for include_deprecated). No extra meaning, constraints, or usage nuances are contributed beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific, active statement: 'Resolve every known AI/LLM crawler against a site's robots.txt and report which may fetch a given path.' This clearly identifies the tool's function and distinguishes it from generic robots.txt checkers, further reinforced by the detailed list of covered crawlers and unique analytical angles (training vs. citation, enforceability, vendor quirks).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a concrete usage example ('Can ChatGPT and Perplexity crawl example.com?') and implies value over naive robots.txt readers with its 'Three things this gets right' section. However, it does not explicitly name sibling alternatives or state when NOT to use this tool, so it stops short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/OrtaMarco/seo-geo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server