Skip to content

feat: add Euler MCP#3549

Open
junct-bot wants to merge 1 commit intomodelcontextprotocol:mainfrom
junct-bot:add/euler-mcp
Open

feat: add Euler MCP#3549
junct-bot wants to merge 1 commit intomodelcontextprotocol:mainfrom
junct-bot:add/euler-mcp

Conversation

@junct-bot
Copy link

Add Euler MCP to the MCP Server Directory

Server: Euler MCP
Endpoint: https://euler.mcp.junct.dev/mcp
Transport: Streamable HTTP (stateless)
Auth: None

Description

euler

On-chain contract: euler. 6 functions, 10 events.

MCP endpoint: https://euler.mcp.junct.dev/mcp
Domain: analytics

Tools

  • get_decimals — Calls decimals(). Read-only — does not modify contract state. Unrestricted — any address can call th…
  • get_implementation — Calls implementation(). Read-only — does not modify contract state. Unrestricted — any address can c…
  • get_insta_index — Calls instaIndex(). Read-only — does not modify contract state. Unrestricted — any address can call …
  • get_name — Calls name(). Read-only — does not modify contract state. Unrestricted — any address can call this r…
  • get_symbol — Calls symbol(). Read-only — does not modify contract state. Unrestricted — any address can call this…
  • get_total_supply — Calls totalSupply(). Read-only — does not modify contract state. Unrestricted — any address can call…
  • event_approval — Event emitted by the contract. Indexed fields (filterable): owner, spender. Subscribe via log filter…
  • event_changed_name — Event emitted by the contract. Subscribe via log filters.
  • event_changed_symbol — Event emitted by the contract. Subscribe via log filters.
  • event_delegate_changed — Event emitted by the contract. Indexed fields (filterable): delegator, fromDelegate, toDelegate. Sub…
  • event_delegate_votes_changed — Event emitted by the contract. Indexed fields (filterable): delegate. Subscribe via log filters.
  • event_minter_changed — Event emitted by the contract. Indexed fields (filterable): oldMinter, newMinter. Subscribe via log …
  • event_new_implementation — Event emitted by the contract. Subscribe via log filters.
  • event_transfer — Event emitted by the contract. Indexed fields (filterable): from, to. Subscribe via log filters.
  • event_transfer_paused — Event emitted by the contract. Indexed fields (filterable): minter. Subscribe via log filters.
  • event_transfer_unpaused — Event emitted by the contract. Indexed fields (filterable): minter. Subscribe via log filters.

Connection

{
  "mcpServers": {
    "euler-mcp": {
      "url": "https://euler.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

Registry entry (servers.json)

{
  "id": "euler-mcp",
  "name": "Euler MCP",
  "description": "Calls decimals(). Read-only — does not modify contract state. Unrestricted — any address can call this read function. Returns uint8.",
  "repository": "https://github.com/junct-bot/euler-mcp",
  "endpoint": "https://euler.mcp.junct.dev/mcp",
  "transport": [
    "streamable-http"
  ],
  "tags": [
    "read",
    "lending",
    "event",
    "erc20",
    "admin"
  ],
  "version": "1.0.0",
  "author": "Junct",
  "llms_txt": "https://euler.mcp.junct.dev/llms.txt",
  "created_at": "2026-03-13T14:44:19.330Z"
}

Generated by Junct — agent-readiness infrastructure for crypto/DeFi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant