MCP.so
ログイン

Monad Magma MCP

@0xjaywins

Monad Magma MCP について

A simple Model Context Protocol (MCP) server for staking and withdrawing MON tokens on the Magma platform (magmastaking.xyz) on the Monad Testnet

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

0xjaywins

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "magma-mcp": {
      "command": "node",
      "args": [
        "dist/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Monad Magma MCP?

Monad Magma MCP is an MCP server that enables staking and withdrawing of MON tokens on the Monad Testnet via the Magma protocol. It is built for developers and users who want to interact with Magma staking through MCP-compatible clients like Claude.

How to use Monad Magma MCP?

Clone the repository, install dependencies, configure a .env file with your Monad Testnet private key, then build and run the project. Configure your MCP client (e.g., Claude) with the path to the compiled dist/index.js file. On Windows, adjust file paths accordingly and use the provided Claude configuration example.

Key features of Monad Magma MCP

  • Stake MON tokens to receive gMON.
  • Withdraw MON by burning gMON.
  • Integrates with Monad Testnet.
  • Displays transaction hash and explorer link.
  • Configurable via .env and MCP client settings.

Use cases of Monad Magma MCP

  • Liquid staking on Monad Testnet using Magma.
  • Testing staking workflows with MCP-compatible AI assistants.
  • Automating MON delegation and withdrawal with Claude.

FAQ from Monad Magma MCP

What are the prerequisites?

Node.js 18 or later, Git, a Monad Testnet wallet with MON tokens, and an MCP-compatible client such as Claude.

How do I configure the .env file?

Create a .env file in the project directory and add PRIVATE_KEY=0xYourPrivateKey, replacing with your Monad Testnet private key.

What does staking MON do?

It stakes MON tokens and receives gMON tokens. The transaction hash and Monad Testnet explorer link are printed in the output.

How do I troubleshoot an insufficient funds error?

Ensure your wallet has enough MON tokens on the Monad Testnet to cover the stake amount.

How do I set up on Windows?

Use Windows file paths (e.g., C:\Users\lenovo\Desktop\magma-mcp) and configure Claude with the full path to node.exe and the dist/index.js file.

コメント

「その他」の他のコンテンツ