Witzense 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., "@Witzense MCPWhere are all my tracked devices right now?"
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.
Witzense MCP
MCP server for the Witzense/JIMI device tracking Open API described in API DOCUMENT.pdf.
The extracted Markdown reference is API DOCUMENT.md. It preserves all 126 PDF pages as page sections and is easier to search and process programmatically. The PDF remains the original source, and image-only content is not embedded in the Markdown extraction.
Configuration
Copy .env.example to a local environment configuration and set:
WITZENSE_BASE_URL: defaults tohttp://open.10000track.com/route/rest.WITZENSE_APP_KEYandWITZENSE_APP_SECRET.WITZENSE_ACCOUNTandWITZENSE_PASSWORD_MD5— the account password's existing 32-character lowercase MD5; do not provide plaintext and do not hash this value again.WITZENSE_EXPIRES_IN: token lifetime request, from 60 to 7200 seconds.WITZENSE_REQUEST_ENCODING:formby default, orjsonif the assigned node requires it.
Never commit real credentials or place them in source files.
Related MCP server: SORACOM Data Reader MCP
Run
npm install
npm run build
npm startThe server communicates over MCP stdio. Available tools include:
call_witzense_methodlist_witzense_child_accountslist_witzense_devicesget_witzense_deviceget_witzense_device_locationslist_witzense_account_locationsget_witzense_trackget_witzense_mileageget_witzense_shared_location_urllist_witzense_alarmsget_witzense_parking_reportget_witzense_trips_reportget_witzense_fence_duration_reportget_witzense_obd_dataget_witzense_obd_faultsget_witzense_rfid_reportsget_witzense_tag_locationlist_witzense_geofencesget_witzense_geofencelist_witzense_device_groupsget_witzense_media_urlsget_witzense_live_urlget_witzense_rtmp_url
The dedicated tools are read-oriented and use the shared signed client.
For Command Cloud integrations, each Witzense device/IMEI is treated as the corresponding Command Cloud asset/vehicle. See specs/commandcloud-mapping.md.
API behavior
Requests use POST /route/rest with common parameters, an access token, and an uppercase UTF-8 MD5 signature. Tokens are acquired through jimi.oauth.token.get, refreshed through jimi.oauth.token.refresh, and cached in memory.
The PDF lists TS, TSP HK, TSP EU, and TSP US nodes. Configure the assigned node through WITZENSE_BASE_URL; do not change tool code when moving between nodes.
Tests
npm testServer deployment
The repository workflow builds and tests pull requests, then deploys /root/WITZENSE-MCP after a push to main. Configure the GitHub Actions secret DEPLOY_SSH_KEY with the deployment key accepted by root@2.25.109.42.
Keep the Witzense API variables in the server's runtime environment or MCP host configuration. They are intentionally not part of the deployment workflow or repository.
See DEPLOYMENT.md for first-server bootstrap and smoke-test commands.
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
- AlicenseAqualityDmaintenanceProvides access to Alpha ESS solar inverter and battery system data, enabling monitoring of energy statistics, real-time power data, and configuration of battery charging and discharge schedules through the Alpha ESS Open API.10MIT
- AlicenseAqualityDmaintenanceEnables access to SORACOM IoT platform data including Harvest sensor data, file storage, SoraCam camera footage/events, and SIM statistics through authenticated API calls.5MIT
- FlicenseAqualityFmaintenanceEnables interaction with InvenTree inventory management system, providing tools for parts, stock, orders, companies, barcodes, labels, reports, attachments, and system administration.121

Cariot MCP Serverofficial
AlicenseBqualityDmaintenanceEnables querying Cariot APIs for fleet management data, including alcohol checks, daily reports, drivers, vehicles, and realtime snapshots, with utility for generating chart configurations.7241MIT
Related MCP Connectors
Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Manage products, EU Digital Product Passports, operator parties, and GS1 EPCIS supply-chain events.
Route optimization API for Brazil. Routes, distance matrices, and VRP solver.
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/MightyCMEMBRENO/WITZENSE-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server