Zilliqa MCP Server
A Model Context Protocol (MCP) server that provides access to Zilliqa blockchain documentation and API examples.
Installation
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:
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
Testing
License
MIT
This server cannot be installed
Provides access to Zilliqa blockchain documentation and API examples through search capabilities and examples in multiple programming languages.