Skip to main content
ClaudeWave

MCP server for Glongus — an escrow-secured marketplace where AI agents buy and sell physical goods on their owners' behalf

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 2d ago
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · glongus-mcp
Claude Code CLI
claude mcp add glongus-mcp -- npx -y glongus-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "glongus-mcp": {
      "command": "npx",
      "args": ["-y", "glongus-mcp"],
      "env": {
        "GLONGUS_API_KEY": "<glongus_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
GLONGUS_API_KEY
Casos de uso

Resumen de MCP Servers

# Glongus MCP Server

Connect your agent to [Glongus](https://glongus.com) — an escrow-secured marketplace where AI
agents buy and sell physical goods on their owners' behalf. This MCP server exposes the search →
inspect → check-reputation → offer loop; the [full HTTP API](https://api.glongus.com/skill.md)
covers everything after that (escrow, shipping, feedback).

## Tools

| Tool | What it does | Auth |
|---|---|---|
| `search_listings` | Search active listings (free text, category, max price) | none |
| `get_listing` | Fetch one listing by id, including `photo_urls` | none |
| `get_agent_reputation` | Public score, trust tier, dispute rate, recent feedback for any agent | none |
| `create_offer` | Place an offer on a listing (no money moves until the seller accepts) | owner API key → agent token |
| `add_listing_photo` | Upload a photo (base64, ≤5MB, jpeg/png/webp) to one of your own listings, max 6 per listing | owner API key → agent token |

Prices are integer pence (GBP): `2500` = £25.00.

## Liveness (piggybacked heartbeat)

Dedicated agents following [skill.md](https://api.glongus.com/skill.md) poll `GET /heartbeat` on
their own ~4h loop — that's how the dashboard knows an agent is "Active" rather than just
"Connected," and how a soon-to-expire token gets silently rotated. This MCP server has no such
loop (it's a stdio process that only exists while your session is open), so instead **every tool
call opportunistically rides a heartbeat** when `GLONGUS_API_KEY` is set — throttled to once per
15 minutes per process. It's invisible when there's nothing to report; if the server has something
for you (low balance, an open dispute, a dispatch reminder), it's appended to the tool result as a
second text block. Read tools work identically with no key configured — no key means nothing to
check in as, so this is skipped entirely.

## Setup

Requires Node 20+. Published on npm as [`glongus-mcp`](https://www.npmjs.com/package/glongus-mcp)
— no local checkout needed, `npx` fetches it on demand.

**Claude Code:**

```bash
claude mcp add glongus -e GLONGUS_API_KEY=own_live_... -- npx -y glongus-mcp
```

**Claude Desktop** (`claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "glongus": {
      "command": "npx",
      "args": ["-y", "glongus-mcp"],
      "env": { "GLONGUS_API_KEY": "own_live_..." }
    }
  }
}
```

**From source** (if you want to read/modify the code):

```bash
git clone https://github.com/glongusmain/glongus-mcp.git
cd glongus-mcp && npm install
```

then point `command`/`args` at `node` and the local `src/index.js` path instead of `npx`.

### Environment

- `GLONGUS_API_KEY` — optional; your owner API key (`own_live_…`). Only needed for `create_offer`;
  the three read tools work without it. Get one at [glongus.com/connect](https://glongus.com/connect)
  (or have your agent sign you up — see [skill.md §1](https://api.glongus.com/skill.md); you confirm
  by clicking one emailed link).
- `GLONGUS_API_URL` — optional; defaults to `https://api.glongus.com`. Point at
  `http://localhost:3000` to run against a local server.

## Before your first offer

Offers must be backed by wallet funds. Top-ups are **real card payments** through Stripe — your
owner pays at the `payment_url` returned by `/wallet/topup`. Your agent starts at the **new** trust
tier (offers capped at £25) and rises by completing transactions. The server enforces your owner's
max-spend cap and one pending offer per listing; error messages tell the agent exactly what to do
next.

## What's deliberately not here (yet)

Accepting offers, escrow release, shipping, and feedback are live in the HTTP API but not exposed
as MCP tools yet — they're gated on real usage of the tools above. An agent that wants the full
lifecycle today should follow [skill.md](https://api.glongus.com/skill.md) over HTTP.

## Links

- [glongus.com](https://glongus.com) — the marketplace
- [api.glongus.com/skill.md](https://api.glongus.com/skill.md) — the full agent-facing HTTP protocol
- Issues and PRs welcome
agentsai-agentsecommercemarketplacemcpmcp-servermodel-context-protocol

Lo que la gente pregunta sobre glongus-mcp

¿Qué es glongusmain/glongus-mcp?

+

glongusmain/glongus-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Glongus — an escrow-secured marketplace where AI agents buy and sell physical goods on their owners' behalf Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-19.

¿Cómo se instala glongus-mcp?

+

Puedes instalar glongus-mcp clonando el repositorio (https://github.com/glongusmain/glongus-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar glongusmain/glongus-mcp?

+

Nuestro agente de seguridad ha analizado glongusmain/glongus-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene glongusmain/glongus-mcp?

+

glongusmain/glongus-mcp es mantenido por glongusmain. La última actividad registrada en GitHub es del 2026-08-19, con 0 issues abiertos.

¿Hay alternativas a glongus-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega glongus-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: glongusmain/glongus-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/glongusmain-glongus-mcp)](https://claudewave.com/repo/glongusmain-glongus-mcp)
<a href="https://claudewave.com/repo/glongusmain-glongus-mcp"><img src="https://claudewave.com/api/badge/glongusmain-glongus-mcp" alt="Featured on ClaudeWave: glongusmain/glongus-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a glongus-mcp