Back to MCP docs

Custom SDK app

Build a custom client

Any app using the official Model Context Protocol SDK can connect to Drento. Use OAuth or a personal access token.

  1. Install the MCP SDK

    Run: npm install @modelcontextprotocol/sdk

  2. Configure the transport

    Point the SDK's HTTP transport at https://mcp.drento.app/mcp

  3. Authenticate

    Choose OAuth (recommended for end-user apps) or PAT (for scripts).

  4. Call tools

    List available tools with the SDK and call them by name.

You can revoke this connection any time from Settings → AI Connections.