Skip to main content
Glama

Bitcoin SV MCP Server

by b-open-io
constants.ts547 B
/** * Constants for BSV MCP Tools */ /** * Market fee percentage applied to all marketplace purchases * Expressed as a decimal (e.g., 0.03 = 3%) */ export const MARKET_FEE_PERCENTAGE = 0.03; /** * Market wallet address where fees are sent * This is the recipient address for marketplace fees */ export const MARKET_WALLET_ADDRESS = "15q8YQSqUa9uTh6gh4AVixxq29xkpBBP9z"; /** * Minimum fee in satoshis * Market fee will never be less than this amount */ export const MINIMUM_MARKET_FEE_SATOSHIS = 10000; // 10000 satoshis = 0.0001 BSV

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