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:
Use
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.