Back to Browse

Magpie MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Solana lending tools: live stats, 160+ collateral tokens, loan terms, x402 agent borrowing

About

Solana lending tools: live stats, 160+ collateral tokens, loan terms, x402 agent borrowing

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-magpiecapital-magpie": {
      "args": [
        "-y",
        "magpie-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

magpie-mcp

MCP (Model Context Protocol) server for Magpie Capital — the Solana lending protocol for humans and AI agents.

Gives any MCP-capable LLM (Claude, etc.) native tools:

ToolWhat it answers
magpie_protocol_statsLive on-chain protocol stats (loans, repayment rate, SOL lent)
magpie_list_collateralThe full live collateral catalog — 160+ tokens across memecoins, tokenized stocks/ETFs, gold & silver
magpie_token_terms"Can I borrow against X, and on what terms?" — per-token LTV/fee/duration ladder
magpie_x402_guideHow autonomous agents borrow programmatically via x402 payment-gated endpoints
magpie_borrow_quoteLive borrow quote — real production numbers for any token/amount/tier, prices auto-resolved
magpie_protocol_pulseLive 24h aggregates (loans, volume, repays, liquidations) by program version
magpie_wallet_loansAny wallet's full on-chain loan history
magpie_agent_leaderboardThe machine credit league — top agents by on-chain credit score

Read-only by design: this server holds no keys and signs nothing — the safe one-line mount for research and quoting.

Want your agent to EXECUTE — borrow, arm exits, repay? Use the full 26-tool desk: @magpieloans/magpie-mcp (registry: io.github.magpiecapital/magpie-mcp) — wraps every x402 endpoint, with an optional payer keypair for paid calls. Start here read-only; graduate there to act. Agent-side execution happens through Magpie's x402 endpoints.

Install (Claude Desktop / Claude Code)

{
  "mcpServers": {
    "magpie": {
      "command": "npx",
      "args": ["-y", "github:magpiecapital/magpie-mcp"]
    }
  }
}

Claude Code: claude mcp add magpie -- npx -y github:magpiecapital/magpie-mcp

More for LLMs

MIT

Reviews

No reviews yet

Be the first to review this server!