[PR #547] [CLOSED] Add DeFi MCP Agent — crypto prices, wallets, gas, DEX quotes #12349

Closed
opened 2026-06-20 03:02:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/547
Author: @Robocular
Created: 3/3/2026
Status: Closed

Base: mainHead: add-defi-mcp-agent


📝 Commits (3)

📊 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

  • Connects to the DeFi MCP Server (12 tools)
  • Users can ask natural language questions about crypto prices, wallet balances, gas fees, and DEX swap quotes
  • Covers 9 blockchain networks (Ethereum, Solana, Polygon, Arbitrum, Base, Optimism, Avalanche, BSC, Fantom)

Files

  • mcp_ai_agents/defi_mcp_agent/defi_agent.py — Streamlit app (~60 lines)
  • mcp_ai_agents/defi_mcp_agent/requirements.txt — Dependencies
  • mcp_ai_agents/defi_mcp_agent/README.md — Setup instructions

Example queries

  • "What is the current price of ETH?"
  • "Show me the top 10 tokens by market cap"
  • "What is the ETH balance of vitalik.eth?"
  • "Compare gas prices across all chains"

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.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/547 **Author:** [@Robocular](https://github.com/Robocular) **Created:** 3/3/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-defi-mcp-agent` --- ### 📝 Commits (3) - [`64e3593`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/64e3593233c900cd7b4388ef3fbcea2529183778) Add DeFi MCP Agent - [`136cc28`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/136cc287e88009f632b4b0086562b8991b9f1a98) Add requirements.txt - [`bca6f56`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/bca6f56ef3f4187f8cf61bf54732c9b0f8ef08bf) Add README.md ### 📊 Changes **3 files changed** (+134 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description ## DeFi MCP Agent A Streamlit app that queries real-time DeFi data using natural language through the Model Context Protocol. ### What it does - Connects to the [DeFi MCP Server](https://github.com/OzorOwn/defi-mcp) (12 tools) - Users can ask natural language questions about crypto prices, wallet balances, gas fees, and DEX swap quotes - Covers 9 blockchain networks (Ethereum, Solana, Polygon, Arbitrum, Base, Optimism, Avalanche, BSC, Fantom) ### Files - `mcp_ai_agents/defi_mcp_agent/defi_agent.py` — Streamlit app (~60 lines) - `mcp_ai_agents/defi_mcp_agent/requirements.txt` — Dependencies - `mcp_ai_agents/defi_mcp_agent/README.md` — Setup instructions ### Example queries - "What is the current price of ETH?" - "Show me the top 10 tokens by market cap" - "What is the ETH balance of vitalik.eth?" - "Compare gas prices across all chains" Built with Agno + MCP, following the same pattern as the existing `github_mcp_agent`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-20 03:02:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#12349