Aptos Mcp

Created By
cuongpoa year ago
Overview

What is Aptos MCP?

Aptos MCP is a Model Context Protocol server designed for interacting with the Aptos blockchain testnet, enabling AI assistants to perform blockchain operations, query data, and manage digital assets.

How to use Aptos MCP?

To use Aptos MCP, install the server using npm, configure it for your environment, and run it either in stdio or REST mode. You can also deploy it on mcp.so for hosting.

Key features of Aptos MCP?

  • Account management: Generate and manage Aptos accounts, check balances, and fund accounts.
  • Transaction operations: Transfer tokens, build and submit transactions, and simulate transactions for gas estimation.
  • Blockchain queries: Access current blockchain information, query blocks, and search for events.
  • Token and NFT management: Manage fungible tokens and NFTs, including creation and transfer.

Use cases of Aptos MCP?

  1. Managing digital assets on the Aptos blockchain.
  2. Facilitating transactions between accounts.
  3. Querying blockchain data for analytics and reporting.
  4. Deploying and managing NFTs and fungible tokens.

FAQ from Aptos MCP?

  • Can Aptos MCP be used for mainnet operations?

No, Aptos MCP is configured for testnet use only.

  • Is there support for Docker deployment?

Yes, Aptos MCP includes a Dockerfile for containerized deployment.

  • How can I contribute to the project?

You can fork the repository, create a feature branch, and submit a pull request after adding tests.

Server Config

{
  "mcpServers": {
    "aptos-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aptos-mcp-server"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
cuongpo
Star
-
Language
-
License
-

Recommend Servers

View All