A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for Verilex Data — query NPI, SEC, PACER, Weather, and OTC datasets from AI agents
MCP server for Verilex Data — 20 structured datasets accessible from AI agents via the Model Context Protocol.
Add to your MCP client config (Claude Desktop, VS Code, Cursor, etc.):
{
"mcpServers": {
"verilex": {
"command": "npx",
"args": ["-y", "github:carrierone/verilexdata-mcp"]
}
}
}
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.
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.
Every paid response includes headers:
X-Data-Stale: true|falseX-Data-Last-Updated: ISO 8601 timestampX-Data-Age-Seconds: number| Variable | Description |
|---|---|
VERILEX_API_URL | API base URL (default: https://api.verilexdata.com) |
VERILEX_PAYMENT_TOKEN | x402 payment token for paid endpoints |
MIT — © 2026 Optimal Reality LLC
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
Secure MCP server for MySQL database interaction, queries, and schema management
0
via CLI