Skip to main content
Glama
kukapay

Bridge Metrics MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_chainsA
Fetch and return a list of all chain slugs from DeFiLlama in a table format, sorted by TVL in descending order.
No parameters required.
Returns a table of chains data with columns: name, gecko_id, tokenSymbol, chainId, tvl.
list_bridgesA
Fetch and return a list of all bridges from DeFiLlama in a table format, sorted by last24hVolume in descending order.
Parameters:
- include_chains: boolean (optional, default False) - Whether to include current previous day volume breakdown by chain.
Returns a table of bridges data with columns: id, name, displayName, last24hVolume, chains.
get_historical_volumesA
Fetch and return historical volumes for a bridge, chain, or specific bridge on a chain in a table format.
Parameters:
- chain: string (required) - Chain slug (from list_chains) or 'all' for all chains.
- bridge_id: integer (optional) - The ID of the bridge (obtain from list_bridges).
Returns a table of historical volumes with columns: date, depositUSD, withdrawUSD, depositTxs, withdrawTxs.
get_day_statsB
Fetch and return a 24hr token volume breakdown for a bridge on a specific day in a table format.
Parameters:
- timestamp: integer (required) - Unix timestamp for the day (data for 24hr period starting at 00:00 UTC).
- chain: string (required) - Chain slug (from list_chains).
- bridge_id: integer (optional) - The ID of the bridge (obtain from list_bridges).
Returns a table of token stats with columns: token id, symbol, decimals, deposit amount, deposit usd value, withdraw amount, withdraw value, sorted by deposit usd value in descending order.
get_transactionsA
Fetch and return all transactions for a bridge within a specified date range in a table format.
Parameters:
- bridge_id: integer (required) - The ID of the bridge (obtain from list_bridges).
- start_timestamp: integer (optional) - Start Unix timestamp for the date range.
- end_timestamp: integer (optional) - End Unix timestamp for the date range.
- source_chain: string (optional) - Filter transactions bridging from this source chain.
- address: string (optional) - Filter transactions where this address is 'from' or 'to' (format: {chain}:{address}).
- limit: integer (optional) - Limit number of transactions returned (max 6000).
Returns a table of transaction data with key metrics.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_bridge_volume Analyze the volume data for a specific bridge. Parameters: - bridge_name: The name of the bridge. - data: Table or JSON string of volume data from tools like get_bridge_summary or get_historical_volumes.
compare_bridges Compare two bridges based on a specific metric. Parameters: - bridge1: Name or ID of the first bridge. - bridge2: Name or ID of the second bridge. - metric: The metric to compare (e.g., 'weeklyVolume', 'monthlyVolume', default 'weeklyVolume').

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/kukapay/bridge-metrics-mcp'

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