clarify.io
Clarify is an industrial data platform for storing, sharing, and exploring time-series and related metadata. It provides integrations for ingesting and querying data programmatically through APIs, SDKs, and an MQTT broker.
Clarify exposes a JSON-RPC-over-HTTP API at `https://api.clarify.io/v1/rpc`, an MQTT broker at `ssl://mqtt.clarify.io:8883`, and official Python, Go, and Node-RED developer tooling; auth is via Clarify-issued Basic Auth credentials or OAuth 2.0 client-credentials depending on the surface.
- Clarify JSON-RPC HTTP APIdiscovered
- Clarify MQTT brokerdiscovered
- pyclarifydiscovered
- clarify-godiscovered
- node-red-contrib-clarifydiscovered
Create an integration from Clarify's UI as shown in Create an integration, then create Basic Auth credentials for that integration. Clarify shows a username and password once; save them securely because they cannot be downloaded again. The same Basic Auth credentials are used for the HTTP API and the MQTT broker.
Create an integration from Clarify's UI as shown in Create an integration, then create OAuth 2.0 credentials for that integration. Download and securely store the clarify-credentials.json file immediately; Clarify says it cannot be downloaded again after the window is closed. Use the clientId and clientSecret from that file to request a bearer token from https://api.clarify.io/v1/oauth/token with grant_type=client_credentials and audience=https://api.clarify.io/v1/, as documented in Transport protocol (HTTP).
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing