Skip to main content
ClaudeWave
amgiiine avatar
amgiiine

x402-insider-mcp

View on GitHub

MCP server: SEC Form 4 insider trades via x402 pay-per-call API (free 3-row previews; full rows $0.02/call USDC on Base)

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · x402-insider-mcp
Claude Code CLI
claude mcp add x402-insider-mcp -- uvx x402-insider-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "x402-insider-mcp": {
      "command": "uvx",
      "args": ["x402-insider-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/amgiiine/x402-insider-mcp and follow its README.
Use cases

MCP Servers overview

# x402-insider-mcp

MCP (Model Context Protocol) server exposing **SEC Form 4 insider-trading data** as tools,
backed by a live x402 pay-per-call API.

## What it is
- 3 tools: `search_insider_trades(ticker, limit)`, `top_insiders(days)`, `owner_history(name)`.
- Each returns **free preview rows (max 3)** straight from the API.
- **Full result sets require x402 payment** — the wrapper never signs or holds payments.
  Payments: x402 scheme=exact, USDC on Base, **$0.02/call raw endpoints**,
  payTo `0xcC3c1E564fF534CD1913f19dB3880cAb44563AE3` (receive-only). See https://x402.org
- Dataset: SEC EDGAR Form 4 insider transactions, 2025Q4–2026Q1 (~5,000 rows preview set).

## NEW: derived signal endpoints on the upstream API ($0.05/call)
The backing API now sells **derived signals**, not just raw rows (added 2026-09-13):
- `GET /signals/cluster?ticker=&days=` — insider **cluster-buy detection**
  (≥3 unique insiders buying open-market at one issuer within the window; conviction-scored).
- `GET /signals/momentum?days=[&ending_at=YYYY-MM-DD]` — issuers with **accelerating
  insider buying** (2 consecutive up-weeks + volume z-score); `ending_at` re-anchors for
  backtesting.
Both: free 1-line preview without payment, full results $0.05/call via the same x402 flow
(`X-PAYMENT` header, Coinbase facilitator). These are plain HTTP endpoints — call them
from any x402 client, or wire them into your own MCP tools.

## Run (no Docker needed)
```bash
./run.sh            # stdio MCP server; point your MCP client at it
```
Requires Python 3.8+, stdlib only. Requires network access to the API host.

## API endpoint
Currently CT-local: http://127.0.0.1:8790 (set `X402_API_URL` to override).
Public URL rotates (Cloudflare quick tunnel) — see the fleet lead for the current one.

## Honest limits
- Preview rows are capped at 3 by the upstream API by design (that is the free tier).
- No payment logic in this repo: bring your own x402 client to pay for full rows.

What people ask about x402-insider-mcp

What is amgiiine/x402-insider-mcp?

+

amgiiine/x402-insider-mcp is mcp servers for the Claude AI ecosystem. MCP server: SEC Form 4 insider trades via x402 pay-per-call API (free 3-row previews; full rows $0.02/call USDC on Base) It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install x402-insider-mcp?

+

You can install x402-insider-mcp by cloning the repository (https://github.com/amgiiine/x402-insider-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is amgiiine/x402-insider-mcp safe to use?

+

Our security agent has analyzed amgiiine/x402-insider-mcp and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains amgiiine/x402-insider-mcp?

+

amgiiine/x402-insider-mcp is maintained by amgiiine. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to x402-insider-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy x402-insider-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: amgiiine/x402-insider-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/amgiiine-x402-insider-mcp)](https://claudewave.com/repo/amgiiine-x402-insider-mcp)
<a href="https://claudewave.com/repo/amgiiine-x402-insider-mcp"><img src="https://claudewave.com/api/badge/amgiiine-x402-insider-mcp" alt="Featured on ClaudeWave: amgiiine/x402-insider-mcp" width="320" height="64" /></a>

More MCP Servers

x402-insider-mcp alternatives