The Tiro MCP Server is a hosted endpoint atDocumentation Index
Fetch the complete documentation index at: https://api-docs.tiro.ooo/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.tiro.ooo/mcp. Once your AI client is connected, you can ask it to search your notes, pull a transcript, generate a summary, or share a note — all in plain language.
What you get
- Find your notes —
list_notes(lightweight metadata listing with optional keyword filter). - Read what was discussed —
search_notes(keyword search returning notes with their primary documents inline) andget_note_summary. - Quote exact wording —
get_note_transcript(last resort; token-heavy). - Generate and read documents —
list_document_templates,get_note_document. - Share and organize —
create_share_link,list_team_folders.
list_notes (metadata) → search_notes (content) → get_note_transcript (raw words). Most workflows answer the user’s question by tier 1 or 2 and never need a transcript.
See the full list in Tools.
How it works
- You authenticate once — either with an API Key (recommended for headless tools) or OAuth (recommended for interactive clients).
- Your AI client connects to
https://mcp.tiro.ooo/mcp. - The client discovers Tiro’s tools and offers them to you in chat.