MCP.so
登录

Skate AMM Agent <> Goat SDK MCP Server

@Skate-Org

关于 Skate AMM Agent <> Goat SDK MCP Server

An MCP server leveraging the Skate AMM SDK & Goat SDK - powering DeFi activity

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

Skate-Org

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Skate AMM Agent <> Goat SDK MCP Server?

This MCP server connects an AI agent to automated market maker (AMM) operations on EVM and Solana chains, using the Goat SDK and Skate SDK. It is designed for developers who want to build on-chain agents that can interact with liquidity pools and execute transactions via a private key.

How to use Skate AMM Agent <> Goat SDK MCP Server?

Install dependencies with npm install, build with npm run build, then copy .mcp.example.json to .mcp.json. Run the server with node build/evm.js for EVM chains or node build/solana.js for Solana. Set environment variables WALLET_PRIVATE_KEY, RPC_PROVIDER_URL, and CHAIN (not required for Solana).

Key features of Skate AMM Agent <> Goat SDK MCP Server

  • Integrates Goat SDK and Skate SDK
  • Supports EVM and Solana chains
  • Uses private key for wallet transactions
  • Configurable RPC provider URL
  • Configurable chain ID (EVM)
  • Runs as a Model Context Protocol server

Use cases of Skate AMM Agent <> Goat SDK MCP Server

  • Automated AMM swaps on multiple EVM chains
  • Managing liquidity positions on Solana AMMs
  • Enabling AI agents to execute DeFi transactions
  • Testing cross-chain AMM strategies from a single server

FAQ from Skate AMM Agent <> Goat SDK MCP Server

What dependencies are required?

Model Context Protocol, Goat SDK, and Skate SDK must be installed via npm.

How do you configure the server?

Set WALLET_PRIVATE_KEY, RPC_PROVIDER_URL, and CHAIN environment variables (CHAIN is not required for Solana).

What chains are supported?

EVM chains (via evm.js) and Solana (via solana.js). The chain ID is specified in the CHAIN variable for EVM.

评论

开发工具 分类下的更多 MCP 服务器