MCP ExplorerExplorer

Mcp Stellar Xdr Json

@leighmccullochon 9 months ago
2 Apache-2.0
FreeCommunity
AI Systems
A Claude MCP exposing an interface to Stellar XDR-JSON

Overview

What is Mcp Stellar Xdr Json

mcp-stellar-xdr-json is a Claude MCP server that provides tools for converting Stellar XDR-JSON, enabling the Claude model to understand the meaning of XDR.

Use cases

Use cases include understanding Stellar transactions, analyzing contract events, and facilitating communication between different systems using Stellar XDR-JSON.

How to use

To use mcp-stellar-xdr-json with Claude Desktop, add the server configuration to the specified JSON file and reopen the application. For Claude Code, add the server configuration using the provided command and then reopen the application.

Key features

Key features include Stellar XDR-JSON conversion tools, compatibility with Claude models, and easy integration with both Claude Desktop and Claude Code.

Where to use

mcp-stellar-xdr-json can be used in applications requiring Stellar network interactions, such as blockchain development, financial services, and data analysis.

Content

Stellar MCP Server for XDR-JSON

A Claude Model Context Protocol (MCP) server that exposes Stellar XDR-JSON conversion tools, that Claude can use to understand what XDR means.

Usage (Claude Desktop)

To use with Claude Desktop:

  1. Add the server config:

    On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    On Windows: %APPDATA%/Claude/claude_desktop_config.json

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

Usage (Claude Code)

  1. Add the server config:

    claude mcp add \
      --transport stdio \
      --scope user \
      mcp-stellar-xdr-json \
      -- \
      npx deno run --allow-read https://github.com/leighmcculloch/mcp-stellar-xdr-json/raw/refs/heads/main/mcp-stellar-xdr-json.ts
    
  2. Reopen Claude Code.

Example

Understanding a Transaction

https://github.com/user-attachments/assets/8c4eef81-9109-432d-8be6-8e24ead74eef

Understanding a Contract Event

https://github.com/user-attachments/assets/91523c7e-652e-46f8-92af-2315f408e32d

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers