ordiscan
An MCP server for getting information about Ordinals and Runes on Bitcoin
claude mcp add --transport stdio ordiscan-ordiscan-mcp npx ordiscan-mcp@latest \ --env ORDISCAN_API_KEY="YOUR_API_KEY"
How to use
Ordiscan MCP Server is a model context protocol service that provides information about Ordinals and Runes on Bitcoin. It exposes capabilities to fetch and contextualize data related to ordinal inscriptions and rune metadata, enabling supported clients to request relevant contextual information during conversations. To use it, configure your MCP client (e.g., Claude Desktop) to load the server by adding the ordiscan entry to your MCP configuration, supplying your Ordiscan API key. Once the server is running, you can send queries through the MCP interface to retrieve ordinal/rune details, such as inscription status, metadata, and related attributes, which can be incorporated into model-assisted responses.
The server is invoked via npx with the ordiscan-mcp package. You will need an API key from Ordiscan (free tier available) and include it in the environment when starting the server. After configuration, clients can rely on the server to provide up-to-date ordinal and rune information as part of the model’s context while composing replies.
How to install
Prerequisites:
- Node.js and npm installed on your system.
- Access to the internet to fetch the ordiscan-mcp package from npm.
Installation steps:
- Install dependencies (project root):
npm install
- Build the server (if the package provides a build step):
npm run build
- Run the MCP server via npx with proper configuration. Set your Claude/MCP config to include the ordiscan server (as shown in the README):
{
"mcpServers": {
"ordiscan": {
"command": "npx",
"args": [
"ordiscan-mcp@latest"
],
"env": {
"ORDISCAN_API_KEY": "YOUR_API_KEY"
}
}
}
}
- (Optional) For development with auto-rebuild, you can run:
npm run watch
- Ensure the MCP server is reachable by your client (Claude Desktop or other MCP-compliant client) by placing the configuration in the appropriate path (macOS key: ~/Library/Application Support/Claude/claude_desktop_config.json or Windows: %APPDATA%/Claude/claude_desktop_config.json).
Note: Replace YOUR_API_KEY with a valid Ordiscan API key. The exact commands may vary slightly depending on your environment and the packaging of ordiscan-mcp.
Additional notes
Tips and common notes:
- You must obtain an Ordiscan API key to access the service; without it the MCP server will not be able to fetch data.
- In Claude Desktop, ensure the config file path is correct for your OS so the server is loaded at startup.
- The npm_package name to install via npx is ordiscan-mcp; use the latest tag to keep features up to date.
- If you encounter network or API authentication errors, verify that ORDISCAN_API_KEY is correctly set in the environment where the MCP server runs.
- If building locally, use npm run build prior to starting the server to ensure all assets are prepared.
- This MCP server relies on external Ordiscan endpoints; latency or API changes on Ordiscan’s side may affect response times or available data.
Related MCP Servers
mcp-graphql
Model Context Protocol server for GraphQL
mcp-google-map
A powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
systemprompt-code-orchestrator
MCP server for orchestrating AI coding agents (Claude Code CLI & Gemini CLI). Features task management, process execution, Git integration, and dynamic resource discovery. Full TypeScript implementation with Docker support and Cloudflare Tunnel integration.
pluggedin-app
The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude, Cursor, etc.) under one roof.
rohlik
MCP server that lets you shop groceries across the Rohlik Group platforms (Rohlik.cz, Knuspr.de, Gurkerl.at, Kifli.hu, Sezamo.ro)
mcp -js
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.