Skate-Org/skate-goat
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
- model context protocol
- goat sdk
- skate sdk
Usage
- Install dependencies
npm install
- Build Packages
npm run build
-
Add
.mcp.example.json
to.mcp.json
-
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)