Skip to main content
Glama
306,437 tools. Last updated 2026-07-25 10:18

"Swarm" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    MCP server for Ethereum Swarm decentralized storage. Provides 12 tools for uploading and downloading data and files, managing postage stamp batches, and working with Swarm feeds — all via the Bee API. Works with the public Swarm gateway or a local Bee node.
    Last updated
    5
    6
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that provides access to Foursquare Swarm check-in data, enabling AI assistants to query check-in history, stats, top venues, and venue details.
    Last updated
    11
    3
    MIT

Matching MCP Connectors

  • MCP server exposing T54 XRPL x402 seller SKUs (OpenAPI) as tools: structured query, research brief, commerce data, and related routes. HTTP 402 + x402 settlement via broker (XRPL / Base USDC per env). Unified HTTPS host with health at /health.

  • 337 MCP tools with x402 micropayments on Base. $0.001/call. No signup, no API keys.

  • Inspect a Docker swarm node by ID or hostname to get its full details including role, availability, status, and manager reachability.
    MIT
  • Remove a node from a Docker swarm. Drain the node first to reschedule its tasks; use force to remove active nodes.
    MIT
  • Block until a Docker swarm node's Status.State reaches a specified target (e.g., 'ready' or 'down'), with configurable timeout and polling. Returns whether condition was met.
    MIT
  • List a swarm service's tasks, showing replica locations and failure reasons. Supports filtering by id, name, node, label, or desired state.
    MIT
  • Create a write-once swarm secret with a name and data payload. The secret value is never readable via API, ideal for sensitive data.
    MIT
  • Unlock a Docker Swarm manager node locked after restart when autolock is enabled. Provide the unlock key to resume normal operation.
    MIT
  • Generate a structured daily digest of loop activity for founder summaries, covering signals, deliberations, ledger movement, swarm dispatch, and health. Saves markdown and JSON files to ~/.delimit/digest/.
    MIT
  • Create an immutable Swarm config object to store non-sensitive configuration files and mount them into service containers.
    MIT
  • Set the desired number of running task replicas for a Replicated-mode swarm service. Returns true once the scale request is accepted.
    MIT
  • Initialize a Docker swarm by making this Engine the first manager node. Fails if already part of a swarm; use swarm_leave first.
    MIT
  • Leave a Docker swarm, rescheduling service tasks to remaining nodes. Force leave for manager nodes to avoid breaking raft quorum.
    MIT