Skip to main content
Glama

Server Details

Beefy - 10 tools for protocol data and tools

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/beefy-mcp
GitHub Stars
0
Server Listing
Beefy MCP Server

Tool Schema Changelog

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

  1. 10 tool updates
    • First observedget_api_v1_investor_investor_address_timeline
    • First observedget_api_v1_status
    • First observedget_api_v1_vault_chain_vault_address_harvests
    • First observedget_api_v1_vault_chain_vault_address_investors
    • First observedget_api_v1_vault_chain_vault_address_move_ticks
    • First observedget_api_v1_vault_chain_vault_address_price
    • First observedget_api_v1_vault_chain_vault_address_prices_period_since
    • First observedget_api_v1_vault_chain_vault_address_prices_range_period
    • First observedget_api_v1_vaults_chain_harvests_since
    • First observedget_api_v1_vaults_chain_period

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to securely investigate packet captures through Wireshark's tshark engine, with bounded tools for protocol inventory, TCP failure diagnosis, latency measurement, and threat hunting.
    12
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for attaching Frida-based network/traffic interceptors (TCP/UDP/TLS) to any application. Enables intercepting plaintext TLS traffic, listing processes, attaching hooks, and searching captured payloads via 15 MCP tools.
    GPL 3.0
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server that enables LLMs to analyze pcap files by providing tools for packet dissection, stream following, and data extraction via tshark. It supports protocol hierarchy analysis, credential scanning, and threat intelligence checks on captured network traffic.
    51
    222
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.8/5.0
Disambiguation4/5

Most tools have distinct purposes focused on different aspects of vault and investor data, with clear separation between investor timelines, vault harvests, prices, and status checks. However, there is some potential overlap between get_api_v1_vault_chain_vault_address_prices_period_since and get_api_v1_vault_chain_vault_address_prices_range_period as both deal with price data over time periods, which could cause minor confusion.

Naming Consistency5/5

All tool names follow a consistent get_api_v1_* pattern that directly mirrors the API endpoints, with clear hierarchical structure (e.g., vault/{chain}/{vault_address}/...). While verbose, the naming is perfectly consistent throughout the entire set without any deviations in style or convention.

Tool Count5/5

With 10 tools, this is well within the ideal 3-15 range for a specialized DeFi/vault analytics server. Each tool appears to serve a specific, non-trivial purpose in querying investor positions, vault performance metrics, harvest data, and system status, making the count appropriate for the domain.

Completeness3/5

The toolset provides good read coverage for vault analytics including prices, harvests, investor positions, and system status, but appears to be missing write/update operations that might be expected in a full DeFi management system. There are also no tools for creating or modifying vaults/investors, suggesting this is primarily a monitoring/query interface rather than a complete management surface.