The verified intelligence layer for AI agents — 62 MCP tools, multi-agent swarm, enterprise safety
The verified intelligence layer for AI agents — 62 MCP tools, multi-agent swarm, enterprise safety. The veroq mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
62 MCP tools. shield() any LLM output. Evidence chains on every claim. Finance as flagship vertical, with legal, research, compliance, and custom domains built in.
Everything the assistant can do here goes through one of these:
veroq_ask — Ask any financial question — routes to 41 intents automaticallyveroq_verify — Fact-check any claim with evidence chain + confidence breakdownveroq_analyze_ticker — Complete ticker analysis (price, technicals, earnings, sentiment, news)veroq_verify_market_claim — Fact-check financial claims with evidence and source reliabilityveroq_generate_trading_signal — NLP screener + composite trade signalveroq_comprehensive_intelligence — Market briefing (indices, movers, trending, yields)veroq_compare_tickers — Side-by-side comparison with correlation matrixveroq_tool_search — Context-aware tool discovery with filteringCursor — The Cursor tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at veroq-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
You will need 5 environment variables: VEROQ_API_KEY, BLOOMBERG_TOKEN, VEROQ_BASE_URL, POLARIS_API_KEY, POLARIS_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Veroq MCP's toolset — veroq_ask, veroq_verify, veroq_analyze_ticker and 6 more — is a fair guide to whether it matches your workflow. It is maintained by veroq-api; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| veroq_ask | Ask any financial question — routes to 41 intents automatically |
| veroq_verify | Fact-check any claim with evidence chain + confidence breakdown |
| veroq_analyze_ticker | Complete ticker analysis (price, technicals, earnings, sentiment, news) |
| veroq_verify_market_claim | Fact-check financial claims with evidence and source reliability |
| veroq_generate_trading_signal | NLP screener + composite trade signal |
| veroq_comprehensive_intelligence | Market briefing (indices, movers, trending, yields) |
| veroq_compare_tickers | Side-by-side comparison with correlation matrix |
| veroq_tool_search | Context-aware tool discovery with filtering |
| Cursor | The Cursor tool exposed by this server. |
{
"mcpServers": {
"veroq": {
"command": "npx",
"args": ["-y", "veroq-mcp"],
"env": {
"VEROQ_API_KEY": "your-value",
"BLOOMBERG_TOKEN": "your-value",
"VEROQ_BASE_URL": "your-value",
"POLARIS_API_KEY": "your-value",
"POLARIS_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| VEROQ_API_KEY | Credential the server authenticates with. | Yes |
| BLOOMBERG_TOKEN | Credential the server authenticates with. | Yes |
| VEROQ_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| POLARIS_API_KEY | Credential the server authenticates with. | Yes |
| POLARIS_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.