Skip to main content
ClaudeWave

Source for bolthub's published SDK packages (npm @bolthub/*, PyPI bolthub)

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
79/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/signaltech-org/bolthub-sdk
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bolthub-sdk": {
      "command": "node",
      "args": ["/path/to/bolthub-sdk/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/signaltech-org/bolthub-sdk and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# bolthub SDK

Source code for every publicly published [bolthub.ai](https://bolthub.ai) package — the npm `@bolthub/*` scope and the `bolthub` / `bolthub-verify` PyPI packages.

bolthub is an API marketplace where AI agents discover and pay for HTTP APIs per-call over Lightning (L402). These packages are the client side of that: payment clients, MCP servers, a CLI, and origin-verification middleware.

| Package | Registry | Directory | What it is |
| --- | --- | --- | --- |
| [`@bolthub/agent`](https://www.npmjs.com/package/@bolthub/agent) | npm | `packages/agent` | L402 payment client — wallet adapters (LND, LNbits, Phoenixd, NWC, WebLN), 402 challenge handling, session cache |
| [`@bolthub/mcp-registry`](https://www.npmjs.com/package/@bolthub/mcp-registry) | npm | `packages/mcp-registry` | MCP server exposing the whole bolthub marketplace to AI agents |
| [`@bolthub/mcp-bridge`](https://www.npmjs.com/package/@bolthub/mcp-bridge) | npm | `packages/mcp-bridge` | MCP server for a single bolthub gateway (one tool per endpoint) |
| [`@bolthub/cli`](https://www.npmjs.com/package/@bolthub/cli) | npm | `packages/cli` | Terminal client for the marketplace |
| [`@bolthub/verify`](https://www.npmjs.com/package/@bolthub/verify) | npm | `packages/verify` | Gateway signature verification middleware (Express/Fastify/Node) |
| [`bolthub`](https://pypi.org/project/bolthub/) | PyPI | `packages/agent-python` | Python L402 client |
| [`bolthub-verify`](https://pypi.org/project/bolthub-verify/) | PyPI | `packages/verify-python` | Python gateway signature verification (Flask/Django/FastAPI) |

`packages/shared` is internal (never published); it is here because `@bolthub/mcp-bridge` bundles it.

## Relationship to the bolthub platform

The bolthub platform (gateway, API, web app) lives in a private monorepo. The SDK packages above are developed there and synced to this repository, which is the **publish origin**: releases are tagged here and built + published by [CI](.github/workflows/publish.yml) with [npm provenance](https://docs.npmjs.com/generating-provenance-statements), so what's on npm is verifiably built from this public source.

Issues and PRs are welcome here. Accepted changes are applied to the monorepo first, then sync back out with the next release.

## Verifying what you install

Published `dist/` bundles are built with Bun from this source and ship source maps with embedded sources, so the tarball itself is readable.

```bash
# provenance: confirm the tarball was built from this repo by GitHub Actions
npm audit signatures

# or rebuild and compare yourself
git clone https://github.com/signaltech-org/bolthub-sdk
cd bolthub-sdk && bun install
cd packages/mcp-registry && bun run build
```

See [SECURITY.md](SECURITY.md) for the trust model (what touches your wallet credentials and what doesn't) and how to report vulnerabilities.

## Development

```bash
bun install
bun test
```

Each TypeScript package builds with `bun run build` from its directory (`@bolthub/agent` must be built before the packages that bundle it).

## License

MIT

Lo que la gente pregunta sobre bolthub-sdk

¿Qué es signaltech-org/bolthub-sdk?

+

signaltech-org/bolthub-sdk es mcp servers para el ecosistema de Claude AI. Source for bolthub's published SDK packages (npm @bolthub/*, PyPI bolthub) Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala bolthub-sdk?

+

Puedes instalar bolthub-sdk clonando el repositorio (https://github.com/signaltech-org/bolthub-sdk) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar signaltech-org/bolthub-sdk?

+

Nuestro agente de seguridad ha analizado signaltech-org/bolthub-sdk y le ha asignado un Trust Score de 79/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene signaltech-org/bolthub-sdk?

+

signaltech-org/bolthub-sdk es mantenido por signaltech-org. La última actividad registrada en GitHub es de today, con 1 issues abiertos.

¿Hay alternativas a bolthub-sdk?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega bolthub-sdk en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: signaltech-org/bolthub-sdk
[![Featured on ClaudeWave](https://claudewave.com/api/badge/signaltech-org-bolthub-sdk)](https://claudewave.com/repo/signaltech-org-bolthub-sdk)
<a href="https://claudewave.com/repo/signaltech-org-bolthub-sdk"><img src="https://claudewave.com/api/badge/signaltech-org-bolthub-sdk" alt="Featured on ClaudeWave: signaltech-org/bolthub-sdk" width="320" height="64" /></a>

Más MCP Servers

Alternativas a bolthub-sdk