Developers / MCP
One endpoint for live machine evidence.
Connect your agent or application to Dynamic Feed over keyless Streamable HTTP. Start with the remote MCP endpoint; use REST when you want explicit control over each call.
Public read-only access is keyless.
dynamicfeed.ai / connect
Streamable HTTP
Remote MCP endpoint
https://dynamicfeed.ai/mcp
Paste the URL into any client that supports remote MCP over Streamable HTTP.
.vscode/mcp.json
{
"servers": {
"dynamicfeed": {
"type": "http",
"url": "https://dynamicfeed.ai/mcp"
}
}
}
Terminal
claude mcp add --transport http dynamicfeed https://dynamicfeed.ai/mcp
POST /v1/batch
curl -s https://dynamicfeed.ai/v1/batch \
-H 'content-type: application/json' \
-d '{"calls":[{"tool":"current_weather","args":{"city":"Sydney"}}]}'
Test MCP connection
Run a read-only diagnostic against the fixed Dynamic Feed test endpoint. No URL or credentials are submitted.- Connection
- MCP session
- Tool catalogue
- Test tool
- Signature check
- Tools
- —
- Test tool
- —
- Latency
- —
- Source
- —
- Observed time
- —
- Signature
- —
Not started.
A valid signature verifies response integrity and issuer. It does not establish that the upstream source is true.Successful tool results expose provenance and freshness. A valid signature establishes response integrity and attribution, not objective truth about the upstream observation.
Access policy
| Interface | Endpoint | Access | Use | Limit |
|---|---|---|---|---|
| MCP | /mcp | Keyless | Public read-only access | No per-key quota; subject to service availability |
| REST batch | /v1/batch | Keyless | Testing and low-volume read-only batch access | Maximum 20 calls per request |
| Direct REST | Documented keyed routes | X-API-Key | Direct endpoint access with usage accounting | Plan quota applies |
| x402 | /v1/pro/* | x402 payment | Machine-paid access on eligible premium endpoints | Per-call terms are returned with HTTP 402 |
| Enterprise | /enterprise | Commercial terms | Discuss operating, support, and integration requirements | Published or agreed service terms apply |