Skip to main content
Glama

Zilliqa MCP Server

by Lama1403
  • Apple
  • Linux

Zilliqa MCP Server

A Model Context Protocol (MCP) server that provides access to Zilliqa blockchain documentation and API examples.

Installation

npm install -g zilliqa-mcp-server

Features

  • search_zilliqa_docs - Search through Zilliqa documentation for specific topics
  • get_zilliqa_api_example - Get specific API examples by name and programming language
  • list_zilliqa_apis - List all available API methods in the documentation

Claude Desktop Integration

Add this to your Claude Desktop MCP configuration:

{ "mcpServers": { "zilliqa": { "command": "npx", "args": ["-y", "zilliqa-mcp-server"] } } }

Configuration File Location

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Usage Examples

After installation and configuration, you can use these tools in Claude:

  • "Search Zilliqa docs for GetBalance"
  • "Get API example for GetTransaction in Python"
  • "List all available Zilliqa APIs"

API Documentation

The server includes comprehensive Zilliqa API documentation with examples in:

  • Java
  • Python
  • Go
  • Node.js
  • cURL

Access patterns include blockchain APIs, transaction handling, and smart contract interactions.

Development

Local Development

git clone https://github.com/Lama1403/ZilliqaMCP.git cd ZilliqaMCP npm install npm run build npm run dev

Testing

npm test

License

MIT

-
security - not tested
-
license - not tested
-
quality - not tested

Provides access to Zilliqa blockchain documentation and API examples through search capabilities and examples in multiple programming languages.

  1. Installation
    1. Features
      1. Claude Desktop Integration
        1. Configuration File Location
      2. Usage Examples
        1. API Documentation
          1. Development
            1. Local Development
            2. Testing
          2. License

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lama1403/ZilliqaMCP'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server