ALL SYSTEMS LIVE·87 INSTRUMENTS · 19 VERTICALS
ED25519 · BITCOIN-ANCHORED·--:--:-- UTC
keyless status check

Is it down? Live service-status for AI agents.

When a user asks your AI assistant "is OpenAI down right now?", a model trained months ago cannot know. One keyless call to service_status returns the current status with a source and an observed-at timestamp.

The call

Keyless POST to /v1/batch. Swap the service name to check the provider you depend on:

curl -s https://dynamicfeed.ai/v1/batch \
  -H 'content-type: application/json' \
  -d '{"calls":[{"tool":"service_status","args":{"service":"openai"}}]}'

Sample response

{ "mcpServers": { "dynamic-feed": { "url": "https://dynamicfeed.ai/mcp" } } }

Why live data

An LLM only knows the world as of its training cut-off, so it cannot tell whether a provider is up or degraded at the moment a user asks. The service_status tool pulls the current reported status and hands it back inside a freshness-stamped, signed envelope: the source it came from, when it was observed, and how old that reading is. The Ed25519 signature is proof-of-existence and tamper-evidence - it proves we reported this status at this time and that the bytes have not been altered. It is not a claim that the provider truly is up or down, or that the upstream status page is correct - it is a verifiable record your agent can cite and audit.

Use it for

FAQ

Do I need an API key?

No. Both the /v1/batch REST endpoint and the MCP server are keyless and free for fair use. Just POST the call shown above.

Which services can I check?

Pass a service name such as openai to the service_status tool. It covers major AI and cloud providers; if a name is not recognized the response tells you so rather than guessing.

Does a signed 'up' status mean the service is definitely up?

No. The Ed25519 signature proves we reported that status at that time and that the record was not tampered with. It is proof-of-existence and tamper-evidence, not a guarantee that the underlying status page is accurate. Verify, do not blindly trust.

Related live feeds

Ready when your agent is

Plug your agent into the now.

Keyless over MCP, or a free REST key — 87 live tools, signed and Bitcoin-anchored. Live in under a minute.