MCP.so
Sign In

Skate AMM Agent <> Goat SDK MCP Server

@Skate-Org

About Skate AMM Agent <> Goat SDK MCP Server

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

Basic information

Category

Developer Tools

Runtime

node

Transports

stdio

Publisher

Skate-Org

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Developer Tools MCP servers