Bridge Metrics MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_chainsA | |
| list_bridgesA | |
| get_historical_volumesA | |
| get_day_statsB | |
| get_transactionsA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clear distinct purpose: listing bridges/chains, daily token stats, historical aggregate volumes, and transaction details. No two tools overlap in functionality.
All tool names follow a consistent 'verb_noun' pattern in snake_case: 'get_' for data retrieval and 'list_' for enumeration. No mixing of styles or vague verbs.
5 tools is well-scoped for the domain of bridge metrics. It covers discovery (list_bridges, list_chains) and detailed queries (day stats, historical volumes, transactions) without being overwhelming or sparse.
The tool set provides comprehensive coverage for a read-only bridge metrics API: listing all bridges and chains, retrieving daily token breakdowns, historical aggregate volumes, and individual transactions with filters. No obvious gaps for typical use cases.