# FonParam Investment Funds Data Server

Provide real-time and historical data on Turkish investment funds, including fund listings, performance analysis, company details, and inflation statistics. Enable detailed fund comparisons and inves…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kemalersin/fonparam-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list kemalersin/fonparam-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kemalersin/fonparam-mcp list_funds

# Call a tool
npx -y @smithery/cli@latest tool call kemalersin/fonparam-mcp list_funds '{}'
```

## Tools (15)

- `list_funds` — Yatırım fonlarını listeler ve filtreleme imkanı sunar
- `top_performing_funds` — En iyi performans gösteren fonları getirir
- `compare_funds` — Fonları karşılaştırır (2-5 fon)
- `analyze_fund` — Fon için yatırım analizi yapar
- `fund_historical_data` — Fonun geçmiş değerlerini getirir
- `list_companies` — Portföy yönetim şirketlerini listeler
- `company_details` — Portföy yönetim şirketi detaylarını getirir
- `statistics` — Günlük istatistikleri listeler
- `latest_statistics` — Son istatistikleri getirir
- `statistics_by_date` — Belirli bir günün istatistiklerini getirir
- `list_fund_types` — Fon tiplerini listeler
- `fund_type_details` — Belirli bir fon tipinin detaylarını getirir
- `inflation_rates` — Enflasyon verilerini listeler
- `latest_inflation_rate` — Son enflasyon verisini getirir
- `monthly_inflation_rate` — Belirli bir ay ve yıldaki enflasyon verisini getirir

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kemalersin/fonparam-mcp <tool-name>
```

---

Source: https://github.com/kemalersin/fonparam-mcp
