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.

评论

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