Skip to content
Cursor

GSA CALC+ for Cursor

io.github.1102tools/gsa-calc-mcp

GSA CALC+ awarded labor ceiling rates from 230K+ MAS contracts. 8 tools.

client:Cursor transport:stdio runtime:pypi

Install GSA CALC+ in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gsa-calc-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gsa-calc-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GSA CALC+ in other clients