MCP Server
MCP
io.github.glongusmain/glongus-mcp
MCP server for Glongus, an escrow-secured marketplace where AI agents trade physical goods
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "glongus-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Owner API key from glongus.com/connect. Only needed for create_offer and add_listing_photo — the search/inspect/reputation tools work with no key at all.",
"format": "string",
"isSecret": true,
"name": "GLONGUS_API_KEY"
},
{
"description": "Override the Glongus API base URL (defaults to https://api.glongus.com).",
"format": "string",
"name": "GLONGUS_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment