MCP.so
Sign In

Ordiscan MCP Server

@ordiscan

About Ordiscan MCP Server

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

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

17

Get a list of the oldest or newest inscriptions

Get inscription info

Get the traits of an inscription

Generate a link to prepare for the inscription of the content

Get sat info

Get a list of the oldest or newest runes

Get rune info

Generate a link that lets the user mint a specific rune

Get the latest price of a rune

Get the unlock date/block for a specific rune name

Get info about an Ordinals collection

Get all inscription IDs owned by a Bitcoin address

Get the rune balances of a Bitcoin address

Get the BRC-20 balances of a Bitcoin address

Get the rare sats for a Bitcoin address

Get inscriptions in a transaction

Get runes in a transaction

Overview

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.

Frequently asked questions

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.

Comments

More Other MCP servers