Metadata-Version: 2.4
Name: dynamicfeed-mcp
Version: 1.0.0
Summary: Local stdio MCP server for Dynamic Feed — live data AI models lack (prices, weather, CVEs & exploited vulns, internet outages, global disasters, satellites/space, world news + more). Bridges any MCP client to dynamicfeed.ai.
Project-URL: Homepage, https://dynamicfeed.ai
Author: Dynamic Feed
License: MIT
Keywords: ai,dynamic-feed,live-data,llm,mcp,mcp-server,model-context-protocol
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: anyio>=4.0
Requires-Dist: mcp>=1.12
Description-Content-Type: text/markdown

# dynamicfeed-mcp (Python)

Local **stdio MCP server** for [Dynamic Feed](https://dynamicfeed.ai) — the fresh, live data AI models
don't have on their own: market prices, weather, software versions, CVEs **& actively-exploited vulns**,
internet outages, global disasters, earthquakes/wildfires, satellites & space weather, world news, flights,
AI models (closed + open) and more — **34 tools across 16 verticals**, all keyless.

Python twin of the npm `dynamicfeed-mcp`. It speaks MCP over **stdio** to your client and proxies to the
remote endpoint over ordinary outbound HTTPS, so it works through firewalls/VPNs that block remote SSE, and
always exposes whatever tools the live server has.

> Prefer a remote URL with no install? Point any MCP client at `https://dynamicfeed.ai/mcp` (it auto-detects
> modern Streamable HTTP **and** legacy SSE). This package is for clients that want a local `command`, or
> networks that block remote streaming.

## Use it

```bash
uvx dynamicfeed-mcp          # zero-install run (recommended)
# or:
pip install dynamicfeed-mcp && dynamicfeed-mcp
```

**Claude Desktop / Cursor / Windsurf** — add to your MCP config:

```json
{
  "mcpServers": {
    "dynamic-feed": {
      "command": "uvx",
      "args": ["dynamicfeed-mcp"]
    }
  }
}
```

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

MIT · [dynamicfeed.ai](https://dynamicfeed.ai)
