AgentHubAgentHub

agent-wallet-mcp

MCP ServerMCP Registry官方收录

io.github.kaditang/agent-wallet-mcp · v0.2.0

Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.

概览

agent-wallet-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "agent-wallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kaditang/agent-wallet-mcp"
      ]
    }
  }
}

环境变量

SOL_RPC可选secret

Solana RPC URL (e.g. a Helius endpoint). Optional — falls back to public mainnet-beta if unset.

相关资源

统一 Manifest

{
  "id": "io.github.kaditang/agent-wallet-mcp",
  "type": "mcp-server",
  "version": "0.2.0",
  "displayName": "agent-wallet-mcp",
  "description": "Non-custodial Solana MCP: compare yields, buy tokenized US stocks (xStocks) & Ondo USDY. You sign.",
  "repository": {
    "url": "https://github.com/kaditang/agent-wallet-mcp",
    "source": "github"
  },
  "homepage": "https://autoyield.org",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@kaditang/agent-wallet-mcp",
        "version": "0.2.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SOL_RPC",
            "description": "Solana RPC URL (e.g. a Helius endpoint). Optional — falls back to public mainnet-beta if unset.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kaditang/agent-wallet-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kaditang%2Fagent-wallet-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
agent-wallet-mcp — MCP Server 安装与配置 · AgentHub