Pump Launch Token
pump_launchTokenLaunch a token on Pump.fun by specifying deployer, name, symbol, and optional metadata like logo, socials, and initial buy amount.
Instructions
Launch a new token on Pump.fun via PumpPortal. Optionally include an initial dev buy. SAP MCP context: This Synapse AgentKit tool is served beside the sap_* SDK tools. Use sap_agent_identity_plan, sap_payments_register_agent, sap_payments_update_agent, and sap_publish_tool_by_name when the capability should become part of an on-chain SAP agent profile or tool registry entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Token name | |
| image | No | Token logo URL | |
| symbol | Yes | Token ticker | |
| No | Twitter/X handle | ||
| website | No | Website URL | |
| deployer | Yes | Deployer wallet | |
| telegram | No | Telegram group link | |
| description | No | Description parameter for Pump Launch Token. | |
| initialBuyAmount | No | Raw token amount (smallest unit) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |