Skip to content

Skate-Org/skate-goat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

demo-image

About

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

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages