opendock-mcp
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., "@opendock-mcplist my warehouses"
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.
Opendock MCP Server
An MCP server that connects AI assistants (Claude, etc.) to the legendary Opendock Neutron API.
Install
No clone or build needed — just use npx:
npx -y opendock-mcpOr install globally:
npm install -g opendock-mcpTools
69 tools across 11 categories:
Category | Tools |
General |
|
Warehouses |
|
Docks |
|
Load Types |
|
Appointments |
|
Carriers |
|
Companies |
|
Orgs |
|
Audit Log |
|
Settings Metadata |
|
Metrics |
|
Prerequisites
Node.js 18+
An Opendock account with API access
Authentication
The server supports two authentication methods:
Option 1: Username/password (recommended) — the server handles login and token refresh automatically.
OPENDOCK_USERNAME=user@example.com
OPENDOCK_PASSWORD=your-passwordOption 2: Pre-existing JWT token
OPENDOCK_TOKEN=your-jwt-tokenOptionally set the API URL:
OPENDOCK_API_URL=https://neutron.opendock.com # production (default)OPENDOCK_API_URL=https://neutron.staging.opendock.com # stagingUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"opendock": {
"command": "npx",
"args": ["-y", "opendock-mcp"],
"env": {
"OPENDOCK_USERNAME": "user@example.com",
"OPENDOCK_PASSWORD": "your-password"
}
}
}
}Usage with Claude Code
claude mcp add opendock -- npx -y opendock-mcpSet the required environment variables before launching Claude Code, or pass them in the MCP config.
Testing
Use the MCP Inspector to test interactively:
OPENDOCK_USERNAME=user@example.com OPENDOCK_PASSWORD=your-password \
npx @modelcontextprotocol/inspector npx -y opendock-mcpDevelopment
git clone https://github.com/Pollamin/opendock-mcp.git
cd opendock-mcp
npm install
npm run buildLicense
MIT
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
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/Pollamin/opendock-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server