ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Foodpanda with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate food delivery operations via Foodpanda. manage vendor catalogs, track orders, and control restaurant status directly from any AI 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 · 13 capabilities

The complete Foodpanda capability set.

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

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through Foodpanda.

  1. 01

    Add catalog products

    Add products to chain catalog on Foodpanda

  2. 02

    Export catalog

    Export vendor catalog on Foodpanda

  3. 03

    Get order history

    Get order history for a vendor on Foodpanda

  4. 04

    Get vendor catalog

    Get vendor catalog from Foodpanda

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through Foodpanda.

  1. 05

    Get vendor categories

    Get vendor categories from Foodpanda

  2. 06

    Update vendor catalog

    Update vendor catalog on Foodpanda

  3. 07

    Get vendor status

    Get vendor status from Foodpanda

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through Foodpanda.

  1. 08

    Get catalog job

    Get catalog job status on Foodpanda

  2. 09

    Get order details

    Get order details from Foodpanda

  3. 10

    Get promotion job

    Get promotion job status on Foodpanda

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through Foodpanda.

  1. 11

    Update order

    Update an order on Foodpanda

  2. 12

    Update vendor status

    G., open, closed, busy). Update vendor status on Foodpanda

  3. 13

    Upsert promotion

    Create or update a promotion on Foodpanda

Observed, not estimated

930ms average. Fast in production.

Foodpanda is checked daily against the live service.

Daily averagePeak 1102ms
Aug 20Today
Fastest day
792ms
Slowest day
1102ms
14-day trend
Stable+1%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 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 Foodpanda, so you can see the experience inside your AI.

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

Foodpanda Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_QqClIgLcXUvno3iT3vwAk0kHjUY1PG5PWXHg2ZTt/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 — Foodpanda capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "foodpanda-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_QqClIgLcXUvno3iT3vwAk0kHjUY1PG5PWXHg2ZTt/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 Foodpanda owners ask.

  • 01

    How do I get my Foodpanda Partner API access token?

    After being approved on the Foodpanda Partner Portal, you'll receive OAuth 2.0 Client Credentials. Use the getAuthToken flow with your client_id and client_secret to obtain a JWT Bearer token. This token is what you paste into the credential field.

  • 02

    Can I update my restaurant menu directly through this integration?

    Yes! Use the update_vendor_catalog capability with the chain_id, vendor_id, and a JSON array of products. You can also use add_catalog_products to add specific items to your chain catalog.

  • 03

    What is the API rate limit for Foodpanda Partner API?

    The Foodpanda Partner API has a rate limit of 50 requests per minute. The integration handles this automatically, but if you're doing bulk operations, be mindful of this constraint.

  • 04

    Can I temporarily close a restaurant via the API?

    Yes, you can update the operational status using update_vendor_status to close or set the restaurant as busy to prevent new orders.