loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

CryptoSense-AI

MCP Tool

edwinthoma/CryptoSense-AI

CryptoSense AI is an intelligent financial decision agent built with Google ADK and Gemini 2.5 Flash. It connects to live Bitcoin, Ethereum, and World Bank economic datasets via MCP Toolbox for Databases, analyzes real blockchain transaction data alongside global macro indicators, and delivers structured, data-backed investment recommendations.

Install

$ npx loaditout add edwinthoma/CryptoSense-AI

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "CryptoSense-AI": {
      "command": "npx",
      "args": [
        "-y",
        "CryptoSense-AI"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

CryptoSense AI

> An intelligent crypto & macro financial decision agent powered by Google ADK, Gemini 2.5 Flash, and MCP Toolbox for Databases.

About

CryptoSense AI connects to live Bitcoin, Ethereum, and World Bank economic datasets via MCP Toolbox for Databases, analyzes real blockchain transaction data alongside global macro indicators, and delivers structured, data-backed investment recommendations — so you spend less time interpreting data and more time making decisions.

Live Demo

https://financial-agent-982747014163.us-central1.run.app

Architecture
  • Agent Framework: Google Agent Development Kit (ADK)
  • LLM: Gemini 2.5 Flash
  • MCP Server: MCP Toolbox for Databases
  • Data Sources: BigQuery public datasets
  • bigquery-public-data.crypto_bitcoin.transactions
  • bigquery-public-data.crypto_ethereum.transactions
  • bigquery-public-data.world_bank_wdi.indicators_data
  • Deployment: Google Cloud Run
Features
  • Real-time Bitcoin network activity analysis (30 days)
  • Real-time Ethereum network activity analysis (30 days)
  • Global macro economic indicators (GDP, inflation, interest rates)
  • Multi-tool orchestration based on user intent
  • Structured responses: Summary → Key Insights → Recommendation
  • Hallucination-free — only uses data retrieved via MCP tools
Sample Queries
  • "Should I invest in Bitcoin right now?"
  • "Compare Bitcoin vs Ethereum activity this month"
  • "What does the global economy say about crypto investment?"
  • "Analyze Ethereum network health"
Project Structure
cryptosense-ai/
├── Dockerfile
├── start.sh
├── tools.yaml
├── requirements.txt
└── financial_agent_app/
    ├── __init__.py
    └── agent.py
Setup
Prerequisites
  • Google Cloud project with billing enabled
  • Google AI Studio API key
  • gcloud CLI authenticated
Local Development
# Install dependencies
python3 -m venv .venv
source .venv/bin/activat

Tags

ai-agentsbigquerybitcoincloud-runcryptoethereumfinancial-aigeminigoogle-adkgoogle-cloudinvestment-agentllmmcp-serverpython

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/31/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/edwinthoma/CryptoSense-AI)](https://loaditout.ai/skills/edwinthoma/CryptoSense-AI)