MCP Directory

veroq-ai/veroq-mcp

GitHub
Productivity

62 verified intelligence tools — claim verification with evidence chains, market data for 1,061+ tickers, trading signals, SEC filings, insider trades, technical analysis, and multi-agent verified swarm.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y veroq-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from veroq-ai/veroq-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "veroq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "veroq-mcp"
      ]
    }
  }
}

Route veroq-ai/veroq-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add veroq-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use veroq-ai/veroq-mcp directly without routing

npx -y veroq-mcp

New to Agent-CoreX? View setup guide →

veroq-ai/veroq-mcp MCP Server — Agent-CoreX