Soroban MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPC_URL | No | Override the default RPC endpoint. | |
| LOG_LEVEL | No | Log level: debug, info, warn, error. | info |
| STELLAR_NETWORK | No | The Stellar network to use: testnet, futurenet, or mainnet (read-only ops only on mainnet). | testnet |
| SOROBAN_CLI_PATH | No | Path to the Soroban/Stellar CLI binary. | stellar |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| build_contractA | Builds a Soroban smart contract project using the Stellar CLI. Returns structured compiler diagnostics (file, line, error code, message) — not raw rustc text. |
| run_testsA | Runs the Soroban contract test suite with |
| get_account_infoA | Returns balance, sequence number, and signers for a Stellar account. Includes a testnet funding link if the account is not found. |
| get_contract_stateA | Reads and returns storage entries (persistent, instance, temporary) for a Soroban contract. Keys and values are decoded to human-readable strings where possible. |
| deploy_contractA | Deploys a compiled .wasm file to testnet or futurenet using the Stellar CLI. Returns the contract ID and transaction hash. Mainnet is intentionally not supported here. |
| invoke_contractA | Simulates a Soroban contract function call via RPC. Returns the function result AND simulated resource cost (CPU instructions, memory, min fee). For read-only calls no signing is needed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Network Status | Current ledger height and health for a Stellar network |
| Contract ABI | Contract ABI/spec parsed from the on-chain WASM metadata |
| Contract Transaction History | Recent transaction history for a contract |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firstJOASH/soroban-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server