# Openpump

> MCP-native Solana trading infrastructure. TypeScript SDK, MCP server, ElizaOS plugin, and Solana Agent Kit integration for pump.fun automation.

- **Type:** MCP server
- **Install:** `agentstack add mcp-openpumpio-openpump`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [openpumpio](https://agentstack.voostack.com/s/openpumpio)
- **Installs:** 0
- **Category:** [Finance & Payments](https://agentstack.voostack.com/c/finance-and-payments)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [openpumpio](https://github.com/openpumpio)
- **Source:** https://github.com/openpumpio/openpump
- **Website:** https://openpump.io

## Install

```sh
agentstack add mcp-openpumpio-openpump
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# OpenPump

MCP-native Solana trading infrastructure. TypeScript SDK, MCP server, ElizaOS plugin, and Solana Agent Kit integration for [pump.fun](https://pump.fun) automation.

**Website:** [openpump.io](https://openpump.io) | **Docs:** [openpump.io/docs](https://openpump.io/docs) | **X:** [@openpumpio](https://x.com/openpumpio)

## Packages

| Package | npm | Description |
|---|---|---|
| [`@openpump/mcp`](./packages/mcp-client) | [](https://www.npmjs.com/package/@openpump/mcp) | MCP server for Claude Desktop, Cursor, and Claude Code |
| [`@openpump/sdk`](./packages/sdk) | [](https://www.npmjs.com/package/@openpump/sdk) | TypeScript SDK for the OpenPump API |
| [`@openpump/eliza-plugin`](./packages/eliza-plugin) | [](https://www.npmjs.com/package/@openpump/eliza-plugin) | ElizaOS plugin for conversational token trading |
| [`@openpump/solana-agent-kit`](./packages/solana-agent-kit) | [](https://www.npmjs.com/package/@openpump/solana-agent-kit) | Solana Agent Kit v2 plugin |

## Quick Start

### MCP Server (Claude Desktop / Cursor / Claude Code)

```bash
npx @openpump/mcp init
```

Auto-detects installed AI clients and configures them. See [`@openpump/mcp` README](./packages/mcp-client) for details.

### SDK

```bash
npm install @openpump/sdk
```

```typescript
import { OpenPump } from '@openpump/sdk';

const client = new OpenPump({ apiKey: 'op_sk_live_...' });

// Create a token
const job = await client.tokens.create({
  name: 'My Token',
  symbol: 'MTK',
  description: 'A new token on pump.fun',
});

// Buy tokens
await client.trading.buy({
  mint: 'TOKEN_MINT_ADDRESS',
  walletId: 'your-wallet-id',
  amountSol: 0.1,
});
```

### ElizaOS Plugin

```bash
npm install @openpump/eliza-plugin
```

See [`@openpump/eliza-plugin` README](./packages/eliza-plugin) for setup.

### Solana Agent Kit

```bash
npm install @openpump/solana-agent-kit
```

See [`@openpump/solana-agent-kit` README](./packages/solana-agent-kit) for setup.

## Getting an API Key

1. Sign up at [openpump.io](https://openpump.io)
2. Go to Settings and generate an API key
3. Keys start with `op_sk_live_`

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [openpumpio](https://github.com/openpumpio)
- **Source:** [openpumpio/openpump](https://github.com/openpumpio/openpump)
- **License:** MIT
- **Homepage:** https://openpump.io

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-openpumpio-openpump
- Seller: https://agentstack.voostack.com/s/openpumpio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
