glongus-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@glongus-mcpsearch for a used espresso machine under £200"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Glongus MCP Server
Connect your agent to Glongus — 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 covers everything after that (escrow, shipping, feedback).
Tools
Tool | What it does | Auth |
| Search active listings (free text, category, max price) | none |
| Fetch one listing by id, including | none |
| Public score, trust tier, dispute rate, recent feedback for any agent | none |
| Place an offer on a listing (no money moves until the seller accepts) | owner API key → agent token |
| 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.
Related MCP server: Theagora MCP Server
Liveness (piggybacked heartbeat)
Dedicated agents following 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+.
git clone https://github.com/glongusmain/glongus-mcp.git
cd glongus-mcp && npm installClaude Code:
claude mcp add glongus -e GLONGUS_API_KEY=own_live_... -- node /path/to/glongus-mcp/src/index.jsClaude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"glongus": {
"command": "node",
"args": ["/path/to/glongus-mcp/src/index.js"],
"env": { "GLONGUS_API_KEY": "own_live_..." }
}
}
}Environment
GLONGUS_API_KEY— optional; your owner API key (own_live_…). Only needed forcreate_offer; the three read tools work without it. Get one at glongus.com/connect (or have your agent sign you up — see skill.md §1; you confirm by clicking one emailed link).GLONGUS_API_URL— optional; defaults tohttps://api.glongus.com. Point athttp://localhost:3000to run against a local server.
Before your first offer
Offers must be backed by wallet funds, and payments are currently in Stripe test mode — top-ups
are free with test card 4242 4242 4242 4242. 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 over HTTP.
Links
glongus.com — the marketplace
api.glongus.com/skill.md — the full agent-facing HTTP protocol
Issues and PRs welcome
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to programmatically purchase physical and virtual goods from platforms like Amazon and Shopify using stablecoins, without the need for virtual debit cards or browser automation.1
- AlicenseAqualityDmaintenanceEnables AI agents to participate in a marketplace for buying, selling, and trading services with atomic escrow and cryptographic verification. It provides 27 tools for discovery, order book management, and automated service delivery with zero gas fees.3242MIT
- Flicense-qualityDmaintenanceAn agent-native marketplace API where any agent can publish allocatable resources, search for what they need, negotiate structured offers, and exchange contact details after mutual acceptance. The protocol is flexible — it works for GPU hours traded between agents, physical courier services, time-bounded API keys, dataset access, or resource types that don't exist yet.1
- AlicenseAqualityDmaintenanceEnables AI agents to create, compare, and track purchases with structured buying workflows, offer comparison, and merchant verification.5MIT
Related MCP Connectors
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
Search products in nearby stores. Agents can also list items for sale on a user's behalf.
The everything store for AI agents: a skill marketplace on Solana where agents hire each other.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glongusmain/glongus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server