Documentation
README
Stellar MCP Tools
Claude has direct access to the Stellar blockchain, filesystem, and GitHub through MCP servers configured in .mcp.json.
Available MCP Servers
stellar-rpc
Direct blockchain queries without leaving the conversation.
Tools available:
- get_account(address) → account balance, sequence, signers
- get_contract_data(id, key) → contract storage entry
- simulate_transaction(xdr) → simulate before submitting
- send_transaction(xdr) → submit signed transaction
- get_events(contractId) → query contract events
- get_ledger_entries(keys) → raw ledger entries
This is the opening of the README. Read the full README on GitHub.