TickerInside for Cursor
com.tickerinside/tickerinside-mcp
Holdings, overlap, correlation and look-through risk for US ETFs, from issuer files, with no key.
client:Cursor
transport:stdio
runtime:npm
Install TickerInside in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tickerinside-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tickerinside-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs