Bitcoin SV MCP Server

MIT License
996
10
  • Apple
  • Linux

ordinals_getInscription

Retrieve detailed inscription data, including content type, file info, origin, and status, by specifying the outpoint. Use this tool to verify NFT authenticity or explore metadata of digital artifacts on the Bitcoin SV blockchain.

Instructions

Retrieves detailed information about a specific ordinal inscription by its outpoint. Returns complete inscription data including content type, file information, inscription origin, and current status. Useful for verifying NFT authenticity or retrieving metadata about digital artifacts.

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": false, "properties": { "outpoint": { "description": "Outpoint in format 'txid_vout'", "type": "string" } }, "required": [ "outpoint" ], "type": "object" } }, "required": [ "args" ], "type": "object" }

You must be authenticated.

Other Tools from Bitcoin SV MCP Server

Related Tools

ID: 2tjvjasfmo