Veroq-api/veroq-mcp
Production-ready MCP server for VEROQ — 52 tools for financial intelligence. Ask, verify, search, price, screen, and more.
Platform-specific configuration:
{
"mcpServers": {
"veroq-mcp": {
"command": "npx",
"args": [
"-y",
"veroq-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/veroq-mcp) [](https://www.npmjs.com/package/veroq-mcp) [](LICENSE) [](https://smithery.ai/servers/Veroq/veroq)
MCP server for VEROQ — verified financial intelligence for AI agents.
npm install -g veroq-mcpSign up and grab your key at veroq.ai/settings.
Once installed, just ask or verify:
veroq_askveroq_verifyThese two tools handle most use cases. The 50+ other tools are available when you need granular data.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"veroq": {
"command": "veroq-mcp",
"env": {
"VEROQ_API_KEY": "your-api-key"
}
}
}
}Open Settings > MCP Servers > Add Server:
veroq-mcpVEROQ_API_KEY=your-api-key| Tool | Description | Key Params | |------|-------------|------------| | veroq_ask | Ask any question about markets, companies, or economics | question | | veroq_verify | Fact-check a claim against the intelligence corpus | claim, context |
| Tool | Description | Key Params | |------|-------------|------------| | veroq_search | Search verified intelligence briefs | query, category, depth, limit | | veroq_feed | Latest briefs feed | category, limit, include_sources | | veroq_brief | Full brief by ID | brief_id | | `veroq_e
Loading reviews...