Rappi MCP (unofficial)
비공식. Rappi와 제휴, 보증, 지원 관계가 아닙니다. Rappi Partners 레스토랑 API가 아닙니다. 소비자 웹/앱 화면은 예고 없이 변경될 수 있습니다.
기본적으로 결제하지 않습니다.
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.json 및 examples/grok-bot.md를 참조하세요.
Related MCP server: RappiMCP
도구
종류 | 도구 |
읽기 · 탐색 |
|
읽기 · 장바구니 / 결제 |
|
읽기 · 주소 / 주문 |
|
메타 |
|
게이트 장바구니 (변경 및 의도) |
|
게이트 결제 (변경 및 의도) |
|
의도 전용 |
|
HTTP (선택 사항, 루프백)
기본 전송 방식은 stdio입니다. Streamable HTTP는 127.0.0.1에 바인딩하고 Origin을 http://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 로그인이 필요하지 않습니다.
Maintenance
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables 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.222
- AlicenseAqualityDmaintenanceEnables Claude to browse stores, search products, manage the cart, and open checkout on Rappi Chile through natural language, automating grocery and delivery purchases.121MIT
- AlicenseAqualityAmaintenanceEnables 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.144463MIT
- FlicenseNot gradedqualityBmaintenanceProvides 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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