// get custom made design.md fileslearn more
finance

FonParam

by kemalersin

Access real-time Turkish mutual fund data and insights with FonParam for accurate investment analysis and research in Tu

Integrates with FonParam's Turkish mutual funds API to provide real-time fund data, performance metrics, and market insights for investment analysis and research in Turkey's financial markets.

github stars

3

0 commentsdiscussion

Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.

best for

  • / General purpose MCP workflows

capabilities

  • / list_funds
  • / top_performing_funds
  • / compare_funds
  • / analyze_fund
  • / fund_historical_data
  • / list_companies

what it does

Integrates with FonParam's Turkish mutual funds API to provide real-time fund data, performance metrics, and market insights for investment analysis and research in Turkey's financial markets.

about

FonParam is a community-built MCP server published by kemalersin that provides AI assistants with tools and capabilities via the Model Context Protocol. Access real-time Turkish mutual fund data and insights with FonParam for accurate investment analysis and research in Tu It is categorized under finance. This server exposes 15 tools that AI clients can invoke during conversations and coding sessions.

how to install

You can install FonParam in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

license

MIT

FonParam is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

readme

📊 FonParam MCP Sunucusu

smithery badge

Bu Model Context Protocol (MCP) sunucusu, Claude Desktop'un Türkiye'deki yatırım fonları verilerine erişmesini sağlar. FonParam API üzerinden fonların güncel verilerini, performans istatistiklerini ve karşılaştırmalarını alabilirsiniz.

<a href="https://glama.ai/mcp/servers/@kemalersin/fonparam-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@kemalersin/fonparam-mcp/badge" alt="FonParam MCP server" /> </a>

✨ Özellikler

  • 📈 Fon Listeleme: Tüm yatırım fonlarını filtreleme ve arama
  • 🔍 Fon Karşılaştırma: 2-5 fonu karşılaştırarak analiz etme
  • 📊 Performans Analizi: Fon yatırım analizi ve getiri hesaplaması
  • 🏢 Şirket Bilgileri: Portföy yönetim şirketleri ve istatistikleri
  • 📈 Geçmiş Veriler: Fonların tarihsel performans verileri
  • 📊 İstatistikler: Günlük piyasa istatistikleri
  • 💰 Enflasyon Verileri: Türkiye enflasyon oranları

🚀 Kurulum

Seçenek 1: NPM ile Kurulum (Önerilen)

NPM paketi otomatik olarak çalıştırılacağı için ayrı kurulum gerekmez. Claude Desktop konfigürasyonunda npx kullanarak paketi çalıştırabilirsiniz.

Seçenek 2: Kaynak Koddan Kurulum

1. Bağımlılıkları Yükleyin

npm install

2. Projeyi Derleyin

npm run build

Claude Desktop Konfigürasyonu

Claude Desktop'ın claude_desktop_config.json dosyasına aşağıdaki konfigürasyonu ekleyin:

Windows:

%APPDATA%\Claude\claude_desktop_config.json

macOS:

~/Library/Application Support/Claude/claude_desktop_config.json

Linux:

~/.config/Claude/claude_desktop_config.json

Konfigürasyon:

NPM paketi kullanıyorsanız (önerilen):

{
  "mcpServers": {
    "fonparam": {
      "command": "npx",
      "args": ["-y", "fonparam-mcp"],
      "env": {}
    }
  }
}

Kaynak koddan kurulum yaptıysanız:

{
  "mcpServers": {
    "fonparam": {
      "command": "node",
      "args": ["/tam/yol/to/fonparam-mcp/dist/index.js"],
      "env": {}
    }
  }
}

Not: Kaynak koddan kurulum için /tam/yol/to/fonparam-mcp kısmını projenizin gerçek yolu ile değiştirin.

4. Claude Desktop'ı Yeniden Başlatın

Konfigürasyonu ekledikten sonra Claude Desktop'ı kapatıp yeniden açın.

🛠️ Kullanılabilir Araçlar

📊 Fon Araçları

  • list_funds: Fonları listeler ve filtreler
  • top_performing_funds: En iyi performans gösteren fonları getirir
  • compare_funds: Fonları karşılaştırır (2-5 fon)
  • analyze_fund: Fon yatırım analizi yapar
  • fund_historical_data: Fonun geçmiş değerlerini getirir

🏢 Şirket Araçları

  • list_companies: Portföy yönetim şirketlerini listeler
  • company_details: Şirket detaylarını getirir

📈 İstatistik Araçları

  • statistics: Günlük istatistikleri listeler
  • latest_statistics: En son istatistikleri getirir
  • statistics_by_date: Belirli tarihteki istatistikleri getirir

🎯 Fon Tipi Araçları

  • list_fund_types: Fon tiplerini listeler
  • fund_type_details: Fon tipi detaylarını getirir

💰 Enflasyon Araçları

  • inflation_rates: Enflasyon verilerini listeler
  • latest_inflation_rate: En son enflasyon verisini getirir
  • monthly_inflation_rate: Belirli ay/yıl enflasyon verisini getirir

💡 Kullanım Örnekleri

Claude Desktop'ta Örnek Komutlar:

En iyi performans gösteren 10 fonu göster
"ATA PORTFÖY" şirketine ait fonları listele
AAK ve DAH fonlarını karşılaştır
AAK fonuna 10.000 TL yatırıp yıl başından bugüne kadar kaç para olacağını hesapla
Hisse senedi fonlarının bu ayki performansını göster
Son enflasyon verilerini göster

🔧 Geliştirme

Scripts

# TypeScript derlemesi (watch mode)
npm run dev

# Projeyi derle
npm run build

# Sunucuyu başlat
npm start

# Derleme dosyalarını temizle
npm run clean

Proje Yapısı

src/
├── index.ts          # Ana MCP sunucusu
├── api-client.ts     # FonParam API client
├── tools.ts          # MCP araçları tanımları
└── types.ts          # TypeScript tip tanımları

🤝 Katkıda Bulunma

  1. Repoyu fork edin
  2. Feature branch oluşturun (git checkout -b feature/amazing-feature)
  3. Değişikliklerinizi commit edin (git commit -m 'feat: amazing new feature')
  4. Branch'inizi push edin (git push origin feature/amazing-feature)
  5. Pull Request oluşturun

📜 Lisans

Bu proje MIT lisansı altında lisanslanmıştır.

🔗 Bağlantılar

⚠️ Not

Bu sunucu FonParam API'sinin ücretsiz katmanını kullanır ve rate limiting kurallarına tabidir:

  • 15 dakikada maksimum 25 istek
  • Günlük maksimum 100 istek

Yoğun kullanım için API anahtarı almayı düşünebilirsiniz.

FAQ

What is the FonParam MCP server?
FonParam is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
How do MCP servers relate to agent skills?
Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
How are reviews shown for FonParam?
This profile displays 63 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.7 out of 5—verify behavior in your own environment before production use.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.

List & Promote Your MCP Server

Share your MCP server with the developer community

GET_STARTED →
MCP server reviews

Ratings

4.763 reviews
  • Kwame Li· Dec 28, 2024

    FonParam reduced integration guesswork — categories and install configs on the listing matched the upstream repo.

  • Ishan Singh· Dec 16, 2024

    We wired FonParam into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Diya Choi· Nov 19, 2024

    I recommend FonParam for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.

  • Ira Torres· Nov 7, 2024

    According to our notes, FonParam benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.

  • James Khanna· Nov 3, 2024

    We evaluated FonParam against two servers with overlapping tools; this profile had the clearer scope statement.

  • Emma Kim· Oct 26, 2024

    FonParam has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.

  • Nikhil Brown· Oct 22, 2024

    FonParam is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.

  • Diya Perez· Oct 10, 2024

    Strong directory entry: FonParam surfaces stars and publisher context so we could sanity-check maintenance before adopting.

  • Diya Shah· Sep 21, 2024

    We wired FonParam into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.

  • Sakshi Patil· Sep 17, 2024

    Useful MCP listing: FonParam is the kind of server we cite when onboarding engineers to host + tool permissions.

showing 1-10 of 63

1 / 7