aptos-mcp

create_aptos_indexer

Generate a new Aptos indexer project for blockchain data processing, specifying the project name and processor type (transaction or event).

Instructions

Creates a new Aptos indexer project based on the example processor. Args: project_name: Name of the indexer project processor_type: Type of processor (transaction, event)

Input Schema

NameRequiredDescriptionDefault
processor_typeNotransaction
project_nameYes

Input Schema (JSON Schema)

{ "properties": { "processor_type": { "default": "transaction", "title": "Processor Type", "type": "string" }, "project_name": { "title": "Project Name", "type": "string" } }, "required": [ "project_name" ], "title": "create_aptos_indexerArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

ID: wrflhe12gq