16 tools from the Aptos Blockchain Server MCP Server, categorised by risk level.
View the Aptos Blockchain Server policy →get_account_info Get detailed information about an Aptos account including sequence number and authentication key. This is used for checking account status and tran... get_account_transactions Get recent transactions for an Aptos account. This is used for viewing transaction history and activity for an account. Returns a list of recent tr... get_apt_balance Get the native APT token balance of an Aptos account. This is used for checking the current balance of APT tokens in an account. Returns the accoun... get_coin_balance Get the balance of a specific coin type for an Aptos account. This is used for checking the balance of custom coins or tokens. Returns the coin bal... get_transaction_status Get the status and details of a transaction by its hash. This is used for checking if a transaction was successful and getting detailed information... mint_coin Mint new tokens of a previously deployed custom coin using the token factory. Only the coin deployer can mint new tokens. This increases the total ... create_account Create a new Aptos account with a random private key. This generates a new account that can be used for transactions on the Aptos blockchain. Retur... 2/5 create_managed_coin Initialize a managed coin using existing Aptos framework. This works with pre-deployed managed coin modules and doesn't require Move compilation. S... 2/5 fund_account Fund an Aptos account using the testnet faucet. This is only available on testnet and is used to add APT tokens to an account for testing purposes.... 2/5 register_coin Register your account to receive a specific coin type using the token factory. This is required before you can receive transfers of custom coins on... 2/5 deploy_coin Deploy a real custom coin/token on Aptos blockchain using the Aptos CLI and Move modules. This creates a new coin type that can be minted, transfer... 3/5 deploy_fungible_asset Deploy a fungible asset (FA) using the Aptos Fungible Asset Standard. Fast deployment without Move compilation - uses existing framework functions. 3/5 deploy_token_factory Deploy the token factory contract to Aptos blockchain. This creates a factory contract that can be used to deploy and manage custom tokens. Returns... 3/5 quick_deploy_coin Quickly deploy a coin using Aptos managed coin framework (faster than full Move deployment). Creates a coin that can be minted and transferred imme... 3/5 transfer_apt Transfer native APT tokens to another Aptos account. This is used for sending APT tokens from your account to another address. Returns the transact... 5/5 transfer_coin Transfer a specific coin type to another Aptos account. This is used for sending custom coins or tokens from your account to another address. Retur... 5/5 The Aptos Blockchain Server MCP server exposes 16 tools across 4 categories: Read, Write, Execute, Financial.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Aptos Blockchain Server server.
Aptos Blockchain Server tools are categorised as Read (6), Write (4), Execute (4), Financial (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept