Skip to content

smart-mcp-proxy/defillama-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages