Content
# 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`
```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](https://ordiscan.com/docs/api).
## Development
Install dependencies:
```bash
npm install
```
Build the server:
```bash
npm run build
```
For development with auto-rebuild:
```bash
npm run watch
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
antigravity-awesome-skills
The Ultimate Collection of 130+ Agentic Skills for Claude...
opik
Opik is a versatile tool for managing and tracking experiments in machine learning.