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.
Platform-specific configuration:
{
"mcpServers": {
"CryptoSense-AI": {
"command": "npx",
"args": [
"-y",
"CryptoSense-AI"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> An intelligent crypto & macro financial decision agent powered by Google ADK, Gemini 2.5 Flash, and MCP Toolbox for Databases.
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.
https://financial-agent-982747014163.us-central1.run.app
bigquery-public-data.crypto_bitcoin.transactionsbigquery-public-data.crypto_ethereum.transactionsbigquery-public-data.world_bank_wdi.indicators_datacryptosense-ai/
├── Dockerfile
├── start.sh
├── tools.yaml
├── requirements.txt
└── financial_agent_app/
├── __init__.py
└── agent.pygcloud CLI authenticated# Install dependencies
python3 -m venv .venv
source .venv/bin/activatLoading reviews...