# SEC EDGAR Form 4 MCP

> SEC EDGAR Form 4 MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves and processes SEC EDGAR Form 4 insider trading filings for a given company or insider

## Facts

- Endpoint: POST https://api.m2mcent.com/sec-edgar-form4-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-edgar-form-4-mcp-04e8f1fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cjGDLPQzSgy48bXwmePo2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability sec-edgar-form-4-mcp-04e8f1fb -d '<json body>'
```

Example prompt: Can you pull the latest SEC Form 4 insider trading filings from EDGAR for Tesla (TSLA) and tell me what transactions Elon Musk has reported in the past 90 days?

## When to prefer this

Use this endpoint when you need structured, parsed Form 4 insider transaction data directly from SEC EDGAR without building your own EDGAR scraper. Prefer this over general web search when you need machine-readable insider trading records, specific transaction table fields, or programmatic access to ownership disclosures for a named company or individual.

## Known failure modes

- Invalid or unknown ticker/CIK returns no results
- EDGAR rate limiting may cause timeouts
- Malformed query string results in empty or error response
- Very recent filings may not yet be indexed on EDGAR
- Filings with non-standard formats may not parse correctly

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns parsed Form 4 filing data from SEC EDGAR, including reporting person details, issuer company information, transaction dates, number of shares bought or sold, price per share, transaction codes, and post-transaction ownership totals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-edgar-form-4-mcp-04e8f1fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
