Stampchain MCP Server

MCP server for interacting with Bitcoin Stamps and SRC-20 token data via Stampchain API for MCP-compatible clients

Local serverstdioTypeScript

What is the Stampchain MCP MCP server?

Most developer tooling work still happens through a UI a human drives. Stampchain MCP MCP server moves it into the conversation instead. MCP server for interacting with Bitcoin Stamps and SRC-20 token data via Stampchain API for MCP-compatible clients.

The short version

  • Bitcoin Stamps Tools — Get stamp details, search stamps, and retrieve
  • Stamp Collections — Query collections and search through collection data
  • SRC-20 Tokens — Get token information and search through SRC-20 tokens
  • Type-safe — Built with TypeScript and Zod validation
  • Comprehensive Testing — Full test coverage with CI validation
  • Configurable — Flexible configuration options for different environments

The tools it exposes

The server publishes 5 tools. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — 1. Clone the repository: bash git clone https://github.com/stampchain-io/stampchain-mcp.git cd stampchain-mcp
  • Scripts — The Scripts tool exposed by this server
  • Testing — The Testing tool exposed by this server
  • Debugging — The Debugging tool exposed by this server

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What it needs from you

Configuration is passed through the environment: STAMPCHAIN_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js 18+ - npm or yarn

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Stampchain MCP's toolset — Prerequisites, Installation, Scripts and 2 more — is a fair guide to whether it matches your workflow. It is maintained by stampchain-io; worth a glance at recent repository activity before you build anything load-bearing on it.

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

Things to watch

  • 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.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Installation1. **Clone the repository:** bash git clone https://github.com/stampchain-io/stampchain-mcp.git cd stampchain-mcp
ScriptsThe Scripts tool exposed by this server.
TestingThe Testing tool exposed by this server.
DebuggingThe Debugging tool exposed by this server.

How to install the Stampchain MCP MCP server

{
  "mcpServers": {
    "stampchain": {
      "command": "node",
      "args": ["/path/to/stampchain-mcp/dist/index.js"],
      "cwd": "/path/to/stampchain-mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18+ - npm or yarn
VariableDescriptionRequired
STAMPCHAIN_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Stampchain MCP to Prerequisites.
  • Use Stampchain MCP to Installation.
  • Use Stampchain MCP to Scripts.

Frequently asked questions

It connects Stampchain MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Prerequisites, Installation, Scripts, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Stampchain MCP directly.