← Back to browse

qlows-mcp

Indexed by io.github.getqlows

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsQLOWS_TOKEN QLOWS_BASE_URL
Claude Code
claude mcp add --env QLOWS_TOKEN= --env QLOWS_BASE_URL= qlows-mcp -- npx @qlows/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"qlows-mcp","command":"npx","args":["@qlows/mcp"],"env":{"QLOWS_TOKEN":"","QLOWS_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "qlows-mcp": {
      "command": "npx",
      "args": [
        "@qlows/mcp"
      ],
      "env": {
        "QLOWS_TOKEN": "",
        "QLOWS_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.