# marketintell MCP server

AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-marketintell-marketintell
- Repository: https://github.com/ravidsrk/marketintell
- Website: https://marketintell.ai

## Install
- Command: `npx -y marketintell`
- Endpoint: https://api.marketintell.ai/mcp
- Auth: Not captured

## Setup notes
- Remote header: X-API-Key (secret)
- Remote header: X-API-Key (secret)
- Package: Npm marketintell v0.2.1
- Environment variable: MARKETINTELL_API_KEY (secret)
- Remote endpoint: https://api.marketintell.ai/mcp
- Header: X-API-Key
- Remote endpoint: https://api.marketintell.ai/mcp/sse
- Header: X-API-Key

## Tools
- chat - Run 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. Endpoint: https://api.marketintell.ai/mcp
- chat_deep - Run 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. Endpoint: https://api.marketintell.ai/mcp
- alpha_signals - Fetch 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. Endpoint: https://api.marketintell.ai/mcp
- signal_performance - Alpha signal accuracy statistics — win rates at 1h, 4h, and 24h timeframes, broken down by sentiment and impact level. Endpoint: https://api.marketintell.ai/mcp
- screener - Token screening — find trending tokens, top gainers, and top losers. Use this to discover what's moving in the market right now. Endpoint: https://api.marketintell.ai/mcp
- portfolio_list - List all portfolios owned by the authenticated key. Returns id, name, holdings, timestamps. Endpoint: https://api.marketintell.ai/mcp
- portfolio_create - Create a new portfolio for the authenticated key. Holdings are token symbol + amount (+ optional entry_price and notes). Endpoint: https://api.marketintell.ai/mcp
- portfolio_analyze - Compute PnL + risk assessment for a portfolio you own. Returns per-holding pnl, risk_assessment, and top_risks. Endpoint: https://api.marketintell.ai/mcp
- sessions_list - List the authenticated key's recent chat sessions. Useful to resume prior conversations. Endpoint: https://api.marketintell.ai/mcp
- billing_status - Return the authenticated key's plan, daily quota usage, monthly LLM-cost-cents, and cap. Mirrors GET /v1/billing/status. Endpoint: https://api.marketintell.ai/mcp
- health - MarketIntell system health — uptime, cache stats, memory, provider circuit-breaker states. Endpoint: https://api.marketintell.ai/mcp
- register_challenge - Step 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 }. Endpoint: https://api.marketintell.ai/mcp
- register - Step 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. Endpoint: https://api.marketintell.ai/mcp
- execute_propose_intent - Propose 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. Endpoint: https://api.marketintell.ai/mcp
- execute_approve_intent - Approve a pending trade intent and place the order at the broker. Returns the executed_order audit row. Requires `trade` scope. Endpoint: https://api.marketintell.ai/mcp
- execute_list_intents - List the caller's recent trade intents (pending, executed, rejected). Requires `trade` scope. Endpoint: https://api.marketintell.ai/mcp
- execute_read_portfolio - Read the caller's connected broker account snapshot — equity, cash, buying power, open positions. Requires `trade` scope. Endpoint: https://api.marketintell.ai/mcp

## Resources
- ui://marketintell/accuracy.html - Inline UI rendered alongside the `signal_performance` tool. Shows the rolling 30-day win rate by horizon (1h/4h/24h) so users can audit signal quality without leaving the chat. MIME type: text/html;profile=mcp-app
- ui://marketintell/signals-feed.html - Inline UI rendered alongside the `alpha_signals` tool. Renders the recent signals as a compact, scroll-friendly list with direction, impact, and timestamp. MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: ai.marketintell
- Version: 0.3.1
- Runtime: Npm
- Transports: HTTP, STDIO
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 1, 2026
- Source: https://registry.modelcontextprotocol.io
