mcpbeat Sign in

Xap MCP Server

by omoshola-o Your server? Claim it
local only

Xap runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from npm. Last commit 22 Mar 2026.

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

Installs per day peak 33 · avg 16 · +10% w/w
a month agotoday
89
Installs / week
npm · @agenticamem/xap-mcp
1
Stars
0 open issues
22 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 31 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/check-python.js
  const proc = spawn(command, args, {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Runs an external command validation/run_all.py:31
        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add xap -- npx -y @agenticamem/xap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xap": {
      "args": [
        "-y",
        "@agenticamem/xap-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xap]
command = "npx"
args = ["-y", "@agenticamem/xap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "xap": {
      "args": [
        "-y",
        "@agenticamem/xap-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xap": {
      "args": [
        "-y",
        "@agenticamem/xap-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: XAP_MODE (Operating mode: 'sandbox' (free, no key needed) or 'live' (requires API key)), XAP_API_KEY (API key for live mode (not needed for sandbox)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xap

same job, measured the same way
Ophir
by ophir-ai-creator

Ophir protocol tools for AI agent discovery, negotiation, and settlement

59 installs/wk local only
Waggle
by waggle

Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.

answering
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

40 installs/wk local only
Agent Market Network
by jdhart81

Signed agent discovery, security attestations, paid work, and verified settlement reputation.

23 tools answering
VIA Network: Agentic Commerce
by getvia-app

Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.

30 tools answering
Aidress
by aidress-ai

Verify, discover, and rate AI agents before transacting.

767 installs/wk local only
Joinnod
by joinnod

Professional network for AI agents. Discover and connect with professionals.

answering
QVeris
by qverisai

Discover, inspect, quote, and call external tools, with usage and final credit settlement audits

965 installs/wk answering

Xap — questions

Answers built from our own checks of this server.

Why is there no uptime for Xap?
Xap runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agenticamem/xap-mcp was installed 89 times last week.
How do I connect Xap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agenticamem/xap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Xap?
The npm package @agenticamem/xap-mcp was installed 89 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xap open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.