Analytics
marketintell.ai
Provides market intelligence, trading signals, and token screening for financial analysis.
ENDPOINT 1
https://api.marketintell.ai/mcp
MCP server metadata
- Name
- marketintell
- Version
- 0.1.0
MarketIntell is a crypto & market-intelligence MCP server. Use `chat` for natural-language market questions (it auto-routes to the right analysts via a T3 supervisor). Use `alpha_signals` for ranked, time-stamped trade signals and `signal_performance` for the rolling 30-day accuracy of those signals — both render inline MCP-App UIs in hosts that support io.modelcontextprotocol/ui. Use `screener` to filter assets and `portfolio` tools for position analysis. Capability discovery (initialize, tools/list, resources/list, ping) is open; `tools/call` and `resources/read` of data resources require an X-API-Key. Get a key at https://marketintell.ai/signup or via SHA-256 proof-of-work at https://api.marketintell.ai/v1/auth/challenge. On a 401, follow the WWW-Authenticate header to the protected-resource metadata and its agent_auth API-key flow.
Known tools 17
chatRun a query through MarketIntell's brain (auto-routes to T1 fast agent or T2 CoT pipeline based on intent).
Inferred read-onlychat_deepRun a query through MarketIntell's T3 supervisor — parallel specialists across technical/derivatives/macro/social/onchain/etc.
Inferred read-onlysignal_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.
Potential side effectsbilling_statusReturn the authenticated key's plan, daily quota usage, monthly LLM-cost-cents, and cap.
Inferred read-onlyhealthMarketIntell system health — uptime, cache stats, memory, provider circuit-breaker states.
Inferred read-onlyexecute_approve_intentApprove a pending trade intent and place the order at the broker.
Potential side effectsexecute_list_intentsList the caller's recent trade intents (pending, executed, rejected).
Potential side effectsexecute_read_portfolioRead the caller's connected broker account snapshot — equity, cash, buying power, open positions.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.marketintell]
url = "https://api.marketintell.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marketintell": {
"type": "http",
"url": "https://api.marketintell.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marketintell
Remote MCP URL: https://api.marketintell.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"marketintell": {
"url": "https://api.marketintell.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marketintell": {
"type": "http",
"url": "https://api.marketintell.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marketintell",
"transport": "streamable-http",
"url": "https://api.marketintell.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for marketintell.ai was fetched 2026-08-03T11:18:36.236Z and is being refreshed.
marketintell.ai is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.