aptos-mcp

create_gas_station

Creates a new fee sponsorship project on the Aptos blockchain. Specify the project name to set up gas station functionality.

Instructions

Creates a new Aptos gas station (fee sponsorship) project. Args: project_name: Name of the gas station project

Input Schema

NameRequiredDescriptionDefault
project_nameYes

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" } }, "required": [ "project_name" ], "title": "create_gas_stationArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

ID: wrflhe12gq