# @alexhalfborg/sgpaynowqr-mcp

> Run the SGPayNowQR MCP server locally via npx — bridges stdio-only MCP clients (Cursor, Claude Desktop, Windsurf) to the remote SGPayNowQR MCP server over Streamable HTTP.

Latest version **0.1.1** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @alexhalfborg/sgpaynowqr-mcp
pnpm add @alexhalfborg/sgpaynowqr-mcp
yarn add @alexhalfborg/sgpaynowqr-mcp
bun add @alexhalfborg/sgpaynowqr-mcp
```

Provides the command `sgpaynowqr-mcp`.

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2026-09-24 |
| First published | 2026-07-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=18.0.0 |
| Dependencies | 1 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| Author | alexhalfborg |
| Maintainers | alexhalfborg |
| Keywords | mcp, model-context-protocol, paynow, sgqr, singapore, qr, qr-code, payments, fintech |

## Links

- npm: https://www.npmjs.com/package/@alexhalfborg/sgpaynowqr-mcp
- Repository: https://github.com/alexhalfborg/sgpaynowqr-sdk
- Homepage: https://developers.sgpaynowqr.com/docs/guides/mcp-server-setup
- Issues: https://github.com/alexhalfborg/sgpaynowqr-sdk/issues
- npm.io page: https://npm.io/package/@alexhalfborg/sgpaynowqr-mcp

## Dependencies (1)

- [mcp-remote](https://npm.io/package/mcp-remote.md) ^0.1.0

## Recent versions

- 0.1.1 (latest) — 2026-09-24
- 0.1.0 — 2026-07-03

## README

# @alexhalfborg/sgpaynowqr-mcp

Run the [SGPayNowQR](https://developers.sgpaynowqr.com) MCP server from any stdio-only MCP
client that can only launch a local process. This package doesn't run its own MCP server — it
bridges your client's stdio connection to the real server at
`https://developers.sgpaynowqr.com/api/mcp` over Streamable HTTP, using
[`mcp-remote`](https://www.npmjs.com/package/mcp-remote).

Once connected, the server exposes one tool, `generate_qr`, which generates EMVCo-compliant
Singapore PayNow QR codes for UEN, mobile number, and VPA payment targets — same output as the
[REST API](https://developers.sgpaynowqr.com/docs) and the
[TypeScript SDK](https://github.com/alexhalfborg/sgpaynowqr-sdk).

## Setup

You need an API key — create one from the
[dashboard](https://developers.sgpaynowqr.com/dashboard) (free tier: 50 requests/month).

Add this to your MCP client's config:

```json
{
  "mcpServers": {
    "sgpaynowqr": {
      "command": "npx",
      "args": ["-y", "@alexhalfborg/sgpaynowqr-mcp"],
      "env": {
        "SGPAYNOWQR_API_KEY": "sgpn_your_api_key_here"
      }
    }
  }
}
```

## You may not need this package

Most clients now connect to remote MCP servers directly, which is simpler and needs no Node.js:

- **Claude Code, Cursor, VS Code, Windsurf, Codex CLI, Gemini CLI**: point them at
  `https://developers.sgpaynowqr.com/api/mcp` with an `X-API-Key` header.
- **Claude (web & desktop) and ChatGPT**: these usually accept only a URL, so add a custom
  connector with your personal URL, `https://developers.sgpaynowqr.com/api/mcp/<your key>`.

The [MCP setup guide](https://developers.sgpaynowqr.com/docs/guides/mcp-server-setup) has
copy-paste config for each client. Logged in? **API Keys → Connect to AI** in the portal shows the
same instructions with your key already filled in.

## License

MIT

---
_Source: https://npm.io/package/@alexhalfborg/sgpaynowqr-mcp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
