Gainium MCP Server
Rank #43,210io.gainium/gainium-mcp
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Gainium MCP Server is a Model Context Protocol (MCP) server published by Gainium. It ranks #43,210 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Gainium MCP Server is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 72,250 of 115,460 servers on MCP Toplist.
Use Gainium MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gainium-mcp https://mcp.gainium.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add gainium-mcp -e "GAINIUM_API_KEY=<your GAINIUM_API_KEY>" -e "GAINIUM_API_SECRET=<your GAINIUM_API_SECRET>" -e "GAINIUM_PAPER_ONLY=<your GAINIUM_PAPER_ONLY>" -e "GAINIUM_ALLOWED_BOT_ID=<your GAINIUM_ALLOWED_BOT_ID>" -- npx -y gainium-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gainium-mcp]
url = "https://mcp.gainium.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.gainium-mcp]
command = "npx"
args = ["-y", "gainium-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.gainium.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gainium-mcp": {
"url": "https://mcp.gainium.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gainium-mcp": {
"type": "http",
"url": "https://mcp.gainium.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gainium-mcp": {
"serverUrl": "https://mcp.gainium.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gainium-mcp": {
"url": "https://mcp.gainium.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.gainium%2Fgainium-mcp)<a href="https://mcptoplist.com/server/io.gainium%2Fgainium-mcp"><img src="https://mcptoplist.com/badge/io.gainium%2Fgainium-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
Gainium
Other servers by Gainium
View all Gainium servers →Available versions (1)
| Version | Published |
|---|---|
| 3.2.3 | Jun 17, 2026 |
Frequently asked questions
- Who maintains Gainium MCP Server?
- Gainium MCP Server is maintained by Gainium, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Gainium MCP Server listed on the Official MCP Registry?
- Yes — Gainium MCP Server is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does Gainium MCP Server have?
- MCP Toplist tracks 1 version of Gainium MCP Server, most recently published on Jun 17, 2026.
- Where can I find the source code for Gainium MCP Server?
- The source code for Gainium MCP Server is hosted at github.com/gainium/gainium-mcp.