Skip to main content
Glama

TeTsuki Gateway

Checks whether a website has a usable llms.txt. Score 0–100. Free 3 checks per day per IP, then ¥10.

Hosted MCP (HTTP): https://tetsuki-gateway.vercel.app/mcp

This is a live fetch of https://{domain}/llms.txt on each call. It is not a world-mandatory gate, and it does not include monitoring history yet.

Product

Related MCP server: llm-energy

Install (Cursor / Claude)

Remote MCP URL: https://tetsuki-gateway.vercel.app/mcp

{
  "mcpServers": {
    "tetsuki": {
      "url": "https://tetsuki-gateway.vercel.app/mcp",
      "headers": {
        "X-API-Key": "tsk_your_key_here"
      }
    }
  }
}

Free quota works without a key (3/day/IP). Paid checks need X-API-Key from the homepage purchase.

Tools

Name

What it does

check_llms_txt

Fetches /llms.txt for a domain, reports exists/missing, basic shape, and a score from 0 to 100 (0 if missing).

Input: domain (example: example.com).

Response includes source_url, fetched_at, content_hash, score, and whether the file exists.

HTTP API (same tool)

POST https://tetsuki-gateway.vercel.app/api/mcp

{ "tool": "check_llms_txt", "domain": "example.com" }

Pricing

  • Free: 3 checks / day / IP

  • Paid: ¥10 per check (prepaid credits)

  • Current pack: 10 credits = ¥100

  • No monthly plan in this MVP

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.
    3
    72 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables auditing webpages for GEO metrics, calculating MAVI score, and generating llms.txt templates for RAG readiness.
    2
    MIT