Akash MCP Server
MCP MCP server exists for a simple reason — assistants are far more useful when they can act on MCP directly instead of describing what you should do. Akash MCP Server.
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.
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.
Once MCP is connected, these are the calls the assistant has available:
GetAccountAddrTool — Retrieve your Akash account addressGetBalancesTool — Get the AKT (uakt) and other balances for a given Akash account addressGetBidsTool — Get bids for deploymentsCreateDeploymentTool — Create a new deployment on Akash NetworkGetDeploymentTool — Get deployment details including status, groups, and escrow accountCloseDeploymentTool — Close/terminate a deployment on Akash NetworkAddFundsTool — Deposit additional AKT (uakt) into a deployment escrow accountGetSDLsTool — Get a list of available SDLs (from awesome-akash repository)GetSDLTool — Get a specific SDL by nameSendManifestTool — Send a manifest to a providerCreateLeaseTool — Create a lease with a providerGetServicesTool — Get information about active servicesYou will need 3 environment variables: AKASH_MNEMONIC, AKASH_PRIVATE_KEY, AKASH_RPC_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — GetAccountAddrTool, GetBalancesTool, GetBidsTool and 10 more — is a fair guide to whether it matches your workflow. It is maintained by akash-network; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
| Variable | Description | Required |
|---|---|---|
| AKASH_MNEMONIC | Configuration value read at startup. | Optional |
| AKASH_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| AKASH_RPC_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.