Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP server port4021
LOG_LEVELNoLog level: debug, info, warn, errorinfo
TRANSPORTNoTransport mode: stdio or httpstdio
OZ_API_KEYNoOpenZeppelin facilitator API key (required for HTTP mode)
HORIZON_URLNoHorizon API URLhttps://horizon-testnet.stellar.org
SOROBAN_RPC_URLNoSoroban RPC URL (used by ReflectorOracle and SEP-41 support)
STELLAR_NETWORKNoStellar network: testnet or pubnettestnet
OZ_FACILITATOR_URLNoOpenZeppelin x402 facilitator URL (required for HTTP mode)
REFLECTOR_CONTRACT_IDNoReflector oracle contract ID on Stellar (enables ReflectorOracle in PriceAggregator)
STELLAR_PAYEE_ADDRESSNoYour Stellar address for receiving payments (required for HTTP mode)

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
getAccountA

Get Stellar account details including balances, thresholds, and signers

getTransactionsB

Get recent transactions for a Stellar account

getPaymentsC

Get recent payments for a Stellar account

getOrderbookA

Get Stellar DEX orderbook for an asset pair with spread and midprice

getTradeAggregationsB

Get OHLC trade aggregation data for a Stellar DEX asset pair

getAssetInfoA

Get metadata for a Stellar asset including supply, accounts, and flags

getNetworkStatusA

Get Stellar network status (free — no payment required)

getLedgerB

Get details of a specific Stellar ledger by sequence number

getEffectsC

Get recent effects for a Stellar account

getOffersA

Get open DEX offers for a Stellar account

getOperationsB

Get recent operations for a Stellar account

getLiquidityPoolsC

Get Stellar liquidity pools

getClaimableBalancesC

Get claimable balances for a Stellar account

getPriceB

Get the current price for a Stellar asset pair from SDEX orderbook or recent trades

getPriceHistoryA

Get OHLC price history for a Stellar asset pair from SDEX trade aggregations

getVWAPA

Get volume-weighted average price for a Stellar asset pair from SDEX trade aggregations

getSorobanTokenInfoA

Get SEP-41 Soroban token metadata (symbol, name, decimals) and optionally a balance for a Stellar account. Requires SOROBAN_RPC_URL to be configured.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 17 tools

Disambiguation2/5

Most tools are clearly distinct, but getTradeAggregations and getPriceHistory both provide OHLC data from SDEX trade aggregations, making their boundary unclear. getPrice and getOrderbook also overlap around price discovery, so an agent could easily select the wrong tool for a price query.

Naming Consistency5/5

All tools follow a consistent camelCase verb_noun pattern using 'get' plus the resource name, such as getAccount, getLedger, and getLiquidityPools. There is no mixing of naming conventions or ambiguous verb styles.

Tool Count3/5

At 17 tools, the server sits in the 'heavy' range, though each tool does target a distinct Stellar data resource. The count is defensible for a broad read-only Stellar data API but is slightly more than the typical well-scoped server.

Completeness4/5

The server covers a wide range of Stellar data resources: accounts, transactions, payments, operations, effects, ledgers, assets, DEX orderbooks, trades, offers, liquidity pools, claimable balances, network status, and Soroban token info. Minor gaps exist, such as fetching a single transaction by hash or listing ledgers, but most core read-only workflows are covered.

Maintenance

ActivityInactive
ResponsivenessNo issues