← filingpulse.io

INDIVIDUAL MCP TOOL

get_registration_event

Fetch one S-1/IPO registration lifecycle event by SEC accession number.

filingpulse.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.filingpulse.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_registration_event and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

filingpulse.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.filingpulse]
url = "https://mcp.filingpulse.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "filingpulse": {
      "type": "http",
      "url": "https://mcp.filingpulse.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: filingpulse
Remote MCP URL: https://mcp.filingpulse.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "filingpulse": {
      "url": "https://mcp.filingpulse.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "filingpulse": {
      "type": "http",
      "url": "https://mcp.filingpulse.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "filingpulse",
  "transport": "streamable-http",
  "url": "https://mcp.filingpulse.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_insider_trades — List normalized SEC insider ownership filings (Form 4 transactions, plus Form 3 initial statements and Form 5 annual statements — 3/5 live-forward since 2026-09-23), newest first: non-derivative and derivative transaction legs, holdings, owner roles (director/officer/10% owner), footnotes, and amendment (/A) links.
  • get_insider_filing — Fetch one insider ownership filing (Form 3/4/5) by SEC accession number (e.
  • get_corporate_events — List SEC 8-K corporate events classified by official item code, newest first — e.
  • get_ipo_registrations — List S-1/F-1 registration lifecycle events, newest first: registration statements, amendments, notices of effectiveness, and priced prospectuses (424B1/424B4), threaded across stages by SEC file number (e.
  • get_dataset_status — Row counts, latest ingest timestamps, and earliest covered filing date for each dataset (Form 4, 8-K, registrations).
  • get_schema — The frozen schema-v1 contract for FilingPulse objects: field-by-field documentation for form4 / event_8k / registration_event, the list envelope, design rules (strings-as-filed, null-never-missing, additive-only), and the Form 4 transaction-code table.