Jamb MCP Server
About
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.
Details
- Author
- jambllc
- Downloads
- 138
- Categories
- Other
Jump to
- 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
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.
Jamb MCP Server
Overview
TypeScript MCP Server with Local Victor API integrationPrerequisites
- Node.js 18+ - Local Victor API credentialsConfiguration
Command-Line Arguments
Highest priority configuration method:npm start -- \
--server-url http://your-server.com \
--token your_session_token \
--site-id your_site_id \
--port 3002
Environment Variables
Fallback configuration method:export LV_SERVER_URL=http://your-server.com
export LV_SESSION_TOKEN=your_token
export LV_SITE_ID=your_site_id
export PORT=3001
export TRANSPORT=http
npm start
Supported Arguments
---server-url: Base URL for the Local Victor API (default: http://localhost:8001)
- --token: Authentication token for API access
- --site-id: Site/Account identifier
- --port: Server port (default: 3001)
Running the Server
Development
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



