Point any MCP client at one URL and your agent gets 38 keyless tools of fresh, current data — no API key, no install.
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# REST (free key)
curl -H "X-API-Key: $KEY" "https://dynamicfeed.ai/weather?city=London"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
current_weather, exploited_vulnerabilities, sports_pulse, … (38 tools)
{ "mcpServers": { "dynamic-feed": { "url": "https://dynamicfeed.ai/mcp" } } }
MCP lets an agent call tools at runtime. Dynamic Feed exposes 38 read-only tools over a dual-transport (Streamable HTTP + legacy SSE) endpoint, keyless, so any client connects in seconds and pulls data that postdates the model's training cutoff.
No. The MCP endpoint is keyless and free for fair use. An optional X-API-Key identifies your app and keeps priority as limits roll out.
Any MCP client — Claude Desktop, Cursor, Cline, Windsurf — plus the npm/PyPI stdio runners. It auto-detects modern Streamable HTTP and legacy SSE.
Yes — every source is verified for commercial use and redistribution, and each datapoint carries a provenance envelope.