Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEY_FOR_MCPNoOptional Anthropic API key for the scorecard tool. Falls back to returning raw protocol metadata if not set.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_chain_defi_statusA

High-level DeFi stats for any major chain (default: Ethereum). Returns total TVL, native token, top 5 protocols by TVL. Supports Ethereum, Cardano, Solana, Arbitrum, Optimism, Base, Polygon, etc.

get_protocol_tvlA

TVL + 1d/7d/30d changes for any DefiLlama-listed protocol. Optional chain filter narrows to protocols deployed on that chain.

list_top_protocolsA

Top DeFi protocols by TVL on a given chain. Default: Ethereum top 10. Use this for discovery before calling get_protocol_tvl.

get_rwa_landscapeA

Overview of the RWA (Real-World Assets) category: total TVL, split by sub-segment (tokenized treasuries / private credit / other), top issuers per segment, chain distribution. Most RWA TVL is on Ethereum.

list_top_rwa_protocolsB

Top RWA protocols by TVL — ranked across all chains. Annotates each with its segment (tokenized_treasury / private_credit / other) and primary chain. Returns BUIDL, OUSG, Ondo, Maple, Centrifuge, etc.

get_rwa_protocol_detailA

Detailed view of a specific RWA protocol: TVL, momentum, chain spread, segment classification, and whether a signed trust attestation is available for it on this server.

score_protocol_positioningA

FREE positioning teardown — scores a DeFi protocol on 5 dimensions (messaging clarity, niche specificity, TVL momentum, category fit, cross-chain reach). Returns a structured scorecard + recommended next action. This is the free tier; for a full teardown ask the upsell CTA in the response.

list_signed_rwa_attestationsA

List every RWA protocol this server has a signed trust attestation for. Returns the manifest: 8+ protocols (BlackRock BUIDL, Ondo OUSG/USDY, Maple, Centrifuge, Hashnote USYC, Superstate, Spiko, …) with attestation IDs, timestamps, policy version, and proof_provenance.

get_signed_rwa_attestationA

Signed RWA trust attestation (summary view) for a specific protocol or the most recent if no protocol_slug is given. Includes ed25519 verification metadata (canonical JSON, sub-agent + orchestrator signatures, supersedes-chain hash).

get_signed_rwa_attestation_fullA

Full signed RWA attestation document for a specific protocol — every proof_element, agent_signature, and orchestrator_signature. Use this when you want to independently verify the chain cryptographically.

get_onchain_anchorA

On-chain anchor for a signed RWA attestation. Returns the Base tx hash + block + Basescan explorer URL so any caller can independently fetch the tx, decode the calldata, and verify the attestation's content hash matches what's permanently anchored on-chain. Returns anchored: false if the attestation hasn't been anchored yet (the off-chain ed25519 signatures remain fully valid either way).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/defibabylon/rwa-attest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server