MCP server — live

Talk to Tarasvin from any MCP client

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.

Production
Live
https://mcp.tarasvin.app/mcp

Real fares, real bookings. Requires production API key auth via OAuth.

Sandbox
Free
https://sandbox-mcp.tarasvin.app/mcp

Same surface, no real deliveries. Free for testing and demos.

Add it to your client

Claude (Desktop / web)
Settings → Connectors → Add custom server
https://mcp.tarasvin.app/mcp
Cursor
settings.json
{
  "mcpServers": {
    "tarasvin": { "url": "https://mcp.tarasvin.app/mcp" }
  }
}
VS Code (Continue / Cline)
MCP servers config
{
  "name": "tarasvin",
  "transport": { "type": "http", "url": "https://mcp.tarasvin.app/mcp" }
}

How auth works

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.

What you can do

  • Get a fare estimate before booking.
  • Create single-stop or multi-leg orders.
  • Track an order in real time, ask "where is it?".
  • Cancel, retry webhooks, list deliveries.