PublicData Oracle for Claude Desktop
com.publicdataoracle/api
Public data API with ML enrichment — SEC EDGAR, FRED, NOAA, EPA, USGS. 404 endpoints.
client:Claude Desktop
transport:streamable-http
Install PublicData Oracle in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.publicdataoracle.com/api/v1/data/query"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs