TeTsuki Gateway
Click on "Deploy 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., "@TeTsuki GatewayCheck example.com's llms.txt score"
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.
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
Homepage (EN): https://tetsuki-gateway.vercel.app/
Homepage (JA): https://tetsuki-gateway.vercel.app/ja/
Pack on sale: 10 checks = ¥100 (Stripe Checkout on the homepage)
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 |
| Fetches |
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Checks llms.txt, AI crawler access in robots.txt, and sitemap - with a 0-100 AI readiness score.
Scores any public website on how usable it is by AI agents, with per-check evidence.
Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude.
Agent-readiness scanner (0-5 score), robots.txt + llms.txt generators, managed agent enablement.
Related MCP Servers
- FlicenseAqualityCmaintenanceEnables scanning websites for AI search readiness, generating fixes like llms.txt, and comparing GEO scores across domains.81-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to extract, validate, and discover documentation from websites using llms.txt and install.md standards.108 npm34-
- AlicenseAqualityBmaintenanceEnables 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.372 npm1MIT
- AlicenseNot gradedqualityCmaintenanceEnables auditing webpages for GEO metrics, calculating MAVI score, and generating llms.txt templates for RAG readiness.2MIT