mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[PR #547] [CLOSED] Add DeFi MCP Agent — crypto prices, wallets, gas, DEX quotes #4662
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/547
Author: @Robocular
Created: 3/3/2026
Status: ❌ Closed
Base:
main← Head:add-defi-mcp-agent📝 Commits (3)
64e3593Add DeFi MCP Agent136cc28Add requirements.txtbca6f56Add README.md📊 Changes
3 files changed (+134 additions, -0 deletions)
View changed files
➕
mcp_ai_agents/defi_mcp_agent/README.md(+63 -0)➕
mcp_ai_agents/defi_mcp_agent/defi_agent.py(+67 -0)➕
mcp_ai_agents/defi_mcp_agent/requirements.txt(+4 -0)📄 Description
DeFi MCP Agent
A Streamlit app that queries real-time DeFi data using natural language through the Model Context Protocol.
What it does
Files
mcp_ai_agents/defi_mcp_agent/defi_agent.py— Streamlit app (~60 lines)mcp_ai_agents/defi_mcp_agent/requirements.txt— Dependenciesmcp_ai_agents/defi_mcp_agent/README.md— Setup instructionsExample queries
Built with Agno + MCP, following the same pattern as the existing
github_mcp_agent.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.