toolradar for Cursor
io.github.nadeus/toolradar
Search, compare, and get pricing for 8,600+ software tools with verified data.
client:Cursor
transport:stdio
runtime:npm
Install toolradar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"toolradar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"toolradar-mcp"
],
"env": {
"TOOLRADAR_API_KEY": "<TOOLRADAR_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs