Model Context Protocol server for the DEPEG protocol — exposes swap, stake, claim, unstake, buy_booster, launch pool, and read-only pool/position queries as MCP tools for any AI agent on Solana.
{
"mcpServers": {
"depegprotocolmcp": {
"command": "npx",
"args": [
"-y",
"@depegprotocol/mcp-server"
]
}
}
}