Satstream MCP Server
@satstream
Satstream MCP Server について
MCP Server for Satstream API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ss-mcp": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント