Booqable MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Booqable MCP ServerList all product groups in inventory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Booqable MCP Server
A Model Context Protocol (MCP) server for integrating with Booqable. This server allows AI assistants to interact directly with your Booqable rental management system, providing tools to manage inventory, orders, and more.
Built with TypeScript and leveraging the official Booqable API.
Available Modules & Tools
Inventory
Manage product groups and inventory items.
inventory_list: List product groups (inventory items). Optionally filter by name, SKU, type, or tracking mode. Includes photo URLs by default.inventory_get: Fetch a single product group by UUID. Returns full details including photo URL by default.inventory_search: Full-text search across product group names and SKUs. Returns matching items with photo URLs.
Orders
Manage rental orders and their contents.
orders_list: List orders with optional filters. Supports full-text search by customer name or order number.orders_get: Fetch a single order by UUID, optionally including customer and line items.orders_create: Create a new order with start/end dates and optional customer/location.orders_update: Update an existing order's attributes by UUID.orders_get_items: Get all items (charge lines) of an order with product details (title, quantity, price, SKU, photo URL) in a single API call.
System
ping: Health check — returns a simple pong to verify connectivity.
Related MCP server: Discord MCP Server
Setup & Installation
Clone the repository:
git clone https://github.com/Themetralla3000/booqable-mcp-server.git cd booqable-mcp-serverInstall dependencies:
npm installConfigure your API keys in the environment file (
.env):cp .env.example .envBuild the project:
npm run build
Configuration
Edit the .env file with your Booqable instance details. You can generate an API key from your Booqable settings dashboard:
BOOQABLE_COMPANY_SLUG=your-company-slug
BOOQABLE_API_KEY=your_api_key_hereUsage with Claude Desktop / Cursor
To use this MCP with Claude Desktop or Cursor, add the following configuration to your MCP config file (e.g., claude_desktop_config.json):
{
"mcpServers": {
"booqable": {
"command": "node",
"args": ["/absolute/path/to/booqable-mcp-server/dist/index.js"],
"env": {
"BOOQABLE_COMPANY_SLUG": "your-company-slug",
"BOOQABLE_API_KEY": "your_api_key_here"
}
}
}
}License
MIT License
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
- Flicense-qualityDmaintenanceThis server enables AI assistants (CLINE, Cursor, Windsurf, Claude Desktop) to share a common knowledge base through Retrieval Augmented Generation (RAG), providing consistent information access across multiple tools.Last updated4
- Alicense-qualityBmaintenanceEnables AI clients to manage Discord servers through natural language, offering tools for guilds, channels, messages, roles, members, webhooks, invites, and automations. Includes a conversational agent that responds to @mentions in Discord.Last updated8Apache 2.0
- Alicense-qualityDmaintenanceControl your Discord server with AI. Lets you manage channels, roles, members, messages, and more through natural language.Last updated271MIT
- AlicenseAqualityAmaintenanceGives your AI assistant full control of a Discord server: 148 tools for chat, moderation, automod, events, and administration, up to building a complete community server from one paragraph. Every destructive action previews first and waits for your confirmation.Last updated100965Elastic 2.0
Related MCP Connectors
Official MCP server for Lovable, the AI-powered full-stack app builder.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Official Microsoft MCP Server to query Microsoft Entra data using natural language
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/Themetralla3000/booqable-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server