Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RPC_URLNoOverride the default RPC endpoint.
LOG_LEVELNoLog level: debug, info, warn, error.info
STELLAR_NETWORKNoThe Stellar network to use: testnet, futurenet, or mainnet (read-only ops only on mainnet).testnet
SOROBAN_CLI_PATHNoPath 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

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 cargo test. Returns a structured pass/fail report (test name, status, duration, failure message).

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Network StatusCurrent ledger height and health for a Stellar network
Contract ABIContract ABI/spec parsed from the on-chain WASM metadata
Contract Transaction HistoryRecent transaction history for a contract

Latest Blog Posts

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