← marketintell.ai
INDIVIDUAL MCP TOOL
execute_list_intents
List the caller's recent trade intents (pending, executed, rejected).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT 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.
Related tools
chat— Run a query through MarketIntell's brain (auto-routes to T1 fast agent or T2 CoT pipeline based on intent).chat_deep— Run a query through MarketIntell's T3 supervisor — parallel specialists across technical/derivatives/macro/social/onchain/etc.alpha_signals— Fetch recent alpha signals — automated market intelligence.signal_performance— 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.screener— Token screening — find trending tokens, top gainers, and top losers.portfolio_list— List all portfolios owned by the authenticated key.portfolio_create— Create a new portfolio for the authenticated key.portfolio_analyze— Compute PnL + risk assessment for a portfolio you own.