ETF Research for Cursor
io.github.myanptl/etf-research-mcp
ETF quotes, performance and comparisons, plus every holding and fund overlap from SEC N-PORT.
client:Cursor
transport:stdio
runtime:npm
Install ETF Research in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"etf-research-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"etf-research-mcp"
],
"env": {
"SEC_USER_AGENT": "<SEC_USER_AGENT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs