Serversio.github.Mediaeater/swarm-at
A

io.github.Mediaeater/swarm-at

io.github.Mediaeater/swarm-at · v0.7.1
▦ pypi
v0.7.1pypi pypi: swarm-at-sdk🌐 https://api.swarm.at↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Mediaeater/swarm-at",
  "description": "Settlement protocol for AI agent swarms — hash-chained ledger, trust, 48 blueprints, 18 tools",
  "repository": {
    "url": "https://github.com/Mediaeater/swarm-at-ledger",
    "source": "github"
  },
  "version": "0.7.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "swarm-at-sdk",
      "version": "0.7.1",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "swarm_at.mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Base URL for the swarm.at API (default: https://api.swarm.at)",
          "format": "string",
          "name": "SWARM_API_URL"
        },
        {
          "description": "API key for authenticated endpoints (settlement, credits, webhooks)",
          "format": "string",
          "isSecret": true,
          "name": "SWARM_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "sse",
      "url": "https://api.swarm.at"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}