ALL SYSTEMS LIVE·87 INSTRUMENTS · 19 VERTICALS
ED25519 · BITCOIN-ANCHORED·--:--:-- UTC
Home  /  Connect
CONNECT · KEYLESS REMOTE MCP

Connect your agent to live, verifiable data — in one click.

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.

$ pick your client read the docs
ADD DYNAMIC FEED

One endpoint. Every client.

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.

which AIs can connect?

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.

◆ one-click install

Cursor

Adds Dynamic Feed to Cursor's MCP servers. Click install, or paste the config into ~/.cursor/mcp.json.

Add to Cursor or copy-paste

fallback · ~/.cursor/mcp.json

JSON · ~/.cursor/mcp.jsonCOPY
{
  "mcpServers": {
    "dynamicfeed": { "url": "https://dynamicfeed.ai/mcp" }
  }
}
◆ one-click install

VS Code

Opens VS Code's MCP install flow. Click install, or paste the snippet into your workspace's .vscode/mcp.json.

Add to VS Code or copy-paste

fallback · .vscode/mcp.json

JSON · .vscode/mcp.jsonCOPY
{
  "servers": {
    "dynamicfeed": {
      "type": "http",
      "url": "https://dynamicfeed.ai/mcp"
    }
  }
}
◆ one command

Claude Code

Add the remote server with a single CLI command — run it in your terminal and you're connected.

SHELL · claude mcp addCOPY
claude mcp add --transport http dynamicfeed https://dynamicfeed.ai/mcp
◆ config snippet

Claude Desktop

Desktop reaches HTTP servers through the mcp-remote shim. Paste this into claude_desktop_config.json (Settings → Developer → Edit Config) and restart.

JSON · claude_desktop_config.jsonCOPY
{
  "mcpServers": {
    "dynamicfeed": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://dynamicfeed.ai/mcp"]
    }
  }
}
◆ custom connector

Claude.ai (web / desktop)

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).

REMOTE MCP URL · paste in connectorCOPY
https://dynamicfeed.ai/mcp
◆ custom connector · where supported

ChatGPT

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).

REMOTE MCP URL · paste in connectorCOPY
https://dynamicfeed.ai/mcp
◆ remote url + stdio

Windsurf / any MCP client

Point any MCP client at the remote URL — or run the published stdio runner if your client prefers a local process.

REMOTE URL · streamable HTTPCOPY
https://dynamicfeed.ai/mcp
SHELL · stdio fallbackCOPY
# local stdio runner — no key, no install footprint
npx -y dynamicfeed-mcp
◆ no agent? no problem

Raw HTTP — try it now

Not on MCP yet? Hit the keyless batch endpoint with plain curl — one signed datapoint comes straight back.

SHELL · POST /v1/batch · keylessCOPY
# 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"}}]}'
WHAT YOU JUST CONNECTED

Live data your agent can verify.

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.

what "signed & verifiable" means

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.

SPREAD IT · ONE-CLICK FROM ANYWHERE

Embed the "Add to agent" badge.

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:

Add Dynamic Feed to your agent

◆ markdown · README

Markdown

Paste at the top of any README — the badge links back to /connect.

MARKDOWNCOPY
[![Add Dynamic Feed to your agent](https://dynamicfeed.ai/badge/connect.svg)](https://dynamicfeed.ai/connect)
◆ html · any site

HTML

For a docs page or website — same badge, same one-click destination.

HTMLCOPY
<a href="https://dynamicfeed.ai/connect">
  <img src="https://dynamicfeed.ai/badge/connect.svg"
       alt="Add Dynamic Feed to your agent" height="20">
</a>
◆ markdown · straight to cursor

"Add to Cursor" — direct deeplink

Skip the page entirely: this badge fires Cursor's one-click MCP install deeplink. Best for a Cursor-specific README or extension listing.

MARKDOWN · CURSOR DEEPLINKCOPY
[![Add to Cursor](https://dynamicfeed.ai/badge/connect.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=dynamicfeed&config=eyJ1cmwiOiJodHRwczovL2R5bmFtaWNmZWVkLmFpL21jcCJ9)
CONNECTED?

Now give your agent the real world.

Browse all 87 tools, watch the live world map, or verify a signature yourself.

$ browse the tools verify a signature