71
/ 100
5 days ago
glama

ExoSense MCP Server

Enables interaction with ExoSense IoT devices, sensors, groups, and assets via GraphQL, supporting device management and data queries through a Model Context Protocol interface.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: EXOSENSE_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDIODE_JOIN_ADDRESSDiode join address for private networks (optional; omit for public publish). Set in .env per deployment to avoid config merge conflicts.
configLOG_LEVELPython logging level (default: INFO). Use WARNING in production to cut log I/O overhead.
configEXOSENSE_API_URLGraphQL endpoint for ExoSense (default: https://api.exosense.com)
🔐 secretEXOSENSE_AUTH_TOKENyour-token-here
configEXOSENSE_ORIGINHost name of the solution being referenced (default: https://exosense.com)
configPORTServer port (default: 9000)
configLISTEN_HOSTBind address for the HTTP MCP server (default: 127.0.0.1).
configHTTP_STREAMINGSet to "Private" for backward compatibility (optional, no longer required for auth mode)
configDIODE_CLIENTOmit or embedded (default) — run Diode in this process. Set to container only when a sidecar publishes Diode (see Diode below).
configHOT_RELOAD
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/diodechain-exosense-pymcp-i44yx0)](https://m8ven.ai/mcp/diodechain-exosense-pymcp-i44yx0)
commit: 7f1ae56b75a5e2a7462a6d2ce79290d624764984
code hash: fba53ee5ad114380f600fc8749da03fa0e26b4e7b61611e19c53d4ff8af3d7c8
verified: 6/24/2026, 10:11:53 AM
view raw JSON →