Witzense MCP
Witzense MCP
API DOCUMENT.pdf に記載されているWitzense/JIMIデバイストラッキングOpen API用のMCPサーバー。
抽出されたMarkdownリファレンスは API DOCUMENT.md です。126ページすべてのPDFページをページセクションとして保持しており、検索やプログラムによる処理が容易です。PDFが元のソースのままであり、画像のみのコンテンツはMarkdown抽出には埋め込まれていません。
設定
.env.example をローカル環境設定にコピーし、次を設定します:
WITZENSE_BASE_URL: デフォルトはhttp://open.10000track.com/route/rest。WITZENSE_APP_KEYとWITZENSE_APP_SECRET。WITZENSE_ACCOUNTとWITZENSE_PASSWORD_MD5— アカウントパスワードの既存の32文字の小文字MD5。平文を指定したり、この値を再度ハッシュ化したりしないでください。WITZENSE_EXPIRES_IN: トークンの有効期限リクエスト。60秒から7200秒。WITZENSE_REQUEST_ENCODING: デフォルトはform。割り当てられたノードが必要とする場合はjson。
実際の認証情報をコミットしたり、ソースファイルに置いたりしないでください。
Related MCP server: SORACOM Data Reader MCP
実行
npm install
npm run build
npm startサーバーはMCP stdioを介して通信します。利用可能なツールは次のとおりです:
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
専用ツールは読み取り指向で、共有の署名付きクライアントを使用します。
Command Cloud統合では、各Witzenseデバイス/IMEIは対応するCommand Cloudアセット/車両として扱われます。specs/commandcloud-mapping.md を参照してください。
APIの動作
リクエストは共通パラメータ、アクセストークン、大文字のUTF-8 MD5署名を持つ POST /route/rest を使用します。トークンは jimi.oauth.token.get で取得し、jimi.oauth.token.refresh で更新し、メモリにキャッシュします。
PDFにはTS、TSP HK、TSP EU、TSP USのノードが記載されています。割り当てられたノードは WITZENSE_BASE_URL で設定します。ノード間を移動する際にツールコードを変更しないでください。
テスト
npm testサーバーデプロイ
リポジトリのワークフローはプルリクエストをビルドしてテストし、main へのプッシュ後に /root/WITZENSE-MCP をデプロイします。root@2.25.109.42 が受け付けるデプロイキーでGitHub Actionsのシークレット DEPLOY_SSH_KEY を設定してください。
Witzense API変数はサーバーのランタイム環境またはMCPホスト設定に保持してください。これらは意図的にデプロイワークフローやリポジトリの一部には含まれていません。
最初のサーバーのブートストラップとスモークテストのコマンドについては、DEPLOYMENT.md を参照してください。
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