Serverscom.publicdataoracle/api
A

PublicData Oracle

com.publicdataoracle/api · v2.1.0
● Remote
v2.1.0remote🌐 https://www.publicdataoracle.com/api/v1/data/query↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.publicdataoracle/api",
  "description": "Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.",
  "title": "PublicData Oracle",
  "repository": {
    "url": "https://github.com/Mljessop/SensorAnalytics",
    "source": "github"
  },
  "version": "2.1.0",
  "websiteUrl": "https://www.publicdataoracle.com/developer",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.publicdataoracle.com/api/v1/data/query",
      "headers": [
        {
          "description": "API key for authentication. Register free at POST /api/v1/auth/register with {email, name}",
          "value": "{api_key}",
          "name": "X-API-Key"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your PublicData Oracle API key. Get one free at https://www.publicdataoracle.com/api/v1/auth/register"
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}