Keyless, no signup. 87 signed tools over one remote MCP endpoint — works with Cursor, VS Code, Claude, Windsurf, or any MCP client. Pick yours below: one click to install, or copy-paste the config. The copy-paste always works.
The remote MCP server is live and keyless at https://dynamicfeed.ai/mcp (streamable HTTP). One click installs it; the copy-paste config beside each button does the exact same thing by hand — use it if a one-click handler isn't registered yet.
Agentic + developer clients connect directly via MCP — Cursor, VS Code, Claude Code/Desktop, Windsurf, agent frameworks, and the raw API. Claude.ai and ChatGPT connect via their custom-connector features on supported plans (cards below).
Sandboxed consumer chat apps (e.g. the Gemini app) can't install MCP servers yet — use the keyless HTTP API (the curl card below) to pull data in, or connect from any of the clients above.
Building with an agent framework — LangChain, LlamaIndex, CrewAI, Pydantic-AI or the Vercel AI SDK? Copy-paste recipes for each are at /frameworks.
Adds Dynamic Feed to Cursor's MCP servers. Click install, or paste the config into ~/.cursor/mcp.json.
fallback · ~/.cursor/mcp.json
{
"mcpServers": {
"dynamicfeed": { "url": "https://dynamicfeed.ai/mcp" }
}
}
Opens VS Code's MCP install flow. Click install, or paste the snippet into your workspace's .vscode/mcp.json.
fallback · .vscode/mcp.json
{
"servers": {
"dynamicfeed": {
"type": "http",
"url": "https://dynamicfeed.ai/mcp"
}
}
}
Add the remote server with a single CLI command — run it in your terminal and you're connected.
claude mcp add --transport http dynamicfeed https://dynamicfeed.ai/mcp
Desktop reaches HTTP servers through the mcp-remote shim. Paste this into claude_desktop_config.json (Settings → Developer → Edit Config) and restart.
{
"mcpServers": {
"dynamicfeed": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://dynamicfeed.ai/mcp"]
}
}
}
Add the remote MCP server as a custom connector: Settings → Connectors → "Add custom connector", then paste the URL below. Available on Claude Pro / Max / Team / Enterprise (custom connectors require a paid plan).
https://dynamicfeed.ai/mcp
Where your plan supports custom MCP connectors / developer mode: Settings → Connectors (or Developer mode) → add a custom MCP connector, then paste the remote URL below. Available on plans that support custom MCP connectors / developer mode (Plus / Pro / Business / Enterprise; availability is rolling out).
https://dynamicfeed.ai/mcp
Point any MCP client at the remote URL — or run the published stdio runner if your client prefers a local process.
https://dynamicfeed.ai/mcp
# local stdio runner — no key, no install footprint npx -y dynamicfeed-mcp
Not on MCP yet? Hit the keyless batch endpoint with plain curl — one signed datapoint comes straight back.
# live, signed weather — no key curl -s https://dynamicfeed.ai/v1/batch \ -H "content-type: application/json" \ -d '{"calls":[{"tool":"current_weather","args":{"location":"Sydney"}}]}'
87
live tools across 19 verticals — weather, GPS-integrity, CVEs, markets, maritime, space & more
Signed
every datapoint carries an Ed25519 signature + provenance (source, licence, timestamp) anyone can re-check
Keyless
no signup to connect or use the free tier — point your agent at the endpoint and go
Each response carries a signature block over its exact bytes. See how to check one at /proof, or read the full tool reference in the docs.
Signing gives you proof-of-existence-at-a-time and tamper-evidence — that a datapoint existed, unchanged, at a moment in time, checkable by anyone without trusting us. It is not a claim that an upstream value is true, and nothing here is a safety or financial guarantee. We make the record independently verifiable; the rest is on the source.
Drop this badge in any README, docs page or site. Every place it lands becomes a one-click install — it links straight to this page, where a single click adds the keyless MCP to Cursor, VS Code or Claude. Self-hosted SVG, no tracking, on-brand. Here's how it renders:
Paste at the top of any README — the badge links back to /connect.
[](https://dynamicfeed.ai/connect)
For a docs page or website — same badge, same one-click destination.
<a href="https://dynamicfeed.ai/connect">
<img src="https://dynamicfeed.ai/badge/connect.svg"
alt="Add Dynamic Feed to your agent" height="20">
</a>
Skip the page entirely: this badge fires Cursor's one-click MCP install deeplink. Best for a Cursor-specific README or extension listing.
[](cursor://anysphere.cursor-deeplink/mcp/install?name=dynamicfeed&config=eyJ1cmwiOiJodHRwczovL2R5bmFtaWNmZWVkLmFpL21jcCJ9)
Browse all 87 tools, watch the live world map, or verify a signature yourself.