Bitcoin SV MCP Server

MIT License
996
10
  • Apple
  • Linux

bsv_getPrice

Fetch the current Bitcoin SV (BSV) price in USD to calculate transaction values, monitor market conditions, or convert between BSV and fiat currencies using real-time data from a reliable exchange API.

Instructions

Retrieves the current price of Bitcoin SV (BSV) in USD from a reliable exchange API. This tool provides real-time market data that can be used for calculating transaction values, monitoring market conditions, or converting between BSV and fiat currencies.

Input Schema

NameRequiredDescriptionDefault
argsNoNo parameters required - simply returns the current BSV price in USD

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "additionalProperties": false, "description": "No parameters required - simply returns the current BSV price in USD", "properties": {}, "type": "object" } }, "type": "object" }
ID: 2tjvjasfmo