Summary
Bitcoin Stamps data, addressable in conversation.
Stamps and SRC-20 tokens live behind an API that rewards knowing its shape; this puts stamp, collection and token lookups one question away. It reads — nothing here mints, transfers or spends.
What it is
A TypeScript MCP server over the Stampchain API v2.3, giving a client read access to Bitcoin Stamps, stamp collections and SRC-20 token data.
What you get
- Details for a single stamp, and a feed of the most recently created stamps
- Search across stamps when you know a trait or a term but not the stamp number
- Collection lookup and collection search, for working at the set level rather than the item level
- SRC-20 token information and token search
- Inputs validated with Zod, so a malformed request fails at the boundary rather than downstream
Requirements
Node.js 18 or newer; no key is mentioned for the Stampchain API. It runs from a local build, on Ubuntu, Windows and macOS. The README's npm line names `stampchain-mcp`, which npm does not have.
