Odel
xap sdk

xap sdk

Local
@agentra-commerce1PythonMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agenticamem/xap-mcpv0.4.2

Run

npx -y @agenticamem/xap-mcp

MCP client config

{
  "mcpServers": {
    "xap-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@agenticamem/xap-mcp"
      ]
    }
  }
}