Skip to main content
Glama

Bitcoin SV MCP Server

by b-open-io

ordinals_getTokenByIdOrTicker

Fetch detailed BSV-20 token data by ID or ticker symbol using this Bitcoin SV tool. Verify authenticity, check supply metrics, and access token status for accurate blockchain insights.

Instructions

Retrieves detailed information about a specific BSV-20 token by its ID or ticker symbol. Returns complete token data including ticker symbol, supply information, decimals, and current status. This tool is useful for verifying token authenticity or checking supply metrics.

Input Schema

NameRequiredDescriptionDefault
argsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": false, "properties": { "id": { "description": "BSV20 token ID in outpoint format (txid_vout)", "type": "string" }, "tick": { "description": "BSV20 token ticker symbol", "type": "string" } }, "type": "object" } }, "required": [ "args" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/b-open-io/bsv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server