smart-mcp-proxy/defillama-mcp-server
3.2
If you are the rightful owner of defillama-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The DefiLlama MCP Server provides seamless access to the DefiLlama API through the Model Context Protocol, enabling efficient interaction with decentralized finance data.
DefiLlama MCP Server
An MCP (Model Context Protocol) server that provides access to the DefiLlama API.
Installation & Usage
Using uvx (recommended)
uvx git+https://github.com/smart-mcp-proxy/defillama-mcp-server
Using pip
pip install git+https://github.com/smart-mcp-proxy/defillama-mcp-server
defillama-mcp-server
Development
git clone https://github.com/smart-mcp-proxy/defillama-mcp-server
cd defillama-mcp-server
pip install -e .
python -m defillama_mcp_server
Configuration
No API key required. The server downloads the OpenAPI specification from the repository and makes all endpoints available as MCP tools.
Available Endpoints
This server exposes all DefiLlama API endpoints as MCP tools. The server will display the number of available endpoints when it starts.
License
MIT