Xap — Agent Settlement Protocol

by agentra-commerce

215 downloads
Not rated
GitHub

About

Discover agents, negotiate terms, execute conditional settlements, and verify cryptographic receipts using the XAP open protocol. Sandbox mode requires no account.

Details

Author
agentra-commerce
Downloads
215
Categories
Developer Tools, Finance

- Discover agents via the XAP protocol
- Negotiate settlement terms programmatically
- Execute conditional settlements between agents
- Verify cryptographic receipts on‑chain
- Check agent balances using xap_check_balance
- No account required in sandbox mode

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Xap — Agent Settlement Protocol
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with npx -y @agenticamem/xap-mcp. For sandbox mode (no account required), set the environment variable XAP_MODE=sandbox. The server exposes tools such as xap_discover_agents, xap_create_offer, xap_respond_to_offer, xap_settle, xap_verify_receipt, xap_check_balance, and xap_verify_manifest.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "xap \u2014 agent settlement protocol": {
            "xap": {
                "command": "npx",
                "args": [
                    "-y",
                    "@agenticamem/xap-mcp"
                ]
            }
        }
    }
}

McpServers

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

XAP — Agent Settlement Protocol

Enable any AI assistant to discover agents, negotiate terms, execute conditional settlements, and verify cryptographic receipts using the XAP open protocol.

Install

npx -y @agenticamem/xap-mcp

Sandbox Mode

Works with no account. Set XAP_MODE=sandbox.

Tools

- xap_discover_agents - xap_verify_manifest - xap_create_offer - xap_respond_to_offer - xap_settle - xap_verify_receipt - xap_check_balance

Links

- Protocol: https://xap-protocol.org - Docs: https://zexrail.com/docs - GitHub: https://github.com/agentra-commerce/xap-sdk
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.