MCP.so
登录

MCP Server on AVAIL DA

@dhananjaypai08

关于 MCP Server on AVAIL DA

An MCP server to interact with Avail DA

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

dhananjaypai08

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server on AVAIL DA?

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.

How to use MCP Server on AVAIL DA?

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.

Key features of MCP Server on AVAIL DA

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

Use cases of MCP Server on AVAIL DA

  • Upload arbitrary data to Avail DA for storage
  • Retrieve transaction history from Avail DA
  • Prototype Avail DA interactions without writing REST/JSONRPC code

FAQ from MCP Server on AVAIL DA

What operations are currently supported?

Sending data to Avail DA and querying transactions on Avail DA are both supported.

Is this server production-ready?

No; it is a work in progress. Future plans include node deployment, integration with Avail Nexus, and seamless cross-chain transfers.

How do I set it up in Claude Desktop?

Add an entry to claude_desktop_config.json with "command": "python" and "args" containing the full path to server.py in the repository.

评论

其他 分类下的更多 MCP 服务器