trackmcp
Back to directory
ordiscan

ordiscan-mcp

View on GitHub

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

6 stars TypeScriptAI & Machine Learning Updated Oct 14, 2025
aibitcoinmcpmcp-serverordinals

Documentation

Ordiscan MCP Server

A model context protocol server for getting information about Ordinals and Runes on Bitcoin

https://github.com/user-attachments/assets/9dddacdf-add0-4a96-8444-5e0803e695a7

Installation

To use with Claude Desktop, add the server config:

  • On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
  • On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
json
{
  "mcpServers": {
    "ordiscan": {
      "command": "npx",
      "args": [
        "ordiscan-mcp@latest"
      ],
      "env": {
        "ORDISCAN_API_KEY": "YOUR_API_KEY"
      }
    },

  }
}

Note that you need an Ordiscan API key, which you can obtain for free here.

Development

Install dependencies:

bash
npm install

Build the server:

bash
npm run build

For development with auto-rebuild:

bash
npm run watch

Frequently asked questions

What is ordiscan-mcp?

ordiscan-mcp is An MCP server for getting information about Ordinals and Runes on Bitcoin

How do I install ordiscan-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is ordiscan-mcp open source?

Yes — it is hosted on GitHub at https://github.com/ordiscan/ordiscan-mcp and has 6 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP