Skip to main content
Glama

Pump Fun Data MCP Server

by jun85664396

get_coins

Retrieve a list of coins from the Pump Fun Data MCP Server with customizable filters like sorting, offset, limit, and NSFW inclusion for targeted data analysis.

Instructions

Get a list of coins

Input Schema

NameRequiredDescriptionDefault
includeNsfwNoInclude NSFW coins (default: true)
limitNoThe number of coins to return (default: 24)
offsetNoThe offset to start from (default: 0)
orderNoThe order to sort by (ASC, DESC)DESC
sortNoThe field to sort by (market_cap, last_trade_timestamp, created_timestamp, last_reply)market_cap

Input Schema (JSON Schema)

{ "properties": { "includeNsfw": { "default": true, "description": "Include NSFW coins (default: true)", "type": "boolean" }, "limit": { "default": 24, "description": "The number of coins to return (default: 24)", "type": "number" }, "offset": { "default": 0, "description": "The offset to start from (default: 0)", "type": "number" }, "order": { "default": "DESC", "description": "The order to sort by (ASC, DESC)", "type": "string" }, "sort": { "default": "market_cap", "description": "The field to sort by (market_cap, last_trade_timestamp, created_timestamp, last_reply)", "type": "string" } }, "required": [], "type": "object" }
Install Server

Other Tools from Pump Fun Data MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jun85664396/pump-fun-data-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server