Skip to content

feat: add Maker MCP#3565

Open
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/maker-mcp
Open

feat: add Maker MCP#3565
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/maker-mcp

Conversation

@junct-bot
Copy link

Add Maker MCP to the MCP Server Directory

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

Description

MakerDAO

On-chain contract: MakerDAO. 9 functions, 1 event.

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

Tools

  • cage — Calls cage(). Write function — may have access control restrictions (e.g. onlyOwner). Check contract…
  • dai — Calls dai(). Read-only — does not modify contract state. Unrestricted — any address can call this re…
  • deny — Calls deny(usr: string). Write function — may have access control restrictions (e.g. onlyOwner). Che…
  • exit — Calls exit(usr: string, wad: string). Write function — may have access control restrictions (e.g. on…
  • join — Calls join(usr: string, wad: string). Write function — may have access control restrictions (e.g. on…
  • live — Calls live(). Read-only — does not modify contract state. Unrestricted — any address can call this r…
  • rely — Calls rely(usr: string). Write function — may have access control restrictions (e.g. onlyOwner). Che…
  • vat — Calls vat(). Read-only — does not modify contract state. Unrestricted — any address can call this re…
  • wards — Calls wards(param0: string). Read-only — does not modify contract state. Unrestricted — any address …
  • LogNote — Event emitted by the contract. Indexed fields (filterable): sig, usr, arg1, arg2. Subscribe via log …

Connection

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

Registry entry (servers.json)

{
  "id": "maker-mcp",
  "name": "Maker MCP",
  "description": "Calls cage(). Write function — may have access control restrictions (e.g. onlyOwner). Check contract source for modifier requirements before calling. No return ",
  "repository": "https://github.com/junct-bot/maker-mcp",
  "endpoint": "https://maker.mcp.junct.dev/mcp",
  "transport": [
    "streamable-http"
  ],
  "tags": [
    "write",
    "read",
    "event"
  ],
  "version": "1.0.0",
  "author": "Junct",
  "llms_txt": "https://maker.mcp.junct.dev/llms.txt",
  "created_at": "2026-03-14T06:09:25.605Z"
}

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