LIMU Portal MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIMU_DB_HOST | Yes | Database host | |
| LIMU_DB_NAME | Yes | Database name | |
| LIMU_DB_PORT | Yes | Database port | |
| LIMU_DB_USER | Yes | Database user | |
| LIMU_DB_PASSWORD | Yes | Database password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| limu_healthA | Check database connectivity and report which LIMU Portal tables are visible. |
| limu_get_clientsB | List/search LIMU clients with associated cargo, shipment, package, invoice, payment, order, lead, KYC, and mobile-account summary data. |
| limu_get_clientB | Get one LIMU client with recent associated cargo, shipments, packages, invoices, payments, order forms, leads, KYC, queries, and mobile access summaries. |
| limu_update_clientA | Update editable LIMU client profile fields in the Clients table. Requires confirm=true for real writes; use dryRun=true to preview changes. |
| limu_list_cargoC | Search LIMU cargo records with client, shipment, and package summary context. |
| limu_get_cargoA | Get one cargo record with packages, collection details, and recent cargo log events. |
| limu_list_packagesC | Search cargo package groups and their unit check progress. |
| limu_get_packageA | Get a cargo package by id or code, including units and stage checks. |
| limu_list_shipmentsC | Search shipments with calendar, cargo, and package totals. |
| limu_get_shipmentA | Get one shipment with cargo summary, calendar entries, budget summary, and recent updates. |
| limu_list_monthly_budgetsB | List monthly budget entries with categories, spend, balance, and schedule summaries. |
| limu_get_monthly_budgetB | Get a monthly budget period summary or one budget entry with schedule splits and linked requisition/payment voucher usage. |
| limu_list_purchase_scheduleC | List scheduled budget purchases from monthly budget entries and split schedules. |
| limu_schedule_budget_purchaseA | Set or clear a monthly budget purchase date, or add/update/delete split purchase schedule rows. Requires confirm=true for real writes; use dryRun=true first. |
| limu_list_shipment_budgetsB | List customs and shipping shipment budgets with income, expense, spend, and balance totals. |
| limu_get_shipment_budgetC | Get one customs or shipping shipment budget with income rows, expense rows, totals, and logs when present. |
| limu_list_customs_budgetsB | List read-only customs shipment budgets with income, expense, spend, and balance totals. |
| limu_get_customs_budgetA | Get one read-only customs shipment budget with income rows, expense rows, totals, and logs when present. |
| limu_list_shipping_budgetsC | List read-only shipping/shipment budgets with income, expense, spend, and balance totals. |
| limu_get_shipping_budgetA | Get one read-only shipping/shipment budget with income rows, expense rows, totals, and logs when present. |
| limu_list_requisitionsA | List finance requisitions with approval stage, items, and voucher spend totals. |
| limu_get_requisitionA | Get one requisition with items, logs, and linked payment vouchers. |
| limu_review_requisitionB | Approve or decline a requisition approval stage using the same admin, finance, and management sequencing as the portal. |
| limu_delete_requisitionA | Delete a requisition and its requisition items/logs when it has no linked payment vouchers. Requires confirm=true for real deletes; use dryRun=true first. |
| limu_list_payment_vouchersC | List payment vouchers with requisition, spend, item, and proof summary context. |
| limu_get_payment_voucherB | Get one payment voucher with items, proofs, and linked requisition details. |
| limu_review_payment_voucherA | Approve or decline a submitted payment voucher. Approval moves the voucher to management-approved; finance still marks it paid separately. |
| limu_delete_payment_voucherA | Delete a submitted or declined payment voucher and its items/proof rows. Requires confirm=true for real deletes; use dryRun=true first. |
| limu_mark_payment_voucher_paidA | Mark a management-approved payment voucher as paid, post voucher spend to monthly/shipment budget items, and refresh the requisition status. |
| limu_list_client_profile_reportsC | Report on client profiles with cargo activity, lead counts, and order-form totals. |
| limu_get_client_profile_reportC | Get one client profile with recent cargo, lead, and order-form report context. |
| limu_list_lead_reportsC | Report on client leads with status, permission, district, owner, and volume summaries. |
| limu_get_lead_reportA | Get one lead with assigned employees and portfolio context. |
| limu_list_order_form_reportsC | Report on order forms with status, assignee, client, shipment, value, and volume summaries. |
| limu_get_order_form_reportA | Get one order form with line items, status timeline, and purchase proofs. |
| limu_list_leave_applicationsC | List leave applications with employee, leave type, balance, approval stage, and optional approval logs. |
| limu_review_leave_applicationA | Approve or decline a leave application at the admin or management stage. Requires confirm=true for real writes; use dryRun=true to preview. |
| limu_list_timesheet_reportsB | Report on employee clock-in/clock-out timesheets with hours, lateness, exceptions, leave, and early/late request summaries. |
| limu_list_warehouse_timesheet_reportsC | Report on warehouse work timesheets with schedule, shipment, payment, and employee context. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| limu_portal_mcp_catalog | Catalog of exposed LIMU Portal operational, HR, and finance datasets plus controlled approval actions. |
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/gochi20/limuMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server