Skip to main content
Glama
__init__.py505 B
"""NIX MCP - Simplified blockchain query interface""" from .simple_client import SimpleNixClient from .abi_fetcher import ABIFetcher from .abi_resolver import ABIResolver from .abi_types import ABI, ABIAction, ABIStruct, ABIField from .server_fastmcp import create_server __all__ = [ "SimpleNixClient", "ABIFetcher", "ABIResolver", "ABI", "ABIAction", "ABIStruct", "ABIField", "create_server" ] __version__ = "0.4.0" # Updated version with object-oriented ABI resolver

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/haiqiubullish/nix-mcp'

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