Earnings Feed✓
com.earningsfeed/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.earningsfeed/mcp",
"description": "SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.",
"title": "Earnings Feed",
"version": "1.0.0",
"websiteUrl": "https://earningsfeed.com/mcp",
"icons": [
{
"src": "https://earningsfeed.com/icon-48.png",
"mimeType": "image/png",
"sizes": [
"48x48"
]
},
{
"src": "https://earningsfeed.com/icon-96.png",
"mimeType": "image/png",
"sizes": [
"96x96"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://earningsfeed.com/api/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}