Stellar MCP Server
Available Tools

Available Tools

Every tool exposed by the Stellar MCP Server.

The server exposes two families of tools. Each tool name maps to a case in the request handler in src/index.ts.

Stellar Classic

ToolPurpose
stellar_create_accountCreate a new random keypair
stellar_balanceGet an account's balances
stellar_paymentSend a payment
stellar_transactionsGet an account's transaction history
stellar_create_assetCreate a custom asset
stellar_change_trustCreate or modify a trustline
stellar_create_claimable_balanceLock a balance behind claim predicates
stellar_claim_claimable_balanceClaim a claimable balance
stellar_fund_accountFund a Testnet account via Friendbot

See the Classic tools reference →

Soroban

ToolPurpose
soroban_build_and_optimizeBuild and optimize a contract from source
soroban_deployDeploy a compiled contract
soroban_retrieve_contract_methodsRetrieve a deployed contract's interface

See the Soroban tools reference →

On this page