Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about bolthub-sdk

What is signaltech-org/bolthub-sdk?

+

signaltech-org/bolthub-sdk is mcp servers for the Claude AI ecosystem. Source for bolthub's published SDK packages (npm @bolthub/*, PyPI bolthub) It has 0 GitHub stars and was last updated today.

How do I install bolthub-sdk?

+

You can install bolthub-sdk by cloning the repository (https://github.com/signaltech-org/bolthub-sdk) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is signaltech-org/bolthub-sdk safe to use?

+

Our security agent has analyzed signaltech-org/bolthub-sdk and assigned a Trust Score of 79/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains signaltech-org/bolthub-sdk?

+

signaltech-org/bolthub-sdk is maintained by signaltech-org. The last recorded GitHub activity is from today, with 1 open issues.

Are there alternatives to bolthub-sdk?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy bolthub-sdk to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

bolthub-sdk alternatives