You're viewing a demo portfolio

Join the waitlist
PRSM

funding_signal

Active

Tool of Ready APIs

declared in 1.0.0

SEC Form D-based funding-signal envelope. Pulls Form D / D-A filings live from EDGAR and surfaces a recency-weighted funding score, cadence hint (fresh_raise, recent_raise, established_cadence, stale), and buyer-shaped action_hint tuned by buyer profile (sales_outreach, vendor_partnerships, investor_research, recruiter). Form D filings are the public, free, authoritative record of private securities offerings.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 200,
      "minimum": 1
    },
    "domain": {
      "type": "string",
      "description": "Company domain. One of domain or ticker required."
    },
    "ticker": {
      "type": "string",
      "description": "Stock ticker. Used when domain not provided."
    },
    "window_days": {
      "type": "integer",
      "default": 540,
      "maximum": 1095,
      "minimum": 30
    },
    "buyer_profile": {
      "enum": [
        "sales_outreach",
        "vendor_partnerships",
        "investor_research",
        "recruiter"
      ],
      "type": "string",
      "default": "sales_outreach"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →
funding_signal — Ready APIs — PRSM MCP