Skip to main content
The Tiro MCP Server is available at https://mcp.tiro.ooo/mcp. From a connected AI client, you can search notes, read transcripts and summaries, and explore your wiki in plain language.

What you get

  • Find your noteslist_notes (lightweight metadata listing with optional keyword filter).
  • Read what was discussedsearch_notes (keyword search returning notes with their primary documents inline) and get_note(include: ["summary"]).
  • Quote exact wordingget_note_transcript (last resort; token-heavy).
  • Fetch note contentget_note with include: ["summary", "transcript", "documents"] for consolidated content fetching.
  • Use document templateslist_document_templates, get_document_template.
  • Organizesearch_private_folders, search_team_folders, and get_share_link (read a note’s public share link).
  • Explore the wikisearch_wiki, get_wiki_page, list_wiki_mentions, get_wiki_graph, and list_workspaces.
Look up notes in this order: list_notes (metadata) → search_notes (content) → get_note_transcript (raw words). The first two steps answer most questions. See the full list in Tools.

How it works

  1. Authenticate with an API Key (headless tools) or OAuth (interactive clients).
  2. Your AI client connects to https://mcp.tiro.ooo/mcp.
  3. Call the Tiro tools from chat.
For setup instructions, see Connect your client.