Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UNISWAP_PRICES_RPC_URLNoOverride the Ethereum RPC endpoint. Default is https://ethereum-rpc.publicnode.com.https://ethereum-rpc.publicnode.com
UNISWAP_PRICES_HTTP_HOSTNoBind host for HTTP mode. Default is 127.0.0.1; Docker image sets to 0.0.0.0.127.0.0.1
UNISWAP_PRICES_HTTP_PORTNoBind port for HTTP mode. Default is 8000.8000
UNISWAP_PRICES_TRANSPORTNoTransport mode: 'stdio' (default) or 'http'.stdio

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_v1_reservesA

Reads the on-chain ETH/token reserves of a token's Uniswap V1 exchange.

Uniswap V1 pairs are always ETH<->token. token is a mainnet ERC20 contract address or a known symbol (e.g. "USDC", "DAI", "WBTC").

get_v2_reservesA

Reads the on-chain reserves of a Uniswap V2 pair via getReserves().

token_a/token_b are mainnet ERC20 contract addresses or known symbols (e.g. "WETH", "USDC").

get_v3_reservesA

Reads the on-chain reserves (pool token balances) of Uniswap V3 pool(s).

token_a/token_b are mainnet ERC20 contract addresses or known symbols. fee is the fee tier in hundredths of a bip (e.g. 3000 = 0.3%); if omitted, all standard fee tiers (100, 500, 3000, 10000) are checked and every pool that exists is returned.

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/ema-0/uniswap_prices'

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