← Back to Plugins
MCP Server MCP

io.github.glongusmain/glongus-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Glongus, an escrow-secured marketplace where AI agents trade physical goods

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...