Earnings Feed

Created By
Nicholas Rempel5 months ago
SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.
Overview

what is Earnings Feed?

Earnings Feed provides real-time access to SEC filings and insider trading data, including 10-K, 10-Q, 8-K, Form 4, and more.

how to use Earnings Feed?

To use Earnings Feed, access the MCP tools via the provided URL and utilize the various functions to look up company information, browse recent filings, or track insider transactions.

key features of Earnings Feed?

  • Real-time updates within 60 seconds of SEC publication
  • Five MCP tools for different functionalities: company lookup, recent filings, detailed filing information, filing search, and insider transactions tracking
  • No API key required for basic usage

use cases of Earnings Feed?

  1. Investors can track insider trading activities to make informed decisions.
  2. Analysts can access the latest SEC filings for research and analysis.
  3. Companies can monitor their own filings and those of competitors.

FAQ from Earnings Feed?

  • What types of filings does Earnings Feed support?

Earnings Feed supports various form types including 10-K, 10-Q, 8-K, Form 4, and 13F.

  • Is there a cost to use Earnings Feed?

No, basic usage of Earnings Feed is free and does not require an API key.

  • How frequently is the data updated?

Data is updated in real-time, within 60 seconds of SEC publication.

Server Config

{
  "mcpServers": {
    "earningsfeed": {
      "url": "https://earningsfeed.com/api/mcp"
    }
  }
}
Project Info
Created At
5 months ago
Updated At
5 months ago
Author Name
Nicholas Rempel
Star
-
Language
-
License
-
Category
finance

Recommend Servers

View All
Payai X402 Tools

6 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago