Verilex Data
Query 20 structured datasets from AI agents — healthcare providers (9M NPI records), SEC EDGAR filings, PACER federal courts, USPTO patents and trademarks, OFAC sanctions screening, crypto whale wallets, DeFi liquidation signals, Polymarket smart money, economic indicators (FRED/BLS), federal contracts, NOAA weather, and OTC shell risk scoring. Pay per query, no subscriptions
README
@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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.