Provides efficient retrieval and management of coin data with features to fetch featured coins, list coins with sorting options, and access detailed coin information via Model Context Protocol (MCP).
Unlock the full potential of Pump Fun Data MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Retrieve and manage coin data from Pump.fun efficiently.
A Model Context Protocol (MCP) server that provides data retrieval capabilities for Pump.fun coins.
Note: This is an unofficial API and is not affiliated with Pump.fun.
To install pump-fun-data-mcp
for Claude Desktop automatically via Smithery:
npx -y @smithery/cli@latest install @jun85664396/pump-fun-data-mcp --client claude
Add this to your MCP config:
"pump-fun-data": {
"command": "npx",
"args": ["-y", "github:jun85664396/pump-fun-data-mcp"]
}
docker build -t mcp/pump-fun-data -f Dockerfile .
{ "mcpServers": { "pump-fun-data": { "command": "docker", "args": ["run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "mcp/pump-fun-data"] } } }
Retrieve a list of featured coins.
Parameter | Type | Description | Default |
---|---|---|---|
offset | number | The offset to start from | 0 |
limit | number | The number of coins to return | 24 |
includeNsfw | boolean | Include NSFW coins | true |
{ "name": "get_featured_coins", "inputSchema": { "offset": 0, "limit": 24, "includeNsfw": true } }
Retrieve a list of coins with sorting and ordering options.
Parameter | Type | Description | Default |
---|---|---|---|
offset | number | The offset to start from | 0 |
limit | number | The number of coins to return | 24 |
sort | string | The field to sort by (market_cap , last_trade_timestamp , created_timestamp , last_reply ) | market_cap |
includeNsfw | boolean | Include NSFW coins | true |
order | string | The order to sort by (ASC , DESC ) | DESC |
{ "name": "get_coins", "inputSchema": { "offset": 0, "limit": 24, "sort": "market_cap", "includeNsfw": true, "order": "DESC" } }
Retrieve detailed information about a specific coin.
Parameter | Type | Description | Required |
---|---|---|---|
mintId | string | The mint ID (coin address) | Yes |
{ "name": "get_coin_info", "inputSchema": { "mintId": "some-mint-id" } }
This project is licensed under the MIT License.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!