Summary
One connection instead of an integration per API against an IoT platform.
Rather than exposing every endpoint, it balances the surface down to a handful of tools per API, which keeps a platform this wide usable from a single agent session — and one Bearer token covers all of it.
What it is
A server that fronts the Acceleronix OpenAPIs, grouped by access tier, so device management and platform services are reachable as tools instead of REST calls.
What you get
- Device lifecycle and configuration through the enterprise device manager
- Device state read and written through the device shadow
- Device binding and user association for end-user accounts
- Weather, data storage, rule engine, OTA, Matter and family services among the covered APIs
- Three access tiers — EndUser, Enterprise and Open — behind one Bearer token
- A default set of APIs enabled on install; others — mail, SMS, push and work order among them — present but switched off
Requirements
A Bearer token, which is the single credential across every API the server exposes. It deploys to Cloudflare Workers.
Setup effort
One command plus a key — npx mcp-remote https://swagger-mcp-server.your-account.workers.dev/sse, then supply credentials
