PluginBench
MCP Server
Maintained
MIT

io.github.axiosdevs/agentpump-mcp MCP Server

io.github.axiosdevs/agentpump-mcp

What is the io.github.axiosdevs/agentpump-mcp MCP server?

Launch & trade tokens on AgentPump, a Solana bonding-curve launchpad, from your AI agent.

How to install io.github.axiosdevs/agentpump-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentpump-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentpump-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentpump-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentpump-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentpump-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentpump-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentpump-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentpump-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agentpump-mcp -- npx -y agentpump-mcp

Related MCP servers

Give your AI agent a wallet on AgentsCoin: create wallet, mine AGENT, check balance, send.

3
JavaScript
View repository →