Skip to main content
Glama
davidmosiah

Rappi MCP (unofficial)

非公式です。 Rappiとは提携、承認、サポート関係にありません。Rappi PartnersのレストランAPIでもありません。消費者向けWeb/アプリの画面は予告なく変更されることがあります。

デフォルトでは決済しません。 rappi_place_order および支払い関連の書き込みは、RAPPI_ALLOW_MUTATIONS が有効 かつ explicit_user_intent がtrueの場合を除き、何も行いません。ゲストトークンは請求できません。番地、電話番号、メールアドレス、カード下4桁はマスクされます。

60秒でセットアップ

npx -y rappi-mcp-unofficial setup
npx -y rappi-mcp-unofficial auth --from-header "Bearer eyJ…"
npx -y rappi-mcp-unofficial doctor

トークンはOAuthではありませんrappi.com.br にログインした状態で開く → DevTools → Network → 任意の services.rappi.com.br 呼び出し → Authorization ヘッダーをコピーします。トークンなしでもゲスト検索は機能しますが、支払いツールはブロックされたままです。

Stdioスニペット(Claude Desktop、Cursor、Grok Bot)。ここでは RAPPI_ALLOW_MUTATIONS を設定しないでください:

{
  "mcpServers": {
    "rappi": {
      "command": "npx",
      "args": ["-y", "rappi-mcp-unofficial"]
    }
  }
}

examples/claude-desktop.jsonexamples/grok-bot.md を参照してください。

Related MCP server: RappiMCP

ツール

種類

ツール

読み取り・閲覧

rappi_search_stores, rappi_search_products, rappi_get_store, rappi_browse_stores, rappi_browse_catalog, rappi_home, rappi_home_feed, rappi_recent_searches

読み取り・カート/支払い

rappi_get_cart, rappi_web_cart, rappi_list_payment_methods, rappi_list_coupons, rappi_checkout_preview

読み取り・住所/注文

rappi_list_addresses, rappi_geocode_address, rappi_list_orders, rappi_list_active_orders, rappi_get_order, rappi_track_order, rappi_get_order_eta, rappi_get_order_receipt, rappi_get_order_invoice, rappi_get_order_status

メタ

rappi_connection_status, rappi_capabilities, rappi_privacy_audit

ゲート付きカート(変更 および 意図)

rappi_add_to_cart, rappi_update_cart_item, rappi_clear_cart, rappi_reorder

ゲート付き支払い(変更 および 意図)

rappi_place_order, rappi_set_payment_method, rappi_cancel_order, rappi_tip_order

意図のみ

rappi_logout, rappi_set_active_address, rappi_create_address, rappi_update_address, rappi_delete_address, rappi_rate_order

HTTP(オプション、ループバック)

デフォルトのトランスポートはstdioです。Streamable HTTPは 127.0.0.1 にバインドし、Originhttp://127.0.0.1:<port> に対してチェックします(RAPPI_MCP_ALLOWED_ORIGIN で上書き可能)。これはDNSリバインディング対策であり、公開サーバーではありません。

npx -y rappi-mcp-unofficial --http
# GET  http://127.0.0.1:3000/health
# POST http://127.0.0.1:3000/mcp

セキュリティ

トークンは ~/.rappi-mcp/tokens.json(0600)に保存されます。git、npm tarball、デフォルトの例には含まれません。詳細なメモ: SECURITY.md。エージェント向け: llms.txt

テスト

npm test

Rappiへのライブログインは不要です。

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables AI agents to search restaurants, browse menus, manage carts, and place orders on DoorDash programmatically. It utilizes a headless browser to interact with DoorDash's GraphQL API and bypass anti-bot protections for the full delivery lifecycle.
    22
    2
  • A
    license
    A
    quality
    D
    maintenance
    Enables Claude to browse stores, search products, manage the cart, and open checkout on Rappi Chile through natural language, automating grocery and delivery purchases.
    12
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables searching products, comparing prices, and building optimal shopping lists across major Chilean supermarkets, using your local machine to access real-time prices and loyalty deals.
    14
    44
    63
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides a RESTful interface to DoorDash consumer services, eliminating the need for clients to handle JSON-RPC or SSE. Users can browse restaurants, manage carts, and fetch order receipts via simple HTTP endpoints.
    3

View all related MCP servers

Related MCP Connectors

  • Agent-native product catalog: 300M+ products, 150,000+ stores, deliver_to ranking.

  • Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).

  • Search products in nearby stores. Agents can also list items for sale on a user's behalf.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidmosiah/rappi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server