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: DoorDash MCP Server
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.
Latest Blog Posts
- 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