MCP Servers / database / Stellar MCP

Stellar MCP

JSON →
none17database

Interact with the Stellar blockchain, manage accounts, and execute smart contracts on Stellar Classic and Soroban.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: stellar-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envSTELLAR_SERVER_URL
Resources
Stellar MCP — MCP Server · libregistry