ALL SYSTEMS LIVE·87 INSTRUMENTS · 19 VERTICALS
ED25519 · BITCOIN-ANCHORED·--:--:-- UTC
for robots and embodied AI

Live, verifiable data for robots and embodied agents.

An autonomous robot or embodied agent needs to know the world state it is acting in - is the GPS jammed in this region, is there an earthquake or storm front nearby, where is that satellite right now. Dynamic Feed hands your stack that live state as 87 keyless tools, and every datapoint arrives signed and provenance-stamped so you can log what you saw and when you saw it.

The call

One keyless POST pulls GPS-interference risk, recent quakes and a live satellite track together - each result carries its own signature and provenance. Point a robot or embodied agent at the MCP endpoint instead and the same tools appear at runtime:

curl -s -X POST https://dynamicfeed.ai/v1/batch \
  -H 'Content-Type: application/json' \
  -d '{"calls":[
    {"tool":"gps_interference","args":{"region":"baltic"}},
    {"tool":"earthquakes","args":{"min_magnitude":5.0}},
    {"tool":"satellite_position","args":{"name":"ISS"}}
  ]}'

Sample response

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

Why live data

Robots and embodied agents act on the physical world, so the data feeding their decisions has to be both fresh and auditable after the fact. Dynamic Feed gives you a neutral live-data layer over MCP (Streamable HTTP) and REST: GPS-interference maps, earthquakes, weather and marine forecasts, hazard and disaster feeds, satellite positions and more, all keyless. Every datapoint is provenance-stamped (source, observed-at, freshness) and Ed25519-signed. Be clear on what the signature means: it is proof-of-existence and tamper-evidence - cryptographic proof that we reported value X from source S at time T, and that the bytes have not changed since. It is not a claim that X is true, accurate, or safe to act on. Your control stack still owns the safety decision; Dynamic Feed gives it citeable, time-stamped inputs and a signed record of exactly what it was told.

Use it for

FAQ

Do I need an API key?

No. The MCP endpoint and the POST /v1/batch REST endpoint are both keyless and free for fair use. Point your robot or agent at the URL and start calling tools.

What does the Ed25519 signature actually prove?

It is proof-of-existence and tamper-evidence: proof that we reported a given value from a named source at a given time, and that the bytes have not been altered since. It does not assert that the value is true, accurate, or safe to act on - your control and safety logic still owns that decision.

How do I tell how fresh a datapoint is?

Every datapoint is provenance-stamped with its source and an observed-at timestamp plus a freshness indicator, so your agent can reject anything too stale for a real-time decision before it acts on it.

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.