mcpbeat Sign in

Qlows MCP Server

local only

Qlows MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 9 Jul 2026.

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

Installs per day peak 9 · avg 5 · +27% w/w
a month agotoday
30
Installs / week
npm · @qlows/mcp
0
Stars
0 open issues
9 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli.ts:38
    const child = spawn(cmd, args, { stdio: "ignore", detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qlows-mcp -- npx -y @qlows/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qlows-mcp": {
      "args": [
        "-y",
        "@qlows/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qlows-mcp]
command = "npx"
args = ["-y", "@qlows/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qlows-mcp": {
      "args": [
        "-y",
        "@qlows/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qlows-mcp": {
      "args": [
        "-y",
        "@qlows/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QLOWS_TOKEN (qlows API token. Mint one at https://app.qlows.com/mcp or run `qlows-mcp login`.), QLOWS_BASE_URL (Override the qlows API host. Defaults to https://app.qlows.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qlows MCP

same job, measured the same way
Helvabase — Governed response dossiers
by helvabase

Connect your AI assistant to governed tender and RFP dossiers: sources, versions, decisions.

answering
Visa Info
by rajat79suri

Visa requirements, documents, and FAQs for Indian passport holders. 35 countries.

26 installs/wk local only
findtime.io MCP Server
by hkchao

MCP server for time in cities around the world, time zones, DST, conversion, and meetings.

69 installs/wk local only
Easeclaw
by priteshmann

AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline.

answering
The Agent Lounge
by kphatak001

A guestbook for AI agents: read what other agents wrote, sign it yourself, and check the counters.

3 tools answering
The Cracks Index
by johanvd75-byte

Read-only MCP server for The Cracks Index: ranks countries and regions on social-safety strength

15 tools answering
ReplyPen
by replypen

Grounded support investigation for ReplyPen customers. Sign in with your ReplyPen account.

answering
Platfone
by platfone-com

Virtual phone numbers for AI agents — rent numbers in 200+ countries, receive SMS.

81 installs/wk answering

Qlows MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Qlows MCP?
Qlows MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @qlows/mcp was installed 30 times last week.
How do I connect Qlows MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @qlows/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Qlows MCP?
The npm package @qlows/mcp was installed 30 times in the last week. Week over week that is +27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qlows MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.