← Back to Plugins
MCP Server MCP

io.github.omoshola-o/xap

github By github 👁 1 views ▲ 0 votes

Agent settlement protocol — discover, negotiate, settle, and verify with XAP.

Homepage Verified source GitHub

Install

npx -y @agenticamem/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agenticamem/xap-mcp",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Operating mode: 'sandbox' (free, no key needed) or 'live' (requires API key)",
          "format": "string",
          "name": "XAP_MODE"
        },
        {
          "description": "API key for live mode (not needed for sandbox)",
          "format": "string",
          "isSecret": true,
          "name": "XAP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...