Tickscope for Cursor
io.github.seungdori/tickscope-mcp
Real-time, free crypto market data for any AI agent — via MCP.
client:Cursor
transport:stdio
runtime:pypi
Install Tickscope in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tickscope-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tickscope-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs