ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Rappi API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate LatAm's largest super-app via Rappi. track active deliveries, request support, and manage logistics from your agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Rappi API capability set.

These are the exact actions your AI can choose when you ask it to work with Rappi API.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Rappi API.

  1. 01

    Get order handoff

    Get handoff confirmation codes for an order

  2. 02

    List stores

    List all registered stores under your account

  3. 03

    Update store status

    Open or close a store for receiving orders

  4. 04

    Reject order

    Reject an incoming order with a reason

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Rappi API.

  1. 05

    Get order detail

    Get full details for a specific order

  2. 06

    Get store availability

    Check availability status of a store

  3. 07

    Get store menu

    Retrieve the full menu of a store

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Rappi API.

  1. 08

    List new orders

    List new incoming orders awaiting acceptance

  2. 09

    Mark ready for pickup

    Signal that an order is ready for courier pickup

  3. 10

    Take order

    Accept and start preparing an incoming order

Observed, not estimated

861ms average. Fast in production.

Rappi API is checked daily against the live service.

Daily averagePeak 1065ms
Aug 20Today
Fastest day
753ms
Slowest day
1065ms
14-day trend
Slowing+16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Rappi API, so you can see the experience inside your AI.

It does not authenticate your account with Rappi API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Rappi API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_P1SHShqowHle7Ot3vfERU2RoJGqR0C0dErN4H2qh/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Rappi API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "rappi-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_P1SHShqowHle7Ot3vfERU2RoJGqR0C0dErN4H2qh/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Rappi API owners ask.

  • 01

    Does order placement via the API bypass the normal Rappi checkout security rules?

    No. The place_order capability uses your pre-authenticated method securely. Bank validations, anti-fraud algorithms, and location checks apply exactly as they would natively in the application avoiding compliance breaches entirely.

  • 02

    Can I explicitly track multiple concurrent active orders dynamically simultaneously?

    Yes! Your agent can iterate over an array of active Order IDs using the get_order_status capability consistently. It parses coordinate updates and ETA drops, outputting a consolidated table summing up your entire inbound fleet seamlessly.

  • 03

    Are the store identifiers (storeId) universally stable across regions?

    Store IDs are fundamentally unique keys generated explicitly by Rappi's catalog backend. They remain static for the lifetime of that specific branch location. Searching via list_nearby_stores initially is recommended to cache the correct target IDs dynamically.