keyless MCP

The keyless MCP server for live, current data.

Point any MCP client at one URL and your agent gets 38 keyless tools of fresh, current data — no API key, no install.

The call

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)

Sample response

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

Why live data

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.

Use it for

Get a free API key See it live API docs

FAQ

Do I need an API key for the MCP endpoint?

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.

Which clients work?

Any MCP client — Claude Desktop, Cursor, Cline, Windsurf — plus the npm/PyPI stdio runners. It auto-detects modern Streamable HTTP and legacy SSE.

Is the data commercially usable?

Yes — every source is verified for commercial use and redistribution, and each datapoint carries a provenance envelope.

Related live feeds

Live weather APIReal-time CVE APIWorld Cup APIAll use cases →