Skip to main content
Glama

Bitcoin MCP Server

by JamesANZ
MIT License
426

validate_address

Check the validity of a Bitcoin address using the Bitcoin MCP Server. Ensure the address format is correct and compatible with the Bitcoin network before use.

Instructions

Validate a Bitcoin address

Input Schema

NameRequiredDescriptionDefault
addressYesThe Bitcoin address to validate

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The Bitcoin address to validate", "type": "string" } }, "required": [ "address" ], "type": "object" }
Install Server

Other Tools from Bitcoin MCP Server

Related Tools

    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/JamesANZ/bitcoin-mcp'

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