What is the ai.marketintell/marketintell MCP server?
AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.
How to install ai.marketintell/marketintell
Copy-paste configuration for popular MCP clients.
MARKETINTELL_API_KEYsecretAPI key for the underlying MarketIntell account. Required for tool calls; optional for capability discovery.
X-API-KeysecretAPI key from https://marketintell.ai/signup (or SHA-256 PoW self-signup at https://api.marketintell.ai/v1/auth/challenge). Capability-discovery methods (initialize, tools/list, resources/list, prompts/list, ping) succeed without a key; tools/call and resources/read require one.
{
"mcpServers": {
"marketintell": {
"command": "npx",
"args": [
"-y",
"marketintell",
"mcp"
],
"env": {
"MARKETINTELL_API_KEY": "<YOUR_MARKETINTELL_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}{
"mcpServers": {
"marketintell": {
"command": "npx",
"args": [
"-y",
"marketintell",
"mcp"
],
"env": {
"MARKETINTELL_API_KEY": "<YOUR_MARKETINTELL_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}{
"mcpServers": {
"marketintell": {
"command": "npx",
"args": [
"-y",
"marketintell",
"mcp"
],
"env": {
"MARKETINTELL_API_KEY": "<YOUR_MARKETINTELL_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}{
"servers": {
"marketintell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"marketintell",
"mcp"
],
"env": {
"MARKETINTELL_API_KEY": "<YOUR_MARKETINTELL_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}claude mcp add marketintell --env MARKETINTELL_API_KEY=<YOUR_MARKETINTELL_API_KEY> --env X-API-Key=<YOUR_X_API_KEY> -- npx -y marketintell mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.