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.
Install the MCP SDK
Run: npm install @modelcontextprotocol/sdk
Configure the transport
Point the SDK's HTTP transport at https://mcp.drento.app/mcp
Authenticate
Choose OAuth (recommended for end-user apps) or PAT (for scripts).
Call tools
List available tools with the SDK and call them by name.
You can revoke this connection any time from Settings → AI Connections.