Overview
Features
stellar_create_account
Create a new Stellar account to enable further operations like balance checks and payments.
stellar_balance
Query the balance for a given Stellar public key, including native XLM and assets.
stellar_payment
Send payments between accounts with optional custom asset details, including destination, amount, and source secretKey.
stellar_transactions
Retrieve transaction history for a specific account.
soroban_build_and_optimize
Build and optimize Soroban smart contracts, discovering WASM files and producing build/optimization logs.
soroban_deploy
Deploy compiled Soroban WASM to the Stellar network, with optional constructor arguments.
soroban_retrieve_contract_methods
Retrieve the complete interface of a deployed Soroban contract, including methods, parameters, and return types.
MCP Inspector debugging
Debug and monitor all interactions between LLMs and the Stellar network via the MCP Inspector, with real-time visibility.
Who Is This For?
- LLM developers:Use Stellar MCP to empower AI agents to manage accounts, assets, and contracts.
- Blockchain developers:Integrate Stellar operations into apps for accounts, payments, assets, and Soroban contracts.
- QA testers:Test and debug Stellar interactions and MCP workflows using Inspector tooling.




