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.

评论

其他 分类下的更多 MCP 服务器