Xap — Agent Settlement Protocol
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Xap — Agent Settlement ProtocolCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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-mcpSandbox 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_balanceLinks
- Protocol: https://xap-protocol.org - Docs: https://zexrail.com/docs - GitHub: https://github.com/agentra-commerce/xap-sdkSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





