sharebite-mcp
sharebite-mcp
MCP server for the Sharebite corporate food ordering API. Exposes 20 tools for browsing group orders, searching restaurants, viewing menus, and placing orders.
Quick Start
bun install1. Set up authentication
Log in to <company>.sharebite.com, open DevTools → Application → Cookies, and copy the cookie string.
bun run setup
# Paste your cookie string when promptedOr pass it directly:
bun run setup --cookie "sessionid=abc123; csrftoken=xyz"This writes SHAREBITE_SESSION_ID to .env.
2. Run the server
STDIO (default, for MCP clients like Claude Code):
bun run startHTTP transport:
bun run start:http
# Listens on http://localhost:3001/mcpRelated MCP server: @striderlabs/mcp-grubhub
Claude Code MCP Config
Add to your Claude Code MCP settings:
{
"mcpServers": {
"sharebite": {
"command": "bun",
"args": ["run", "src/index.ts"],
"cwd": "/path/to/sharebite-mcp"
}
}
}Tools
Tool | Description |
| Current user profile and corporate info |
| Meal allowance/budget |
| Saved dietary preferences |
| Credit balance |
| This week's group orders |
| Group order details by slug |
| Restaurant capacity in a group order |
| Popular items for a group order |
| Search available restaurants |
| Restaurant details |
| Full menu with categories and prices |
| Item details with options/modifiers |
| Popular items at a restaurant |
| Check if restaurant is open |
| Previously ordered items |
| Suggestions to use remaining allowance |
| Recent order history |
| Preview order costs |
| Check if address is deliverable |
| Place an order (charges allowance) |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI agents to search restaurants, browse menus, and manage DoorDash carts through structured JSON data. It leverages a background browser to handle authentication and direct GraphQL API calls for efficient interaction.72
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to autonomously order food from Grubhub, including searching restaurants, browsing menus, managing cart, placing orders, and tracking delivery.601MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Uber Eats for food ordering and delivery management through natural language, acting as a proof-of-concept MCP integration.
- AlicenseNot gradedqualityCmaintenanceProvides programmatic access to Grubhub's food delivery platform, enabling restaurant search, menu browsing, cart management, order placement, and delivery tracking through MCP tools.MIT
Related MCP Connectors
AI-native restaurant discovery: verified/menu-indexed/discovered tiers + signed allergy-safety data.
AI food ordering across Canada — 17,000+ restaurants, 89 cities, real UberEats + DoorDash.
Shortcut project management. Create, update, search stories and manage workflows.
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/punitarani/sharebite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server