- Explore MCP Servers
- stellar-mcp-xdr-json
Stellar Mcp Xdr Json
What is Stellar Mcp Xdr Json
stellar-mcp-xdr-json is a Claude MCP server that provides tools for converting Stellar XDR-JSON, enabling the Claude model to interpret XDR data effectively.
Use cases
Use cases include understanding Stellar transactions, analyzing contract events, and facilitating communication between different components of a blockchain application.
How to use
To use stellar-mcp-xdr-json with Claude Desktop, add the server configuration to the appropriate config file and reopen the application. For Claude Code, use the command line to add the server configuration and then reopen the application.
Key features
Key features include the ability to convert Stellar XDR-JSON data, integration with Claude models, and support for user-friendly configuration on different operating systems.
Where to use
stellar-mcp-xdr-json can be used in blockchain applications, financial services that require Stellar network interactions, and any system needing to interpret Stellar XDR data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Stellar Mcp Xdr Json
stellar-mcp-xdr-json is a Claude MCP server that provides tools for converting Stellar XDR-JSON, enabling the Claude model to interpret XDR data effectively.
Use cases
Use cases include understanding Stellar transactions, analyzing contract events, and facilitating communication between different components of a blockchain application.
How to use
To use stellar-mcp-xdr-json with Claude Desktop, add the server configuration to the appropriate config file and reopen the application. For Claude Code, use the command line to add the server configuration and then reopen the application.
Key features
Key features include the ability to convert Stellar XDR-JSON data, integration with Claude models, and support for user-friendly configuration on different operating systems.
Where to use
stellar-mcp-xdr-json can be used in blockchain applications, financial services that require Stellar network interactions, and any system needing to interpret Stellar XDR data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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:
-
Add the server config:
On macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonOn 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" ] } } } -
Reopen Claude Desktop.
Usage (Claude Code)
-
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 -
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










