Ordiscan MCP Server
by ordiscan
A model context protocol server for getting information about Ordinals and Runes on Bitcoin. It allows applications like Claude to access data about Ordinals and Runes.
Last updated: N/A
What is Ordiscan MCP Server?
Ordiscan MCP Server is a Model Context Protocol (MCP) server that provides information about Ordinals and Runes on the Bitcoin blockchain. It acts as an interface between applications and the Ordiscan API, allowing them to retrieve data about these digital assets.
How to use Ordiscan MCP Server?
To use the server with Claude Desktop, add the provided server configuration to the claude_desktop_config.json
file. You will also need an Ordiscan API key, which can be obtained for free from the Ordiscan website. The configuration specifies the command to run the server and the environment variables it requires.
Key features of Ordiscan MCP Server
Provides data about Ordinals
Provides data about Runes
Integrates with Ordiscan API
Supports Model Context Protocol
Easy installation with Claude Desktop
Use cases of Ordiscan MCP Server
Enhance AI models with Bitcoin Ordinals and Runes data
Integrate Ordinals and Runes information into applications
Provide context for AI assistants regarding Bitcoin assets
Enable AI-powered analysis of Ordinals and Runes trends
FAQ from Ordiscan MCP Server
What is an Ordiscan API key?
What is an Ordiscan API key?
An Ordiscan API key is required to access the Ordiscan API, which provides the data for the MCP server. You can obtain one for free from the Ordiscan website.
Where do I find the claude_desktop_config.json
file?
Where do I find the claude_desktop_config.json
file?
The file is located in ~/Library/Application Support/Claude/
on MacOS and %APPDATA%/Claude/
on Windows.
How do I install the server?
How do I install the server?
The server is run using npx ordiscan-mcp@latest
as specified in the configuration. Ensure Node.js and npm are installed.
Can I contribute to the development of the server?
Can I contribute to the development of the server?
Yes, you can install dependencies with npm install
, build the server with npm run build
, and use npm run watch
for development with auto-rebuild.
What are Ordinals and Runes?
What are Ordinals and Runes?
Ordinals and Runes are protocols on the Bitcoin blockchain that allow for the creation and management of digital assets, such as NFTs and tokens.
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a way for AI models to access external data sources to provide more informed and relevant responses.