
PublicData Oracle
Query SEC EDGAR, FRED, NOAA, EPA, and USGS public datasets through one ML-enriched API from your coding agent.
Overview
PublicData Oracle is an MCP server for the Build phase that queries 404 ML-enriched public-data endpoints spanning SEC EDGAR, FRED, NOAA, EPA, and USGS.
What is this MCP server?
- 404 documented public-data endpoints across federal sources including SEC EDGAR, FRED, NOAA, EPA, and USGS
- ML enrichment on top of raw public feeds via PublicData Oracle query API
- Free API key registration via POST /api/v1/auth/register with email and name
- Streamable-http remote at www.publicdataoracle.com with X-API-Key header
- Open-source lineage linked from SensorAnalytics GitHub repository
- 404 public-data endpoints advertised in registry description
- API version 2.1.0
- Sources named: SEC EDGAR, FRED, NOAA, EPA, USGS
What problem does it solve?
Solo builders waste days gluing disparate federal APIs and parsers when their agent just needs one consistent query surface.
Who is it for?
Data-heavy MVPs—macro dashboards, environmental monitors, filings research tools—where breadth across US public sources matters.
Skip if: Apps needing proprietary market data, real-time low-latency trading feeds, or offline-only pipelines with no HTTP.
What do I get? / Deliverables
After registration you query enriched public datasets through one remote MCP/API path instead of maintaining per-agency integration code.
- Authenticated queries across cataloged public-data endpoints
- Agent-ready access to ML-enriched fields for charts, alerts, and research answers
Recommended MCP Servers
Journey fit
Build is the primary phase because you install this when wiring data sources into dashboards, agents, or backend jobs—not when brainstorming alone. Integrations matches a unified HTTP query API with API-key auth and hundreds of ready-made public-data endpoints.
How it compares
Aggregated public-data API MCP, not a single-source FRED skill or a self-hosted Postgres MCP.
Common Questions / FAQ
Who is PublicData Oracle for?
Solo developers and small teams building analytics, research, or fintech features who want one API key over many US public datasets.
When should I use PublicData Oracle?
During Build integrations when you need SEC, economic, weather, or environmental series in an agent workflow and want to avoid N separate agency clients.
How do I add PublicData Oracle to my agent?
Register at POST https://www.publicdataoracle.com/api/v1/auth/register, set X-API-Key on the remote MCP URL https://www.publicdataoracle.com/api/v1/data/query, and configure streamable-http in your MCP client.