Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (debug, info, warn, error)info
MAGMA_API_KEYNoYour Amboss Magma API key (optional - supports anonymous access)
MAGMA_GRAPHQL_ENDPOINTNoMagma GraphQL endpointhttps://magma.amboss.tech/graphql

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
buy_lightning_liquidityA

Purchase inbound Lightning Network liquidity for a node via Amboss Magma.

This tool opens a channel TO your node, giving you receiving capacity. The liquidity purchase requires a minimum of $5.00 (500 cents).

Use this when you need to:

  • Increase your node's inbound liquidity

  • Accept Lightning payments

  • Open channels to your node

Parameters:

  • connection_uri: Your node's connection string (either just pubkey or pubkey@host:port) Examples:

  • usd_cents: Dollar amount in cents (minimum 500 = $5.00)

  • redirect_url: Optional URL to redirect after payment

  • private_channel: Optional boolean to create a private channel (default: false)

  • rails_cluster_only: Optional boolean to source only from Rails cluster (default: false)

Returns:

  • lightning_invoice: Lightning invoice to complete payment

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/AmbossTech/magma-mcp'

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