Skip to main content
Glama
__init__.py727 B
""" MCP Server for DeBank API Integration This package provides a Model Context Protocol (MCP) server that integrates with the DeBank API, enabling AI assistants to access DeFi portfolio data, token information, and blockchain analytics. """ __version__ = "0.1.0" __author__ = "Your Name" from .client import DeBankClient from .models import ChainModel, TokenModel, ProtocolModel, NFTModel from .validators import ( validate_address, validate_chain_id, validate_date_format, validate_token_ids, ) __all__ = [ "DeBankClient", "ChainModel", "TokenModel", "ProtocolModel", "NFTModel", "validate_address", "validate_chain_id", "validate_date_format", "validate_token_ids", ]

Latest Blog Posts

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/caiovicentino/debank-mcp-server'

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