SkillAgentSearch skills...

ordiscan-mcp

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

Install / Use

claude mcp add ordiscan -- npx -y github:ordiscan/ordiscan-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

51/100

Supported Platforms

Claude Code
Claude Desktop

Tags

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
{
  "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:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks4

Languages

TypeScript

Security Score

68/100

Audited on Apr 2, 2025

2 medium1 low1 info