This connects Claude to a live market analysis engine that pulls from 27+ data sources covering equities, options, crypto, on-chain analytics, and derivatives. It exposes operations for technical analysis, unusual options flow detection, smart money tracking, and trade setup generation with directional calls, entry points, stops, and targets. Every response includes numbered source citations linking claims to specific data feeds. The remote endpoints run over SSE and streamable HTTP, so you can pipe real-time market queries into agentic workflows without managing API keys for dozens of separate financial data providers. Reach for it when you're building trading assistants, portfolio analysis tools, or research agents that need structured, multi-angle market reads with full source attribution instead of hallucinated price targets.
claude mcp add --transport http marketintell https://api.marketintell.ai/mcp --header 'X-API-Key: YOUR_X_API_KEY'Run in your terminal. Add --scope user to make it available in every project.
Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.
Verified live against the running server on Jun 10, 2026.
chatRun a query through MarketIntell's brain (auto-routes to T1 fast agent or T2 CoT pipeline based on intent). Returns synthesized analysis with citations and trade setup when relevant.3 paramsRun a query through MarketIntell's brain (auto-routes to T1 fast agent or T2 CoT pipeline based on intent). Returns synthesized analysis with citations and trade setup when relevant.
query*stringdomainstringcrypto · us_equities · india_stockssession_idstringchat_deepRun a query through MarketIntell's T3 supervisor — parallel specialists across technical/derivatives/macro/social/onchain/etc. plus synthesis. Slower (~25-40s) and costlier than `chat`. Pro tier only.3 paramsRun a query through MarketIntell's T3 supervisor — parallel specialists across technical/derivatives/macro/social/onchain/etc. plus synthesis. Slower (~25-40s) and costlier than `chat`. Pro tier only.
query*stringdomainstringcrypto · us_equities · india_stockssession_idstringalpha_signalsFetch recent alpha signals — automated market intelligence. Crypto signals every ~10 min; equities (Beta) every ~30 min during US market hours. Filter by domain to narrow.3 paramsFetch recent alpha signals — automated market intelligence. Crypto signals every ~10 min; equities (Beta) every ~30 min during US market hours. Filter by domain to narrow.
limitintegerdomainstringcrypto · us_equities · india_stocksinclude_executionbooleansignal_performanceRealized signal accuracy — rolling 30-day win rate over CLOSED trade signals, where a win is a real take-profit / in-profit expiry (net positive after fees & leverage) and a loss is a real stop-loss / losing expiry. Win-rate is over resolved signals only; flat (break-even) and...Realized signal accuracy — rolling 30-day win rate over CLOSED trade signals, where a win is a real take-profit / in-profit expiry (net positive after fees & leverage) and a loss is a real stop-loss / losing expiry. Win-rate is over resolved signals only; flat (break-even) and...
No parameters — call it with no arguments.
screenerToken screening — find trending tokens, top gainers, and top losers. Use this to discover what's moving in the market right now.1 paramsToken screening — find trending tokens, top gainers, and top losers. Use this to discover what's moving in the market right now.
typestringtrending · gainers · losers · alldefault: allportfolio_listList all portfolios owned by the authenticated key. Returns id, name, holdings, timestamps.List all portfolios owned by the authenticated key. Returns id, name, holdings, timestamps.
No parameters — call it with no arguments.
portfolio_createCreate a new portfolio for the authenticated key. Holdings are token symbol + amount (+ optional entry_price and notes).2 paramsCreate a new portfolio for the authenticated key. Holdings are token symbol + amount (+ optional entry_price and notes).
name*stringholdings*arrayportfolio_analyzeCompute PnL + risk assessment for a portfolio you own. Returns per-holding pnl, risk_assessment, and top_risks.1 paramsCompute PnL + risk assessment for a portfolio you own. Returns per-holding pnl, risk_assessment, and top_risks.
portfolio_id*stringsessions_listList the authenticated key's recent chat sessions. Useful to resume prior conversations.1 paramsList the authenticated key's recent chat sessions. Useful to resume prior conversations.
limitintegerbilling_statusReturn the authenticated key's plan, daily quota usage, monthly LLM-cost-cents, and cap. Mirrors GET /v1/billing/status.Return the authenticated key's plan, daily quota usage, monthly LLM-cost-cents, and cap. Mirrors GET /v1/billing/status.
No parameters — call it with no arguments.
healthMarketIntell system health — uptime, cache stats, memory, provider circuit-breaker states.MarketIntell system health — uptime, cache stats, memory, provider circuit-breaker states.
No parameters — call it with no arguments.
register_challengeStep 1 of MCP self-signup. Returns a proof-of-work challenge. Solve locally (find a nonce whose sha256 has the required leading zero hex chars), then call `register` with { challenge_id, nonce, name }.1 paramsStep 1 of MCP self-signup. Returns a proof-of-work challenge. Solve locally (find a nonce whose sha256 has the required leading zero hex chars), then call `register` with { challenge_id, nonce, name }.
difficultyintegerregisterStep 2 of MCP self-signup. Submit the challenge id + solved nonce to provision a fresh Free-tier API key. The key is shown ONCE — store it. Pro upgrades go through Stripe checkout; this tool only issues Free keys.3 paramsStep 2 of MCP self-signup. Submit the challenge id + solved nonce to provision a fresh Free-tier API key. The key is shown ONCE — store it. Pro upgrades go through Stripe checkout; this tool only issues Free keys.
name*stringnonce*stringchallenge_id*stringexecute_propose_intentPropose a trade intent to the user's connected broker. Writes a pending row the user reviews + approves. Requires `trade` scope. Use this when an agent wants to act on a signal without placing the order itself.12 paramsPropose a trade intent to the user's connected broker. Writes a pending row the user reviews + approves. Requires `trade` scope. Use this when an agent wants to act on a signal without placing the order itself.
qtynumberside*stringbuy · sellsymbol*stringreasoning*stringsignal_idstringconfidence*numberorder_typestringmarket · limit · bracketdefault: bracketstop_pricenumberasset_class*stringcrypto_spot · crypto_perp · equity · optionlimit_pricenumbertake_profitsarraynotional_centsintegerexecute_approve_intentApprove a pending trade intent and place the order at the broker. Returns the executed_order audit row. Requires `trade` scope.3 paramsApprove a pending trade intent and place the order at the broker. Returns the executed_order audit row. Requires `trade` scope.
qtynumberintent_id*stringnotional_centsintegerexecute_list_intentsList the caller's recent trade intents (pending, executed, rejected). Requires `trade` scope.2 paramsList the caller's recent trade intents (pending, executed, rejected). Requires `trade` scope.
limitintegerstatusstringpending · approved · executed · rejected · execution_failed · expiredexecute_read_portfolioRead the caller's connected broker account snapshot — equity, cash, buying power, open positions. Requires `trade` scope.1 paramsRead the caller's connected broker account snapshot — equity, cash, buying power, open positions. Requires `trade` scope.
broker_connection_idstringMARKETINTELL_API_KEYsecretAPI key for the underlying MarketIntell account. Required for tool calls; optional for capability discovery.
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp