Stellar MCP
JSON →Interact with the Stellar blockchain, manage accounts, and execute smart contracts on Stellar Classic and Soroban.
Install
npx @modelcontextprotocol/inspector Tools · 12
- stellar_create_account Create a new Stellar account
- stellar_balance Get the balance of a Stellar account
- stellar_payment Send a payment to another account
- stellar_transactions Get transaction history for an account
- stellar_create_asset Create a new asset on the Stellar network
- stellar_change_trust Change trustline for an asset
- stellar_create_claimable_balance Create a claimable balance that can be claimed by specified accounts under certain conditions
- stellar_claim_claimable_balance Claim a claimable balance using its ID
- stellar_fund_account Fund a test account using the Friendbot (testnet only)
- soroban_build_and_optimize Build and optimize Soroban smart contracts
- soroban_deploy Deploy Soroban smart contracts to the Stellar network
- soroban_retrieve_contract_methods Retrieve the complete interface of a deployed Soroban smart contract
Environment variables
STELLAR_SERVER_URL
Links
★ 17 GitHub stars