These docs are built to be consumed by AI tools, not just people. Every page is available in machine-readable form, plus there’s a hosted MCP server and an installable Claude skill — all generated and kept up to date automatically, at no extra cost. Point your agent at any of the endpoints below to give it grounded, current knowledge of theDocumentation Index
Fetch the complete documentation index at: https://mtaapi.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
mta-js SDK and the MTA API.
MCP server
Connect Cursor, Claude, Codex, VS Code, and other MCP clients to search these docs live.
llms.txt
A machine-readable index of every page, for AI tools to discover and navigate.
skill.md
Install these docs as a Claude skill in Claude Code and Claude Desktop.
Markdown pages
Append
.md to any docs URL to get the raw Markdown of that page.MCP server
The docs are exposed as a hosted Model Context Protocol (MCP) server, so AI clients can search and read the documentation as a tool — answering questions about the SDK and API with up-to-date context. It exposes a search tool and a filesystem-style navigation tool over the docs. Server URL- Cursor
- Claude Code
- Codex
- Claude / Claude Desktop
- VS Code
Add the server to
~/.cursor/mcp.json (global) or .cursor/mcp.json in your project:/.well-known/mcp so compatible tools can locate the server automatically.
llms.txt
Following the llms.txt standard, two machine-readable files are generated automatically and stay in sync with these docs:| File | URL | Contents |
|---|---|---|
llms.txt | https://mtaapi.dev/docs/llms.txt | A structured index of every page with titles, links, and descriptions — a sitemap for LLMs. |
llms-full.txt | https://mtaapi.dev/docs/llms-full.txt | The entire documentation site concatenated into one file for direct context loading. |
llms.txt when a tool should discover and fetch only the relevant pages, and llms-full.txt when you want to drop the whole corpus into a model’s context window.
Claude skill
These docs are also published as an installable Claude skill, described by askill.md manifest that summarizes the SDK’s capabilities, methods, and best practices for agents:
skill.md content directly.
Markdown for any page
Every page is available as raw Markdown — just append.md to its URL. For example:
All of the above — the MCP server,
llms.txt, llms-full.txt, skill.md, and per-page Markdown — are generated and hosted automatically. There’s nothing to configure and no extra cost.