ss-mcp
The Satstream MCP Server is a specialized interface for accessing Bitcoin blockchain data via the Model Context Protocol. It offers a range of functions for querying various types of data, from address and blockchain information to ordinals and runes. The server requires a Satstream API key and is built with Bun for fast performance.
Satstream MCP Server
A server implementing the Model Context Protocol (MCP) providing access to Satstream's Bitcoin data API. It supports various MCP functions for querying Bitcoin-related data such as addresses, blockchain, transactions, mempool, ordinals, and runes.
Setup
- Install dependencies through
bun install
. - Run the server by setting
SATSTREAM_API_KEY
and executingbun run index.ts
.
About Satstream
Satstream offers a comprehensive Bitcoin blockchain API service. Users need a Satstream API key to use the server.
Available MCP Functions
- Address Functions: Retrieve Bitcoin address info, balance, transaction history, and validate addresses.
- Blockchain Functions: Gain blockchain stats, block information, and transaction details.
- Mempool Functions: Access mempool statistics and list transactions.
- Ordinals and Runes Functions: Explore ordinals inscriptions and rune data.
MCP Integration
This server is compatible with Cursor or other MCP-supporting environments.