mcpbeat Sign in

XAPS MCP Server

local only

XAPS MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 17 Sep 2026.

Pre-execution audit for autonomous agents. Independent receipt before irreversible actions.

Installs per day peak 21 · avg 11 · -11% w/w
a month agotoday
63
Installs / week
pypi · xaps-sdk
2
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check XAPS MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 xaps -- uvx xaps-sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xaps": {
      "args": [
        "xaps-sdk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xaps]
command = "uvx"
args = ["xaps-sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "xaps": {
      "args": [
        "xaps-sdk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xaps": {
      "args": [
        "xaps-sdk"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: XAPS_AGENT_KEY (Agent billing key for the XAPS Tollbooth API), XAPS_API_URL (XAPS API base URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to XAPS MCP Server

same job, measured the same way
ActionGate
by actiongate-api

Pre-execution safety layer for autonomous agent wallets via MCP and x402.

6 tools answering
Phronesis Hermes
by phronesisintel

Decision-assurance for AI agents: an auditable action boundary + receipt before it acts.

answering
Vaara MCP Server
by vaaraio

Accountable autonomy MCP server: gating, tamper-evident audit for every action

2 833 installs/wk local only
Opentable
by markswendsen-code

MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously

48 installs/wk local only
Impact Preview
by agent-polis

Impact preview for AI agents - see what changes before any action executes.

49 installs/wk local only
MCP Blast-Radius Auditor
by aos-standard

Static blast-radius audit for MCP servers before agent install. Manifest optional.

187 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Tokenectomy Razor
by daffa2555

Autonomous log surgery & secret redaction MCP server for AI coding agents.

local only

XAPS MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for XAPS MCP Server?
XAPS MCP Server 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 pypi package xaps-sdk was installed 63 times last week.
How do I connect XAPS MCP Server?
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 xaps-sdk straight from pypi; nothing to host, nothing to sign up for.
How many people use XAPS MCP Server?
The pypi package xaps-sdk was installed 63 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is XAPS MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 2 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.