MCP Server on AVAIL DA

by dhananjaypai08

134 downloads
Not rated
GitHub

About

A server that lets you interact with the Avail Data Availability (DA) layer through Claude Desktop using natural language prompts. It is aimed at developers who need to send data and query transactions on Avail DA without manually writing API calls.

Details

Author
dhananjaypai08
Downloads
134
Categories
Other

- Send data to Avail DA
- Query transactions on Avail DA
- Natural language interface via Claude Desktop
- Local Go backend on port 8080

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server on AVAIL DA
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the local avail-client handler backend by navigating to avail-client, copying .env.example to .env, configuring it, then running go mod tidy and go run main.go to start the server on port 8080. Then add the MCP server to Claude Desktop’s claude_desktop_config.json with command python and args pointing to the full path of server.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server on avail da": {
            "AvailDA": {
                "command": "python",
                "args": [
                    "FULL/PATH/TO/REPO/AvailMCP/avail-mcp/server.py"
                ]
            }
        }
    }
}

McpServers

{
    "AvailDA": {
        "command": "python",
        "args": [
            "FULL/PATH/TO/REPO/AvailMCP/avail-mcp/server.py"
        ]
    }
}

MCP Server on AVAIL DA

Interact with the avail DA via Claude Desktop using natural language prompts

Work In Progress

- Currently supports sending data - Query transactions on Avail DA

Future Work

- Node deployment - Integrate Avail Nexus - Seamless cross-chain transfers

Setup

Running the local avail-client handler backend

cd avail-client
cp .env.example .env # configure your .env file
go mod tidy
go run main.go
Starts the server locally on 8080 port

Configuring the MCP Server to Claude desktop

Add this to claude_desktop_config.json present somewhere in Application Support

- for mac-os it is in : /Library/Application\ Support/Claude

"AvailDA": {
"command": "python",
"args": [
"FULL/PATH/TO/REPO/AvailMCP/avail-mcp/server.py"
]
}

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.