Overview
What is Jamb MCP Server?
A TypeScript MCP server that integrates with the Local Victor API, providing authenticated access to business profile tools. It is intended for developers working with Local Victor API credentials.
How to use Jamb MCP Server?
Ensure Node.js 18+ is installed. Configure via command‑line arguments (e.g., --token, --site-id) or environment variables (LV_*), then run npm run dev for development or npm start for production. Transport defaults to HTTP; set TRANSPORT=http explicitly for production.
Key features of Jamb MCP Server
- Configurable via command‑line arguments or environment variables
- Provides MCP tools for business schema and profile operations
- Includes a simple echo tool for testing connectivity
- Supports HTTP transport
- Authentication using session token and site ID
Use cases of Jamb MCP Server
- Retrieve current business information from the Local Victor API
- Update business profile details
- Get the detailed schema for business data structure
- Test MCP server connectivity with the echo tool
FAQ from Jamb MCP Server
—