carrierone/verilexdata-mcp
query with USDC. Free stats/sample endpoints, MCP + HTTP transport.
Ask AI about carrierone/verilexdata-mcp
Powered by Claude Β· Grounded in docs
I know everything about carrierone/verilexdata-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
@verilex/mcp-server
MCP server for Verilex Data β 20 structured datasets accessible from AI agents via the Model Context Protocol.
Install
Add to your MCP client config (Claude Desktop, VS Code, Cursor, etc.):
{
"mcpServers": {
"verilex": {
"command": "npx",
"args": ["-y", "github:carrierone/verilexdata-mcp"]
}
}
}
Datasets
Government & Business
- NPI Providers β 9M+ US healthcare providers
- SEC Filings β EDGAR filings, updated every 15 min
- Weather Data β NOAA GHCN-Daily observations
- PACER Courts β Federal court case metadata
- OTC Companies β Shell risk scoring & analytics
- Trademarks β USPTO registrations (coming soon)
- Patents β 1.6M+ US patent grants
- Gov Contracts β Federal award intelligence
- Company Intelligence β Cross-dataset profiles & signals
- Economic Indicators β FRED data, releases & surprises
Crypto Intelligence
- DeFi Liquidation Signals β Multi-chain risk monitoring
- OFAC Sanctions β Wallet & name screening
- Whale Tracking β High-balance wallet monitoring
- Address Labels β Risk scores & wallet attribution
- Token Holders β Holder rankings & concentration
- DEX Trades β Swap-level flow analytics
Prediction Markets
- PM Smart Money β Top Polymarket wallet signals
- PM Arbitrage β AI-powered cross-platform spreads
- PM Resolution β Resolution source tracking
- PM Microstructure β Order book depth & liquidity
Change Feeds
All high-frequency datasets support ?since=ISO8601 change feed queries, returning only records updated after the given timestamp. Your agent can poll efficiently without re-fetching unchanged data.
Payment
Verilex uses the x402 protocol for pay-per-query access with USDC on Base chain. Free endpoints (stats, samples) work without payment. Paid endpoints return HTTP 402 with payment requirements.
Data Freshness
Every paid response includes headers:
X-Data-Stale: true|falseX-Data-Last-Updated: ISO 8601 timestampX-Data-Age-Seconds: number
Environment Variables
| Variable | Description |
|---|---|
VERILEX_API_URL | API base URL (default: https://api.verilexdata.com) |
VERILEX_PAYMENT_TOKEN | x402 payment token for paid endpoints |
Links
- Website: https://verilexdata.com
- API Docs: https://verilexdata.com/docs/
- Status: https://verilexdata.com/status/
- Support: https://support.verilexdata.com
License
MIT β Β© 2026 Optimal Reality LLC
