MCP ExplorerExplorer

Skate Goat

@Skate-Orgon a year ago
1 MIT
FreeCommunity
AI Systems
#defi#goat-sdk#skate-amm
An MCP server leveraging the Skate AMM SDK & Goat SDK - powering DeFi activity

Overview

What is Skate Goat

Skate-goat is an MCP server that utilizes the Skate AMM SDK and Goat SDK to facilitate decentralized finance (DeFi) activities.

Use cases

Use cases for skate-goat include creating and managing liquidity pools, executing trades on decentralized exchanges, and facilitating automated trading strategies in the DeFi ecosystem.

How to use

To use skate-goat, install the necessary dependencies with ‘npm install’, build the packages using ‘npm run build’, configure the ‘.mcp.json’ file based on the provided example, and then start the MCP server.

Key features

Key features of skate-goat include integration with multiple SDKs for enhanced DeFi functionalities, support for various blockchain networks, and customizable environment variables for transaction management.

Where to use

Skate-goat can be used in the decentralized finance sector, particularly for applications involving automated market making (AMM) and asset management on blockchain platforms.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers