Frankfurter Currency Exchange MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Frankfurter Currency Exchange MCPAnalyze the JPY to USD exchange rate history for the past month."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
為替変動分析 AI エージェント(ADK + MCP デモ)
概要
Google Agent Development Kit (ADK) と Model Context Protocol (MCP) の連携を実演するデモプロジェクトです。
日本円(JPY)対 米ドル(USD)・人民元(CNY)・ユーロ(EUR)の為替レートを MCP Server 経由で取得し、Gemini 2.5-Flash が変動分析レポートを日本語で生成します。
アーキテクチャ
Vertex AI Agent Engine
┌──────────────────────────────────────────────────┐
│ │
│ ADK Agent(Gemini 2.5-Flash) │
│ 為替変動分析エージェント │
│ │ stdio │
│ ▼ │
│ MCP Server(FastMCP / Python) │
│ ├─ get_jpy_latest_rates 最新レート取得 │
│ ├─ get_jpy_rate_history 期間変動推移取得 │
│ └─ convert_jpy 金額換算 │
│ │ HTTPS │
│ ▼ │
│ Frankfurter API(外部・無料・APIキー不要) │
└──────────────────────────────────────────────────┘セットアップ
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtローカルテスト
# ADK Web UI
adk web forex_agent
# ブラウザで http://localhost:8000 を開くデプロイ
# GCP 認証
gcloud auth login
gcloud auth application-default login
gcloud config set project dsk-agentspace-trial
# GCS バケット作成(初回のみ)
gcloud storage buckets create gs://forex-mcp-agent-staging \
--project=dsk-agentspace-trial \
--location=us-central1
# デプロイ
python deploy.pyデプロイ後の動作確認
test_remote_agent.py 内の RESOURCE_NAME をデプロイ出力のリソース名に変更し、実行:
python test_remote_agent.pyThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GAKUGO/ADKxMCP_Guide_by_frankfurterMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server