MCP.so
ログイン

Edwin

@edwin-finance

Edwin について

Empowering AI agents to dominate DeFAI

基本情報

カテゴリ

金融とコマース

ライセンス

GPL-3.0

ランタイム

node

トランスポート

stdio

公開者

edwin-finance

投稿者

Gal

設定

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

{
  "mcpServers": {
    "edwin": {
      "command": "node",
      "env": {
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL",
        "EVM_PRIVATE_KEY": "<YOUR_EVM_AGENT_PRIVATE_KEY",
        "SOLANA_PRIVATE_KEY": "<YOUR_SOLANA_AGENT_PRIVATE_KEY",
        "EDWIN_MCP_MODE": "true",
        "EDWIN_FILE_LOGGING": "true"
      },
      "args": [
        "<EDWIN_PARENT_PATH>/edwin/examples/mcp-server/dist/index.js"
      ]
    }
  }
}

ツール

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

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

概要

What is Edwin?

Edwin is a Model Context Protocol (MCP) server implementation for the Edwin SDK that allows AI agents to interact with Edwin’s tools through a standardized protocol.

How to use Edwin?

Install dependencies with pnpm install, build with pnpm build, configure environment variables including wallet private keys and RPC URL, then start the server with pnpm start (production) or pnpm dev (development). Alternatively, configure Claude Desktop using the provided claude_desktop_config.json.

Key features of Edwin

  • Exposes all tools configured in an Edwin instance
  • Supports wallet operations, balance checking, and transaction signing
  • Enables token transfers and contract interactions
  • Works with EVM and Solana blockchain wallets
  • Integrates with Claude Desktop via MCP protocol

Use cases of Edwin

  • AI agents performing automated wallet operations
  • AI-powered balance checks across EVM and Solana chains
  • Automated token transfers and contract interactions
  • Streamlined transaction signing by AI assistants

FAQ from Edwin

What prerequisites are needed to run Edwin?

Node.js >= 18.0.0, pnpm or npm, a local Claude instance or Claude API access, and EVM and/or Solana wallet private keys.

How do I configure environment variables for Edwin?

Create a .env file from .env.example and set SOLANA_RPC_URL, EVM_PRIVATE_KEY, SOLANA_PRIVATE_KEY, and EDWIN_MCP_MODE=true.

What tools are available in Edwin?

All tools configured in the Edwin instance, commonly including wallet operations, balance checking, transaction signing, token transfers, and contract interactions.

How can I run Edwin with Claude Desktop?

After building the project, import the provided claude_desktop_config.json into Claude Desktop Settings; the server starts automatically when needed.

What should I do if Edwin won’t start?

Check if the port is already in use, verify environment variables are set correctly, and review logs for specific error messages.

コメント

「金融とコマース」の他のコンテンツ