Witzense MCP
Witzense MCP
Servidor MCP para la API abierta de seguimiento de dispositivos Witzense/JIMI descrita en API DOCUMENT.pdf.
La referencia Markdown extraída es API DOCUMENT.md. Conserva las 126 páginas del PDF como secciones de página y es más fácil de buscar y procesar programáticamente. El PDF sigue siendo la fuente original, y el contenido solo de imágenes no está incrustado en la extracción de Markdown.
Configuración
Copia .env.example a una configuración de entorno local y establece:
WITZENSE_BASE_URL: por defectohttp://open.10000track.com/route/rest.WITZENSE_APP_KEYyWITZENSE_APP_SECRET.WITZENSE_ACCOUNTyWITZENSE_PASSWORD_MD5— el MD5 existente de 32 caracteres en minúsculas de la contraseña de la cuenta; no proporciones texto plano y no vuelvas a aplicar hash a este valor.WITZENSE_EXPIRES_IN: solicitud de duración del token, de 60 a 7200 segundos.WITZENSE_REQUEST_ENCODING:formpor defecto, ojsonsi el nodo asignado lo requiere.
Nunca confirmes credenciales reales ni las coloques en archivos fuente.
Related MCP server: SORACOM Data Reader MCP
Ejecución
npm install
npm run build
npm startEl servidor se comunica a través de MCP stdio. Las herramientas disponibles incluyen:
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
Las herramientas dedicadas están orientadas a lectura y utilizan el cliente firmado compartido.
Para integraciones con Command Cloud, cada dispositivo/IMEI de Witzense se trata como el activo/vehículo correspondiente de Command Cloud. Consulta specs/commandcloud-mapping.md.
Comportamiento de la API
Las solicitudes usan POST /route/rest con parámetros comunes, un token de acceso y una firma MD5 UTF-8 en mayúsculas. Los tokens se obtienen mediante jimi.oauth.token.get, se renuevan mediante jimi.oauth.token.refresh y se almacenan en caché en memoria.
El PDF enumera los nodos TS, TSP HK, TSP EU y TSP US. Configura el nodo asignado mediante WITZENSE_BASE_URL; no cambies el código de las herramientas al moverte entre nodos.
Pruebas
npm testDespliegue del servidor
El flujo de trabajo del repositorio compila y prueba las solicitudes de extracción, y luego despliega /root/WITZENSE-MCP después de un push a main. Configura el secreto de GitHub Actions DEPLOY_SSH_KEY con la clave de despliegue aceptada por root@2.25.109.42.
Mantén las variables de la API de Witzense en el entorno de ejecución del servidor o en la configuración del host MCP. Intencionalmente no forman parte del flujo de trabajo de despliegue ni del repositorio.
Consulta DEPLOYMENT.md para los comandos de arranque inicial del servidor y pruebas de humo.
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