Stellar MCP Server for XDR-JSON provides Claude with tools to decode and understand Stellar blockchain data by converting XDR (External Data Representation) format to human-readable JSON. The server exposes three main tools: guessing XDR types, decoding arbitrary XDR data, and specifically decoding Stellar transactions. Built using the Model Context Protocol SDK and Stellar's XDR-JSON library, this implementation enables Claude to analyze blockchain transactions and contract events without requiring users to manually decode complex binary data, making it valuable for blockchain developers and analysts working with the Stellar network.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get the supported XDR types.
Get the JSON schema for an XDR type.
Guess what type Stellar XDR is, getting back a list of possible types.
Decode a Stellar XDR to JSON.
Encode a Stellar XDR from JSON.