Skip to main content
Glama

Server Details

Wormhole - 69 tools for cross-chain transfers and bridge data

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/wormhole-mcp
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • Addedfind_delegate_observations_by_chain
    • Addedfind_delegate_observations_by_emitter
    • Addedfind_delegate_observations_by_guardian
    • Addedfind_delegate_observations_by_sequence
  2. 69 tool updates
    • First observedapi_v1_native_token_transfer_activity
    • First observedapi_v1_native_token_transfer_summary
    • First observedapi_v1_native_token_transfer_token_list
    • First observedapi_v1_native_token_transfer_top_address
    • First observedapi_v1_native_token_transfer_top_holder
    • First observedapi_v1_native_token_transfer_transfer_by_time
    • First observedapi_v1_top_100_corridors
    • First observedapplication_activity
    • First observedcirculating_supply
    • First observedfind_address_by_id
    • First observedfind_all_vaas
    • First observedfind_duplicated_vaa_by_id
    • First observedfind_global_transaction_by_id
    • First observedfind_observations
    • First observedfind_observations_by_chain
    • First observedfind_observations_by_emitter
    • First observedfind_observations_by_id
    • First observedfind_observations_by_sequence
    • First observedfind_relay_by_vaa_id
    • First observedfind_vaa_by_id
    • First observedfind_vaas_by_chain
    • First observedfind_vaas_by_emitter
    • First observedget_last_transactions
    • First observedget_operation_by_id
    • First observedget_operations
    • First observedget_protocol_network_pairs
    • First observedget_protocol_trending_tokens
    • First observedget_scorecards
    • First observedget_secured_tokens
    • First observedget_token_by_chain_and_address
    • First observedget_top_assets_by_volume
    • First observedget_top_chain_pairs_by_num_transfers
    • First observedget_top_protocols_stats
    • First observedget_transaction_by_id
    • First observedget_vaa_counts
    • First observedget_version
    • First observedgovernor_available_notional_by_chain
    • First observedgovernor_config
    • First observedgovernor_config_by_guardian_address
    • First observedgovernor_enqueued_vaas
    • First observedgovernor_max_notional_available_by_chain
    • First observedgovernor_notional_available
    • First observedgovernor_notional_available_by_chain
    • First observedgovernor_notional_limit
    • First observedgovernor_notional_limit_detail
    • First observedgovernor_notional_limit_detail_by_chain
    • First observedgovernor_status
    • First observedgovernor_status_by_guardian_address
    • First observedgovernor_vaas
    • First observedguardian_set
    • First observedguardians_enqueued_vaas
    • First observedguardians_enqueued_vaas_by_chain
    • First observedguardians_find_signed_batch_vaa
    • First observedguardians_find_signed_vaa
    • First observedguardians_hearbeats
    • First observedguardians_is_vaa_enqueued
    • First observedguardians_token_list
    • First observedhealth_check
    • First observedlist_transactions
    • First observedlive_tracking_subscribe
    • First observedparse_vaa
    • First observedready_check
    • First observedsearch_operations
    • First observedsupply_info
    • First observedswagger
    • First observedtop_symbols_by_volume
    • First observedtotal_supply
    • First observedx_chain_activity
    • First observedx_chain_activity_tops

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.5/5.0
Disambiguation2/5

Many tools have overlapping purposes, causing significant ambiguity. For example, multiple tools like 'find_vaa_by_id', 'find_duplicated_vaa_by_id', and 'get_transaction_by_id' all seem to retrieve VAA-related data with unclear distinctions. Similarly, governor-related tools (e.g., 'governor_notional_available_by_chain', 'governor_max_notional_available_by_chain') have overlapping scopes, making it hard for an agent to choose the right one without deep domain knowledge.

Naming Consistency3/5

The naming is mixed but somewhat readable. There are consistent patterns within groups (e.g., 'find_' prefix for VAA/observation queries, 'governor_' prefix for governor data), but overall conventions vary: some use snake_case (e.g., 'api_v1_native_token_transfer_activity'), others use simpler forms (e.g., 'circulating_supply'), and there's no uniform verb-noun structure. This inconsistency can confuse agents but doesn't render the set unreadable.

Tool Count2/5

With 73 tools, the count is excessive for a single server, indicating poor scoping. While Wormhole is a complex blockchain protocol, the tool surface feels bloated with many overlapping or highly specialized functions (e.g., multiple governor notional tools). A more curated set of 15-30 tools would likely suffice, making this overly heavy and difficult for agents to navigate efficiently.

Completeness4/5

The tool set appears highly complete for the Wormhole domain, covering VAAs, transactions, governor data, token transfers, and protocol analytics. There are discovery tools, CRUD-like operations for queries, and monitoring functions. Minor gaps might exist in mutation operations (e.g., creating or updating data), but given the exploratory/read-only nature implied, coverage is thorough for data retrieval and analysis.