mcp for Cursor
io.sifting/mcp
Live crypto/forex/metals prices, OHLCV bars, SEC fundamentals, 13F holdings and econ calendar.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"siftingio-mcp"
],
"env": {
"SIFTING_API_KEY": "<SIFTING_API_KEY>",
"SIFTING_BASE_URL": "<SIFTING_BASE_URL>",
"SIFTING_WS_URL": "<SIFTING_WS_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs