# verilexdata-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add carrierone/verilexdata-mcp

# Browse available tools
npx -y smithery tool list carrierone/verilexdata-mcp

# Get full schema for a tool
npx -y smithery tool get carrierone/verilexdata-mcp npi_search

# Call a tool
npx -y smithery tool call carrierone/verilexdata-mcp npi_search '{}'
```

## Direct MCP Connection

Endpoint: `https://verilexdata-mcp--carrierone.run.tools`

**Optional config:**
- `paymentToken` (query) — x402 payment token for paid endpoints (optional — free endpoints work without it)

## Tools (9)

- `npi_search` — Search NPI healthcare providers by state, name, or taxonomy
- `npi_stats` — Get NPI dataset statistics (free)
- `sec_search` — Search SEC EDGAR filings
- `sanctions_screen` — Screen address or name against OFAC sanctions
- `whale_list` — List high-balance crypto whale wallets
- `pm_smart_money` — Top Polymarket wallets by PnL
- `pm_arb` — Cross-platform prediction market arbitrage opportunities
- `econ_indicators` — Current economic indicator values from FRED
- `system_status` — Get Verilex platform status and dataset freshness (free)

```bash
# Get full input/output schema for a tool
npx -y smithery tool get carrierone/verilexdata-mcp <tool-name>
```
