Satstream MCP Server
@satstream
About Satstream MCP Server
MCP Server for Satstream API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ss-mcp": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Satstream MCP Server?
The Satstream MCP Server is a Model Context Protocol (MCP) server that provides access to the Satstream Bitcoin blockchain data API, including transactions, addresses, blocks, Ordinals inscriptions, and Runes tokens. It is designed for developers and AI assistants who need real-time Bitcoin data through the MCP protocol.
How to use Satstream MCP Server?
Install dependencies with bun install. Run the server by setting the environment variable SATSTREAM_API_KEY and executing bun run index.ts, or pass the API key as a command line argument: bun run index.ts your-api-key-here. Use the server with Cursor or any environment that supports the Model Context Protocol.
Key features of Satstream MCP Server
- Query Bitcoin address details, balance, UTXOs, and validation
- Retrieve transaction history and block information
- Access mempool statistics and unconfirmed transactions
- Support for Ordinals inscriptions and Runes tokens
- MCP protocol integration for AI assistant use
- Free tier available with rate limits
Use cases of Satstream MCP Server
- Checking Bitcoin address balances and transaction history
- Validating Bitcoin addresses
- Retrieving Ordinals inscription data
- Looking up Runes token information
- Monitoring mempool activity
FAQ from Satstream MCP Server
What is Satstream?
Satstream is a comprehensive Bitcoin blockchain API service that provides access to real-time blockchain data, including transactions, addresses, blocks, Ordinals inscriptions, and Runes tokens.
How do I get an API key?
Visit the Satstream documentation at https://docs.satstream.io, sign up for an account, and generate an API key from your dashboard.
What functions are available in this server?
Available functions include address details (address_get), balance (address_balance_get), UTXOs (address_outputs_get), validation (address_validate), transaction history (address_deltas_get), block info (block_get), blockchain stats (blockchain_info), transaction details (transaction_get), mempool info and transactions, Ordinals inscription data (ordinals_inscription_get), and Runes token info (rune_get, runes_latest_get, runes_page_get).
What runtime does this server require?
The server requires Bun (a fast all-in-one JavaScript runtime) to install dependencies and run.
Is there a free tier available?
Yes, the free tier provides access to basic functionality with rate limits, while paid plans offer higher rate limits and additional features.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments