MCP Hub
Back to servers

Veroq

web search and financial search intelligence MCP server — /ask /verify + 52 tools for verified market data, trading signals, fact-checking with evidence chains, and 1,061+ tickers. Ask anything, verify everything.

glama
Updated
Mar 30, 2026

veroq-mcp

npm Downloads License smithery badge

MCP server for VEROQ — verified financial intelligence for AI agents.

Install

npm install -g veroq-mcp

Get an API Key

Sign up and grab your key at veroq.ai/settings.

Quick Start

Once installed, just ask or verify:

  • "What's happening with NVIDIA this week?" -- veroq_ask
  • "Fact-check: Apple is acquiring Disney" -- veroq_verify

These two tools handle most use cases. The 50+ other tools are available when you need granular data.

Claude Desktop

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"
      }
    }
  }
}

Cursor

Open Settings > MCP Servers > Add Server:

  • Name: veroq
  • Command: veroq-mcp
  • Environment: VEROQ_API_KEY=your-api-key

Tools

Primary

ToolDescriptionKey Params
veroq_askAsk any question about markets, companies, or economicsquestion
veroq_verifyFact-check a claim against the intelligence corpusclaim, context

Search & Discovery

ToolDescriptionKey Params
veroq_searchSearch verified intelligence briefsquery, category, depth, limit
veroq_feedLatest briefs feedcategory, limit, include_sources
veroq_briefFull brief by IDbrief_id
veroq_extractExtract article content from URLsurls (comma-separated)
veroq_entitiesBriefs mentioning an entityname
veroq_trendingTrending entitieslimit
veroq_compareCross-source bias comparisontopic
veroq_researchDeep research reportquery, category, max_sources
veroq_timelineStory evolution timelinebrief_id
veroq_forecastTopic forecaststopic, depth
veroq_contradictionsFind contradictions across intelligenceseverity
veroq_eventsNotable events from briefstype, subject
veroq_diffBrief version diffsbrief_id, since
veroq_web_searchWeb search with trust scoringquery, limit
veroq_crawlExtract content from URLsurl, depth

Market Data

ToolDescriptionKey Params
veroq_ticker_priceLive market pricesymbol
veroq_ticker_scoreComposite trading signalsymbol
veroq_fullFull ticker profileticker
veroq_candlesOHLCV candlestick datasymbol, interval, range
veroq_technicalsTechnical indicatorssymbol, range
veroq_earningsEarnings datasymbol
veroq_market_moversTop gainers/losers/active
veroq_market_summaryMajor market indices
veroq_economyMacroeconomic indicatorsindicator, limit
veroq_forexForeign exchange ratespair
veroq_commoditiesCommodity pricessymbol
veroq_sectorsSector sentiment overviewdays
veroq_portfolio_feedPortfolio-aware newsholdings
veroq_screenerMulti-criteria stock screenerfilters
veroq_screener_presetsPre-built screening strategiespreset_id
veroq_alertsPrice/sentiment alertsaction, ticker

Crypto

ToolDescriptionKey Params
veroq_cryptoCryptocurrency datasymbol
veroq_crypto_chartCrypto price chartsymbol, days
veroq_defiDeFi TVL and protocolsprotocol
veroq_defi_protocolDeFi protocol detailsprotocol

Fundamentals

ToolDescriptionKey Params
veroq_insiderInsider trading activityticker
veroq_filingsSEC filingsticker
veroq_analystsAnalyst ratings and targetsticker
veroq_congressCongressional tradessymbol
veroq_institutionsInstitutional ownershipticker

Other

ToolDescriptionKey Params
veroq_ticker_newsTicker-specific newssymbol, limit
veroq_ticker_analysisComprehensive ticker analysissymbol
veroq_search_suggestSearch autocompletequery
veroq_economy_indicatorSpecific economic indicatorindicator
veroq_social_sentimentSocial media sentimentsymbol
veroq_social_trendingSocial media trending
veroq_ipo_calendarIPO calendardays, limit
veroq_generate_reportAI research reportsticker, tier
veroq_get_reportRetrieve generated reportsreport_id
veroq_run_agentRun AI agentsslug, inputs

Environment Variables

VariableRequiredDescription
VEROQ_API_KEYYesYour VEROQ API key
VEROQ_BASE_URLNoAPI base URL (default: https://api.thepolarisreport.com)

Note: POLARIS_API_KEY and POLARIS_BASE_URL are also accepted for backward compatibility.

Links

Reviews

No reviews yet

Sign in to write a review