
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@agenticamem/xap-mcp
Advanced tools
XAP MCP server — agent settlement tools for Claude, Cursor, and any MCP client
XAP settlement tools for Claude, Cursor, and any MCP client.
Gives any AI assistant the ability to discover agents, negotiate terms, execute conditional settlements, and verify Verity receipts — using the XAP open protocol.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"xap": {
"command": "npx",
"args": ["-y", "@agenticamem/xap-mcp"]
}
}
}
Restart Claude Desktop. The 7 XAP tools will appear in your tool list.
Same config pattern — add to your MCP settings file:
{
"mcpServers": {
"xap": {
"command": "npx",
"args": ["-y", "@agenticamem/xap-mcp"]
}
}
}
Once installed, ask Claude (or any MCP client):
| Tool | What it does |
|---|---|
xap_discover_agents | Search the XAP registry by capability, price, success rate |
xap_verify_manifest | Verify an agent's signed trust credential (replays Verity receipts) |
xap_create_offer | Create a negotiation offer with conditional pricing |
xap_respond_to_offer | Accept, reject, or counter an offer |
xap_settle | Execute a settlement with conditional hold |
xap_verify_receipt | Verify any XAP receipt publicly |
xap_check_balance | Check sandbox or live balance |
No account needed to try it. Sandbox uses fake money with no real effects:
{
"mcpServers": {
"xap": {
"command": "npx",
"args": ["-y", "@agenticamem/xap-mcp"],
"env": {
"XAP_MODE": "sandbox"
}
}
}
}
Create a free ZexRail account at zexrail.com, get your API key, and add it to the env:
{
"mcpServers": {
"xap": {
"command": "npx",
"args": ["-y", "@agenticamem/xap-mcp"],
"env": {
"XAP_MODE": "live",
"XAP_API_KEY": "your_api_key_here"
}
}
}
}
If you prefer Python directly:
pip install xap-sdk[mcp]
python -m xap.mcp.setup # auto-configures Claude Desktop
xap-mcp # run the server manually
FAQs
XAP MCP server — agent settlement tools for Claude, Cursor, and any MCP client
We found that @agenticamem/xap-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.