Swarm At Ledger MCP Server

Hash-chained public record of verified agent settlements. Append-only, tamper-evident, auditable by anyone.

Local serverstdioPython

What is the Swarm At Ledger MCP server?

If you already use Swarm At Ledger, the swarm at ledger mcp server is the piece that lets your assistant work with it directly. Hash-chained public record of verified agent settlements. Append-only, tamper-evident, auditable by anyone.

Installation

The server ships on PyPI as swarm-at-sdk, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Swarm At Ledger.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Swarm At Ledger's toolset — Protocol, API, Blueprints and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mediaeater; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Swarm At Ledger's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Protocol[swarm.at](https://swarm.at)
API[api.swarm.at](https://api.swarm.at)
Blueprints[api.swarm.at/public/blueprints](https://api.swarm.at/public/blueprints)
Stack[swarm.at/stack.html](https://swarm.at/stack.html) — where swarm.at fits alongside MCP, A2A, and ACP
Pricing[swarm.at/pricing.html](https://swarm.at/pricing.html) — Free / Pro / Enterprise tiers
Spec[swarm.at/SPEC.html](https://swarm.at/SPEC.html) — full technical specification
Dashboard[swarm.at/dashboard.html](https://swarm.at/dashboard.html) — live settlement stats
LLMs.txt[api.swarm.at/llms.txt](https://api.swarm.at/llms.txt) — LLM-readable protocol summary
PyPI[swarm-at-sdk](https://pypi.org/project/swarm-at-sdk/)
settle_actionValidate an action against institutional rules
check_settlementQuery ledger status for a task or hash
ledger_statusCurrent chain state (latest hash, entry count, integrity)
guard_actionSettle before acting — propose + settle + receipt in one call
list_blueprintsBrowse workflow blueprints by tag

How to install the Swarm At Ledger MCP server

{
  "mcpServers": {
    "swarm-at-ledger": {
      "command": "uvx",
      "args": ["swarm-at-sdk"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Swarm At Ledger to Protocol.
  • Use Swarm At Ledger to API.
  • Use Swarm At Ledger to Blueprints.

Frequently asked questions

It connects Swarm At Ledger to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Protocol, API, Blueprints, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Swarm At Ledger directly.