MCP.so
ログイン

Ordiscan MCP Server

@ordiscan

Ordiscan MCP Server について

An MCP server for getting information about Ordinals and Runes on Bitcoin

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

ordiscan

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "ordiscan": {
      "command": "npx",
      "args": [
        "ordiscan-mcp@latest"
      ],
      "env": {
        "ORDISCAN_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Ordiscan MCP Server?

A Model Context Protocol server that provides information about Ordinals and Runes on the Bitcoin blockchain. It is designed for developers using AI assistants like Claude that support the MCP protocol.

How to use Ordiscan MCP Server?

Configure the server in your Claude Desktop configuration file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%/Claude/claude_desktop_config.json) with the npx command ordiscan-mcp@latest and an ORDISCAN_API_KEY environment variable. Obtain a free API key from ordiscan.com/docs/api.

Key features of Ordiscan MCP Server

  • Access Ordinals and Runes data on Bitcoin
  • Integrates with MCP‑compatible clients (e.g., Claude Desktop)
  • Requires only an API key and Node.js to run

Use cases of Ordiscan MCP Server

  • Querying Ordinal inscriptions and Rune token information via an AI assistant
  • Building Bitcoin data‑aware chat experiences
  • Enabling natural‑language queries about Bitcoin digital artifacts

FAQ from Ordiscan MCP Server

What does Ordiscan MCP Server do?

It provides a Model Context Protocol interface for retrieving information about Ordinals and Runes on the Bitcoin network.

Do I need an API key?

Yes, you must obtain a free API key from Ordiscan and set it as the ORDISCAN_API_KEY environment variable.

How do I install and run Ordiscan MCP Server?

Install by running npm install in the cloned repository, build with npm run build, and start with the provided configuration. For development, use npm run watch for auto‑rebuild.

Which runtime or dependencies are required?

Node.js and npm are required. The server is launched via npx and the ordiscan-mcp@latest package.

Where does the data come from?

The server uses the Ordiscan API to fetch Ordinals and Runes data; your API key authenticates requests.

コメント

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