← Back to Plugins
MCP Server MCP

io.github.getqlows/qlows-mcp

github By github 👁 1 views ▲ 0 votes

Find Tenders in 35 Countries of the WTO-GPA Zone and ground your AI for your RFP responses

Homepage Verified source GitHub

Install

npx -y @qlows/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@qlows/mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "qlows API token. Mint one at https://app.qlows.com/mcp or run `qlows-mcp login`.",
          "isRequired": true,
          "isSecret": true,
          "name": "QLOWS_TOKEN"
        },
        {
          "description": "Override the qlows API host. Defaults to https://app.qlows.com.",
          "name": "QLOWS_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...