Back to MCP directory
publicPublicdnsLocal runtime

skate-goat

Skate AMM代理与Goat SDK MCP服务器的集成项目,用于处理区块链交易和模型上下文协议交互。

article

README

🚀 Skate AMM Agent <> Goat SDK MCP 服务器

Skate AMM Agent与Goat SDK MCP服务器结合,为相关业务提供支持,借助特定依赖项实现功能,通过简单步骤即可完成安装和运行。

🚀 快速开始

要使用Skate AMM Agent <> Goat SDK MCP服务器,可按以下步骤操作:

  1. 安装依赖项
npm install
  1. 构建包
npm run build
  1. .mcp.example.json 添加到 .mcp.json
  2. 启动运行 MCP 服务器

📦 安装指南

本项目运行需要以下依赖项:

  1. 模型上下文协议
  2. Goat SDK
  3. Skate SDK

💻 使用示例

基础用法

运行项目前,需要设置环境变量,以下是环境变量的说明和示例:

"WALLET_PRIVATE_KEY": "...",  
# 私钥,用于进行交易的 wallets 的私钥  

"RPC_PROVIDER_URL": "...",  
# 用于交易的链的 RPC 提供程序 URL(例如 Base、Optimism、Arbitrum 等的 RPC)  

"CHAIN": "..."  
# 对应的链 ID,用于指定要使用的链(例如 42161、8453 等)  

效果示例

demo-image

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client