Skip to main content
Glama

Server Details

Compound - 8 tools for lending rates, supply, and borrow 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/compound-mcp
GitHub Stars
0
Server Listing
Compound 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. 8 tool updates
    • First observedadmin
    • First observedAdminChanged
    • First observedBeaconUpgraded
    • First observedchangeAdmin
    • First observedimplementation
    • First observedUpgraded
    • First observedupgradeTo
    • First observedupgradeToAndCall

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Provides AI assistants with access to real-time DeFi lending rates and yield data across 14+ protocols and multiple blockchains. Enables querying borrow/supply rates, comparing platforms, calculating leverage strategies, and finding best earn opportunities.
    6
    19
    4
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that exposes unified AI-friendly tools over Messari's standardized lending subgraphs on The Graph. One natural-language query → fan out across 40+ lending protocols on multiple chains → get back structured, comparable data.
    19
    18
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation3/5

The tools have overlapping purposes that could cause confusion, particularly between 'admin' and 'implementation' as read functions, and 'changeAdmin', 'upgradeTo', and 'upgradeToAndCall' as write functions with similar upgrade-related actions. However, descriptions help clarify their specific roles, such as distinguishing event subscriptions from function calls.

Naming Consistency2/5

Naming is inconsistent with a mix of styles: 'admin' and 'implementation' use lowercase nouns, 'changeAdmin' and 'upgradeTo' use camelCase verbs, and event tools like 'AdminChanged' use PascalCase. This lack of a predictable pattern makes the set harder to navigate and understand at a glance.

Tool Count4/5

With 8 tools, the count is reasonable for managing a smart contract's admin and upgrade functions, covering read operations, write operations, and event subscriptions. It feels slightly heavy but appropriate for the domain, as it includes both core functions and event-handling tools.

Completeness4/5

The tool set provides good coverage for smart contract upgrade and admin management, including read (admin, implementation), write (changeAdmin, upgradeTo, upgradeToAndCall), and event subscription (AdminChanged, BeaconUpgraded, Upgraded) functions. Minor gaps might exist, such as lack of tools for checking access control status or handling errors, but core workflows are well-supported.