Dynamic Feed
About
Official stdio MCP server for Dynamic Feed — bridges any MCP client to 62 live, signed data tools at dynamicfeed.ai. Works through firewalls that block remote SSE.
Details
- Author
- dynamicfeed
- Downloads
- 384
- Categories
- Other, Finance, Security
Jump to
- 91 tools across 19 verticals (weather, CVEs, disasters, satellites, flights, etc.)
- Works through corporate firewalls and VPNs via outbound HTTPS
- Tools always reflect the live server; no hard-coded list to drift
- No API key required for tools (keyless by default)
- Supports both stdio (local runner) and direct remote URL (Streamable HTTP / SSE)
- MIT licensed
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Dynamic FeedCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your MCP client’s configuration (e.g., Claude Desktop, Cursor, Windsurf) using the command npx -y dynamicfeed-mcp. No API key is required. Optionally, set the DYNAMICFEED_MCP_URL environment variable to override the default endpoint or DYNAMICFEED_API_KEY for authenticated requests.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"dynamic feed": {
"dynamicfeed": {
"url": "https://dynamicfeed.ai/mcp"
}
}
}
}
McpServers
{
"dynamicfeed": {
"url": "https://dynamicfeed.ai/mcp"
}
}
dynamicfeed-mcp
Local stdio MCP server for Dynamic Feed: the fresh, live data AI models
don't have on their own: weather, software versions, CVEs & actively-exploited vulns, sanctions,
global disasters, earthquakes/wildfires/drought, satellites & space weather, flights, AI models
and more. 91 tools across 19 verticals, all commercially-licensed & keyless.
This bridge speaks MCP over stdio to your local client and proxies to the remote Dynamic Feed endpoint
over ordinary outbound HTTPS, so it works through corporate firewalls/VPNs that block remote SSE streams,
and it always exposes whatever tools the live server has (nothing hard-coded to drift).
> Prefer a remote URL? You don't even need this package. Point any MCP client at
> https://dynamicfeed.ai/mcp (it auto-detects modern Streamable HTTP and legacy SSE). This runner is
> for clients that only accept a local command, or networks that block remote streaming.
Use it
Claude Desktop / Cursor / Windsurf: add to your MCP config:
{
"mcpServers": {
"dynamic-feed": {
"command": "npx",
"args": ["-y", "dynamicfeed-mcp"]
}
}
}
That's it, no API key required (the MCP tools are keyless). Restart your client and the Dynamic Feed tools
appear.
Options (env vars)
| Variable | Default | Purpose |
|---|---|---|
| DYNAMICFEED_MCP_URL | https://dynamicfeed.ai/mcp | Override the upstream endpoint |
| DYNAMICFEED_API_KEY | _(none)_ | Optional X-API-Key (tools are keyless, so rarely needed) |
Example tools
sports_pulse · current_weather · exploited_vulnerabilities · software_version ·
global_disasters · earthquakes · wildfires · satellite_position · space_weather ·
security_advisories · air_quality · live_flights · china_data … and more.
MIT · dynamicfeed.ai
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



