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
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments