Labsco
akash-network logo

Akash MCP Server

β˜… 12

from akash-network

An MCP server for interacting with the Akash Network, a decentralized cloud computing marketplace.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredAdvanced setup
<div align="left"> <a href="https://akash.network/" target="_blank"> <img src="https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png" alt="Akash logo" title="Akash Network" align="left" height="40" /> </a>

Akash MCP Server

Akash MCP Server is a TypeScript implementation of a Model Context Protocol (MCP) server for interacting with the Akash Network.

License X (formerly Twitter) Follow Discord

</div>

Note

This project is still under development and not all tools are available. We are working on adding more tools and improving the server. We are open to contributions! See CONTRIBUTING.md for more details.

Overview

This server provides a bridge between AI agents and the Akash Network, allowing AI models to deploy applications, create leases, manage deployments, and interact with other Akash services directly through typed tools. It implements the Model Context Protocol, making it compatible with various AI platforms and tools.

Features

  • Wallet and Client Management: Handles Akash wallet authentication and client initialization
  • Certificate Management: Manages Akash certificates
  • Tools for Akash Interaction:
    • Account address retrieval
    • Deployment creation, querying, updating, and termination
    • SDL (Stack Definition Language) operations
    • Bid management
    • Lease creation
    • Manifest deployment

Available Tools

The server provides the following tools for AI agents:

  • GetAccountAddrTool: Retrieve your Akash account address
  • GetBalancesTool: Get the AKT (uakt) and other balances for a given Akash account address
  • GetBidsTool: Get bids for deployments
  • CreateDeploymentTool: Create a new deployment on Akash Network
  • GetDeploymentTool: Get deployment details including status, groups, and escrow account
  • CloseDeploymentTool: Close/terminate a deployment on Akash Network
  • AddFundsTool: Deposit additional AKT (uakt) into a deployment escrow account
  • GetSDLsTool: Get a list of available SDLs (from awesome-akash repository)
  • GetSDLTool: Get a specific SDL by name
  • SendManifestTool: Send a manifest to a provider
  • CreateLeaseTool: Create a lease with a provider
  • GetServicesTool: Get information about active services
  • UpdateDeploymentTool: Update a deployment on Akash Network

Development

Linting and Formatting

# Run linter
npm run lint

# Fix linting issues
npm run lint:fix

# Format code
npm run format

License

See LICENSE

Acknowledgements