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.

评论

金融与商务 分类下的更多 MCP 服务器