skate-goat

Skate-Org/skate-goat

3.2

If you are the rightful owner of skate-goat and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Skate AMM Agent <> Goat SDK MCP Server is a server that integrates the Skate SDK and Goat SDK using the Model Context Protocol (MCP) to facilitate transactions across different blockchain networks.

Skate AMM Agent <> Goat SDK MCP Server

Dependencies

  1. model context protocol
  2. goat sdk
  3. skate sdk

Usage

  1. Install dependencies
npm install
  1. Build Packages
npm run build
  1. Add .mcp.example.json to .mcp.json

  2. Start running mcp server

node build/evm.js
OR
node build/solana.js

Environment Variables

"WALLET_PRIVATE_KEY": "...",
# Private key of the wallet to use for transactions

"RPC_PROVIDER_URL": "...",
# RPC Provider URL for the chain to use for transactions (e.g. RPC for Base, Optimism, Arbitrum, etc.)

"CHAIN": "..."
# Corresponding chain ID for the chain to use for transactions (e.g. 42161, 8453 etc.)
# (Not required for SVM)

Demo