PluginBench
MCP Server

io.github.junct-bot/maker-mcp MCP Server

io.github.junct-bot/maker-mcp

What is the io.github.junct-bot/maker-mcp MCP server?

Maker - 10 tools for lending rates, supply, and borrow data

How to install io.github.junct-bot/maker-mcp

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "maker-mcp": {
      "url": "https://maker.mcp.junct.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "maker-mcp": {
      "serverUrl": "https://maker.mcp.junct.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "maker-mcp": {
      "type": "http",
      "url": "https://maker.mcp.junct.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "maker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://maker.mcp.junct.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http maker-mcp https://maker.mcp.junct.dev/mcp

Related MCP servers

Aarna - 34 tools for swap quotes, liquidity pools, and trading data

View repository →

Aave - 6 tools for lending rates, supply, and borrow data

View repository →

Beefy - 10 tools for protocol data and tools

View repository →

Binance - 340 tools for market data, order books, and trading pairs

View repository →

Blockscout - 56 tools for data, metrics, and on-chain analytics

View repository →

Chainlink - 35 tools for price feeds and oracle data

View repository →