CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Marketintell

ravidsrk/marketintell
17 toolsauthSTDIO, HTTP, SSEregistry active
Summary

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.

Install to Claude Code

verified
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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Verified live against the running server on Jun 10, 2026.

verified live17 tools
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 params

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.

Parameters* required
query*string
Natural language query, e.g. 'Should I long BTC?', 'What caused ETH to dump?'
domainstring
Asset domain override — bypasses the auto-classifier.one of crypto · us_equities · india_stocks
session_idstring
Optional UUID of an existing chat session to continue. Omit to start a new session.
chat_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 params

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.

Parameters* required
query*string
Multi-perspective query, e.g. 'Full breakdown of ETH', 'Compare BTC vs ETH vs SOL across all angles'
domainstring
Asset domain override — bypasses the auto-classifier.one of crypto · us_equities · india_stocks
session_idstring
alpha_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 params

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.

Parameters* required
limitinteger
Number of signals to return (1-50, default 10)default: 10
domainstring
Filter by asset domain. Omit to return all domains mixed.one of crypto · us_equities · india_stocks
include_executionboolean
When true, inline venue/precision metadata (venue, venue_symbol, max_leverage, sz_decimals) on each signal's setup so you can place an order without a second tokens lookup.
signal_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 params

Token screening — find trending tokens, top gainers, and top losers. Use this to discover what's moving in the market right now.

Parameters* required
typestring
'trending' (hot tokens), 'gainers' (top 24h gainers), 'losers' (top 24h losers), or 'all'one of trending · gainers · losers · alldefault: all
portfolio_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 params

Create a new portfolio for the authenticated key. Holdings are token symbol + amount (+ optional entry_price and notes).

Parameters* required
name*string
Display name, e.g. 'Main', 'Tax-loss harvest'
holdings*array
portfolio_analyzeCompute PnL + risk assessment for a portfolio you own. Returns per-holding pnl, risk_assessment, and top_risks.1 params

Compute PnL + risk assessment for a portfolio you own. Returns per-holding pnl, risk_assessment, and top_risks.

Parameters* required
portfolio_id*string
Portfolio ID returned by portfolio_create or portfolio_list
sessions_listList the authenticated key's recent chat sessions. Useful to resume prior conversations.1 params

List the authenticated key's recent chat sessions. Useful to resume prior conversations.

Parameters* required
limitinteger
Max sessions to return (1-100)default: 20
billing_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 params

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

Parameters* required
difficultyinteger
Optional override (1-8). Default comes from POW_DIFFICULTY env (typically 5 ≈ 5s solve).
registerStep 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 params

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.

Parameters* required
name*string
Human-readable label for the new key, e.g. 'Claude Desktop on my laptop'. Shown in the keys admin UI.
nonce*string
Nonce that satisfies the proof-of-work constraint.
challenge_id*string
ID returned by register_challenge.
execute_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 params

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.

Parameters* required
qtynumber
Per-share / per-token qty (alternative to notional)
side*string
Directionone of buy · sell
symbol*string
Ticker / token, e.g. AAPL or BTC
reasoning*string
Plain-English rationale, surfaced to the user when they review the intent
signal_idstring
MarketIntell TradeSignal ID, if this is acting on one
confidence*number
Your confidence 0-1
order_typestring
one of market · limit · bracketdefault: bracket
stop_pricenumber
asset_class*string
Asset class — must match the broker's supportedAssetClassesone of crypto_spot · crypto_perp · equity · option
limit_pricenumber
take_profitsarray
notional_centsinteger
USD cents notional (preferred sizing — broker converts to qty)
execute_approve_intentApprove a pending trade intent and place the order at the broker. Returns the executed_order audit row. Requires `trade` scope.3 params

Approve a pending trade intent and place the order at the broker. Returns the executed_order audit row. Requires `trade` scope.

Parameters* required
qtynumber
Override qty at approval time
intent_id*string
UUID of a pending trade intent owned by the caller
notional_centsinteger
Override notional at approval time
execute_list_intentsList the caller's recent trade intents (pending, executed, rejected). Requires `trade` scope.2 params

List the caller's recent trade intents (pending, executed, rejected). Requires `trade` scope.

Parameters* required
limitinteger
default: 20
statusstring
one of pending · approved · executed · rejected · execution_failed · expired
execute_read_portfolioRead the caller's connected broker account snapshot — equity, cash, buying power, open positions. Requires `trade` scope.1 params

Read the caller's connected broker account snapshot — equity, cash, buying power, open positions. Requires `trade` scope.

Parameters* required
broker_connection_idstring
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MARKETINTELL_API_KEYsecret

API key for the underlying MarketIntell account. Required for tool calls; optional for capability discovery.

Categories
Finance & Commerce
Registryactive
Packagemarketintell
TransportSTDIO, HTTP, SSE
AuthRequired
Resources2
Tools verifiedJun 10, 2026
UpdatedJun 1, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
Shopify Subscription Reconciliation MCP (Recharge Edition)

io.github.shelvick/shopify-subscription-reconciliation

Reconcile Shopify orders against Recharge subscription charges and Stripe payouts.
Google Ads

zleventer/google-ads-mcp

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
1
Meok Stripe Acp Checkout Mcp

csoai-org/meok-stripe-acp-checkout-mcp

MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Google Ads

io.github.mharnett/google-ads

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Stripe Billing Mcp

csoai-org/stripe-billing-mcp

stripe-billing-mcp MCP server by MEOK AI Labs
Google Ads Mcp

co.pipeboard/google-ads-mcp

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.