What is the io.gainium/gainium-mcp MCP server?
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
How to install io.gainium/gainium-mcp
Copy-paste configuration for popular MCP clients.
GAINIUM_API_KEYrequiredsecretGainium API key (https://app.gainium.io → Settings → API)
GAINIUM_API_SECRETrequiredsecretGainium API secret (paired with GAINIUM_API_KEY)
GAINIUM_PAPER_ONLYSet to "true" to restrict the server to paper-trading bots only
GAINIUM_ALLOWED_BOT_IDOptional: restrict all operations to a single bot ID
{
"mcpServers": {
"gainium-mcp": {
"command": "npx",
"args": [
"-y",
"gainium-mcp"
],
"env": {
"GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
"GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
"GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
"GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
}
}
}
}{
"mcpServers": {
"gainium-mcp": {
"command": "npx",
"args": [
"-y",
"gainium-mcp"
],
"env": {
"GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
"GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
"GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
"GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
}
}
}
}{
"mcpServers": {
"gainium-mcp": {
"command": "npx",
"args": [
"-y",
"gainium-mcp"
],
"env": {
"GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
"GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
"GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
"GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
}
}
}
}{
"servers": {
"gainium-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gainium-mcp"
],
"env": {
"GAINIUM_API_KEY": "<YOUR_GAINIUM_API_KEY>",
"GAINIUM_API_SECRET": "<YOUR_GAINIUM_API_SECRET>",
"GAINIUM_PAPER_ONLY": "<YOUR_GAINIUM_PAPER_ONLY>",
"GAINIUM_ALLOWED_BOT_ID": "<YOUR_GAINIUM_ALLOWED_BOT_ID>"
}
}
}
}claude mcp add gainium-mcp --env GAINIUM_API_KEY=<YOUR_GAINIUM_API_KEY> --env GAINIUM_API_SECRET=<YOUR_GAINIUM_API_SECRET> --env GAINIUM_PAPER_ONLY=<YOUR_GAINIUM_PAPER_ONLY> --env GAINIUM_ALLOWED_BOT_ID=<YOUR_GAINIUM_ALLOWED_BOT_ID> -- npx -y gainium-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.