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.

コメント

「開発者ツール」の他のコンテンツ