Stellar MCP Server for XDR

An MCP server that decodes Stellar XDR into JSON for agents to interpret and act on.
  • typescript

2

GitHub Stars

typescript

Language

4 months ago

First Indexed

3 weeks ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "leighmcculloch-mcp-stellar-xdr": {
      "command": "npx",
      "args": [
        "deno",
        "run",
        "--allow-read",
        "https://github.com/leighmcculloch/mcp-stellar-xdr/raw/refs/heads/main/mcp-stellar-xdr.ts"
      ]
    }
  }
}

Available tools

mcp_stellar-xdr_types

Returns the supported Stellar XDR types that the server can decode or analyze.

mcp_stellar-xdr_json_schema

Provides the JSON schema for a specified Stellar XDR type so you can validate and structure your payloads.

mcp_stellar-xdr_guess

Guesses the most likely Stellar XDR types for a given input, returning a list of possible matches.

mcp_stellar-xdr_decode

Decodes Stellar XDR input into a structured JSON representation for downstream processing.

mcp_stellar-xdr_encode

Encodes a JSON representation back into Stellar XDR.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational