vanoe intelligence mcp for Cursor
io.github.vanoe-ai/vanoe-intelligence-mcp
Stock verdicts, trend stage, P&F, breadth, macro regime, SEC filings. Free key: api.vanoe.ai/signup
client:Cursor
transport:stdio
runtime:pypi
Install vanoe intelligence mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vanoe-intelligence-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vanoe-intelligence-mcp"
],
"env": {
"VANOE_API_KEY": "<VANOE_API_KEY>",
"VANOE_API_BASE_URL": "<VANOE_API_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs