Developer Resources & API Hub
Predictable machine-readable specifications, OpenAPI definitions, MCP server configurations, and integration guides for developers and AI agents.
Core Platform API Endpoints
Base URL: https://api.theiotworld.io
mTLS-authenticated telemetry & sensorimotor ingestion endpoint for Physical AI nodes, robotics & MHS gateways.
Hybrid retrieval endpoint (pgvector + BM25) for equipment manuals, calibration runbooks, and spatial intelligence.
Multi-tenant OpenAI-compatible low-latency inference endpoint backed by Ray Serve & vLLM with deterministic safety policies.
Model Hardware Standard (MHS)* diagnostic state, sensor drift metrics, and physical actuation interlocks. (*Subject to OEM / Anthropic access permissions)
Model Context Protocol (MCP) Integration
The IoT World exposes an MCP server for AI IDEs (Claude Desktop, Cursor, Antigravity) allowing agents to query live platform telemetry, trigger RAG lookups, and inspect hardware diagnostic streams securely.
{
"mcpServers": {
"theiotworld": {
"command": "npx",
"args": ["-y", "@theiotworld/mcp-server@latest"],
"env": {
"THEIOTWORLD_API_KEY": "YOUR_API_KEY"
}
}
}
}