MCP.so
ログイン

Satstream MCP Server

@satstream

Satstream MCP Server について

MCP Server for Satstream API

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

satstream

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ