Drop the Tarasvin MCP server into Claude, Cursor, or any MCP-aware tool. Quote, book, and track deliveries from natural language — scoped to your API key.
https://mcp.tarasvin.app/mcpReal fares, real bookings. Requires production API key auth via OAuth.
https://sandbox-mcp.tarasvin.app/mcpSame surface, no real deliveries. Free for testing and demos.
https://mcp.tarasvin.app/mcp
{
"mcpServers": {
"tarasvin": { "url": "https://mcp.tarasvin.app/mcp" }
}
}{
"name": "tarasvin",
"transport": { "type": "http", "url": "https://mcp.tarasvin.app/mcp" }
}MCP clients use OAuth 2.1 + PKCE. On first connect they're redirected to the Tarasvin consent page where they pick which API key to bind. Tokens are scoped to that key — same scopes you set in the developer portal. Refresh tokens are issued for long-running sessions.