← Index

io.github.codespar/mcp-ucp

io.github.codespar/mcp-ucp·v0.1.2·Other
Quality Score
80
/100

Google UCP — agentic shopping, cart, checkout, orders, delivery

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-ucp": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-ucp"
      ],
      "env": {
        "UCP_API_KEY": "<your-ucp_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-ucp": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-ucp"
      ],
      "env": {
        "UCP_API_KEY": "<your-ucp_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @codespar/mcp-ucp
§02  Environment variables
UCP_API_KEY
requiredsecret

API key for ucp

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other