★ 0 stars
TypeScript
🤖 AI/LLM
Updated 10d ago
MCP server exposing StockMarketScan screeners, chart patterns, options flow signals and equities research as tools for Claude Desktop, Cursor, Continue and any other MCP client.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"stockmarketscan/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y stockmarketscan/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"stockmarketscan/mcp-server"
]
}
}
}
📋 Copy
Topics
chart-patterns claude cursor finance llm-tools mcp model-context-protocol options-flow screeners stocks