agentrank mcp for Cursor
io.github.saviodamato/agentrank-mcp
Find real, verifiable businesses with provenance and source URLs - for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install agentrank mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentrank-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentrank-mcp"
],
"env": {
"AGENTRANK_API_KEY": "<AGENTRANK_API_KEY>",
"AGENTRANK_BASE_URL": "<AGENTRANK_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs