An MCP (Model Context Protocol) server that provides access to the DefiLlama API.
uvx git+https://github.com/smart-mcp-proxy/defillama-mcp-server
pip install git+https://github.com/smart-mcp-proxy/defillama-mcp-server
defillama-mcp-server
git clone https://github.com/smart-mcp-proxy/defillama-mcp-server
cd defillama-mcp-server
pip install -e .
python -m defillama_mcp_server
No API key required. The server downloads the OpenAPI specification from the repository and makes all endpoints available as MCP tools.
This server exposes all DefiLlama API endpoints as MCP tools. The server will display the number of available endpoints when it starts.
MIT