Dynamic Feed is an MCP server published by ai.dynamicfeed that delivers live, verifiable data to AI agents over a streamable HTTP transport. Its registry description states it offers 91 keyless tools spanning weather, hazards, space, and CVEs, with Ed25519-signed payloads. The record does not include a package identifier, version, repository URL, license, or installation commands, so the exact provenance and setup steps are not available from the metadata. Likewise, no individual tool names or schemas are listed in the extracted facts, meaning the precise agent-facing interface is not documented here. The server targets developers who need real-time external data inside agent workflows without managing API keys for the covered domains. The Ed25519 signatures indicate an emphasis on data integrity. Because it uses streamable HTTP, the consumer must use an MCP client that supports that transport. In the absence of repository or package details, users will need to consult the publisher directly for deployment instructions.
Dynamic Feed
91 keyless tools of live, verifiable data for AI: weather, hazards, space, CVEs. Ed25519-signed.
Use cases
- Integrate live weather and hazard data into agent decision loops
- Query real-time CVE data for security analysis workflows
- Consume space-related data feeds within automated agents
- Verify data integrity using Ed25519-signed payloads from the feed
- Build keyless data pipelines where agent tools do not require managed API credentials
When to use it
- You need an MCP server that provides live external data over HTTP
- Your agent workflow requires keyless access to weather, hazard, space, or CVE data
- You require Ed25519-signed data for integrity verification
- Your MCP client supports the streamable HTTP transport
When not to use it
- You need a specific tool list or schema that is not provided in the registry record
- You require a standard MCP transport such as stdio or SSE instead of streamable HTTP
- You need package manager installation details or a public repository URL for auditability
- You need support for environments where HTTP streaming is blocked or unavailable