Skate AMM Agent <> Goat SDK MCP Server
About
An MCP server leveraging the Skate AMM SDK & Goat SDK - powering DeFi activity
Details
- Author
- Skate-Org
- GitHub stars
- 1
- Downloads
- 317
- Categories
- Developer Tools
Jump to
- 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
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).
Skate AMM Agent Goat SDK MCP Server
Dependencies
1. model context protocol
2. goat sdk
3. skate sdk
Usage
1. Install dependencies
npm install
2. Build Packages
npm run build
3. Add .mcp.example.json to .mcp.json
4. Start running mcp server
node build/evm.js
OR
node build/solana.js
Environment Variables
```bash
"WALLET_PRIVATE_KEY": "...",
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





