Skip to main content
Paste the prompt below into any MCP-compatible client. It connects the Tiro MCP server and confirms that authentication works. Compatible clients  ·  Claude Desktop  ·  Claude Code  ·  Cursor  ·  ChatGPT  ·  VS Code (Copilot)  ·  any streamable-HTTP MCP client

Copy this prompt

The Tiro MCP install prompt
Your agent picks the config file that matches your client (claude_desktop_config.json, .vscode/mcp.json, Cursor settings, and so on).

What your agent will do

  1. Detect the active MCP client and open its config.
  2. Add a tiro server entry pointing at https://mcp.tiro.ooo/mcp.
  3. Restart the client (or prompt you to) and complete OAuth in your browser.
  4. Call auth_status to verify the connection and report which tools are available.
If anything fails, the agent surfaces the exact error so you know which step to retry — no silent loops.

Privacy & token handling

  • OAuth tokens are cached in your local MCP client config only — never sent anywhere else.
  • API keys (if used as fallback) are stored in plain text inside that same config file; keep it out of shared dotfiles.
  • Revoke either at any time from the API Keys dashboard or by signing out from your client.

Prefer to wire it up yourself?  → Manual setup per client   ·   Available tools   ·   Troubleshooting