TeTsuki Gateway

Does this site have a usable llms.txt?

Your AI asks TeTsuki about a domain. TeTsuki fetches that site’s llms.txt and returns yes/no, a score from 0 to 100, and proof of what it looked at. People open this page only to understand it or buy more checks.

How it works

Who this is for

People who care whether AI can find the right pages on a site — and people who connect an AI tool to do that check.

What you get

llms.txt is a short guide file that helps AI find the right pages on a website. TeTsuki looks at that file and returns a simple result.

How it works

This is not a login app with menus. It is an API gate your AI calls.

Price

Free: 3 checks per day per IP (same connection source)

After that: ¥10 per check. The only pack on sale now: 10 checks for ¥100.

Why TeTsuki

Anyone can open a site’s llms.txt in a browser for free. TeTsuki sells a paid HTTP API so an AI tool can do that check. A person buys checks; the AI spends them. Monitoring history is planned later. It is not included today.

Setup (for the person connecting the AI)

If this looks technical, send the box below to a developer. Works with Cursor, Claude, and other tools that can call an HTTP API. Free checks work without a key. Paid checks need the key from payment.

Send a POST request to:
https://tetsuki-gateway.vercel.app/api/mcp

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

For paid checks, also send this header:
X-API-Key: tsk_your_key_here

Cursor / Claude に足すとき(MCP):

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

HTTP API(従来どおり):

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

FAQ

Short answers for people, search, and AI overviews.

What does TeTsuki check?

It fetches https://{domain}/llms.txt, reports whether the file exists, whether the basic shape looks usable, and a score from 0 to 100.

How much does it cost?

3 free checks per day per IP, then ¥10 each. The only pack now: 10 checks for ¥100.

Do I need an account?

No. Buy checks, save the key, put the key in your AI tool.

Does it include monitoring history?

No. Today it fetches llms.txt live on each call. History is planned later. We do not claim it is live now.

Buy more checks

A person pays. The AI spends the checks. After payment, the next page shows your private key. Write it down so you do not forget.

Card payment opens in this browser (Stripe). Keep the key private. Do not paste it in chat.