Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.kemalersin/fonparam-mcp

NPM · FONPARAM-MCP · SCANNED AUG 3

MCP server for FonParam API - Turkish mutual funds data

Available components

+12 this week 58 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.4.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (43 of 44), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1074 tokens (~71/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · fonparam-mcp

# add to Claude Code
claude mcp add kemalersin-fonparam-mcp -- npx -y fonparam-mcp
# add to Codex CLI
codex mcp add kemalersin-fonparam-mcp -- npx -y fonparam-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kemalersin-fonparam-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "fonparam-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kemalersin-fonparam-mcp --command npx --arg -y --arg fonparam-mcp
# ~/.hermes/config.yaml
mcp_servers:
  kemalersin-fonparam-mcp:
    command: "npx"
    args: ["-y", "fonparam-mcp"]
// mcp.json
{
  "mcpServers": {
    "kemalersin-fonparam-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fonparam-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +36
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • MCP protocol: unverified → fail functional
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 43 packages

43 packages in the resolved dependency tree · 43 deprecated · 11 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~1,074 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_fund ~134

Fon için yatırım analizi yapar

NameTypeReqDescription
codestringyesFon kodu
includeMonthlyDetailsbooleanAylık detayları getir (varsayılan: true)
initialInvestmentnumberyesBaşlangıç yatırımı (TL)
monthlyInvestmentnumberAylık yatırım tutarı (TL, opsiyonel)
startDatestringyesBaşlangıç tarihi
yearlyIncreaseTypestringYıllık artış tipi (opsiyonel)
yearlyIncreaseValuenumberYıllık artış değeri (opsiyonel)

No output schema declared.

No examples provided.

company_details ~53

Portföy yönetim şirketi detaylarını getirir

NameTypeReqDescription
codestringyesŞirket kodu
include_fundsbooleanŞirketin fonlarını da getir (varsayılan: true)

No output schema declared.

No examples provided.

compare_funds ~35

Fonları karşılaştırır (2-5 fon)

NameTypeReqDescription
codesarrayyesKarşılaştırılacak fon kodları

No output schema declared.

No examples provided.

fund_historical_data ~97

Fonun geçmiş değerlerini getirir

NameTypeReqDescription
codestringyesFon kodu
end_datestringBitiş tarihi (YYYY-MM-DD)
intervalstringVeri aralığı
orderstringSıralama yönü
sortstringSıralama alanı
start_datestringBaşlangıç tarihi (YYYY-MM-DD)

No output schema declared.

No examples provided.

fund_type_details ~32

Belirli bir fon tipinin detaylarını getirir

NameTypeReqDescription
typestringyesFon tipi kodu

No output schema declared.

No examples provided.

inflation_rates ~48

Enflasyon verilerini listeler

NameTypeReqDescription
end_datestringBitiş tarihi (YYYY-MM-DD)
start_datestringBaşlangıç tarihi (YYYY-MM-DD)

No output schema declared.

No examples provided.

latest_inflation_rate ~20

Son enflasyon verisini getirir

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

latest_statistics ~16

Son istatistikleri getirir

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_companies ~115

Portföy yönetim şirketlerini listeler

NameTypeReqDescription
limitnumberSayfa başına kayıt sayısı
max_total_fundsnumberMaksimum fon sayısı
min_total_fundsnumberMinimum fon sayısı
orderstringSıralama yönü
pagenumberSayfa numarası
searchstringŞirket adı veya kodu ile arama
sortstringSıralama alanı

No output schema declared.

No examples provided.

list_fund_types ~71

Fon tiplerini listeler

NameTypeReqDescription
max_total_fundsnumberMaksimum fon sayısı
min_total_fundsnumberMinimum fon sayısı
orderstringSıralama yönü
sortstringSıralama alanı

No output schema declared.

No examples provided.

list_funds ~223

Yatırım fonlarını listeler ve filtreleme imkanı sunar

NameTypeReqDescription
codestringFon kodu veya kodları (virgülle ayrılmış)
limitnumberSayfa başına kayıt sayısı (varsayılan: 20, maksimum: 100)
management_companystringPortföy yönetim şirketi kodu
max_risk_valuenumberMaksimum risk seviyesi (1-7)
min_risk_valuenumberMinimum risk seviyesi (1-7)
orderstringSıralama yönü
pagenumberSayfa numarası (varsayılan: 1)
searchstringFon adı, kodu, şirket adı ile arama
sortstringSıralama alanı (code, title, yield_1y, vb.)
tefasbooleanTEFAS'ta işlem görme durumu
typestringFon tipi

No output schema declared.

No examples provided.

monthly_inflation_rate ~48

Belirli bir ay ve yıldaki enflasyon verisini getirir

NameTypeReqDescription
monthnumberyesAy (1-12)
yearnumberyesYıl

No output schema declared.

No examples provided.

statistics ~99

Günlük istatistikleri listeler

NameTypeReqDescription
end_datestringBitiş tarihi (YYYY-MM-DD)
limitnumberSayfa başına kayıt sayısı
orderstringSıralama yönü
pagenumberSayfa numarası
sortstringSıralama alanı
start_datestringBaşlangıç tarihi (YYYY-MM-DD)

No output schema declared.

No examples provided.

statistics_by_date ~37

Belirli bir günün istatistiklerini getirir

NameTypeReqDescription
datestringyesİstatistik tarihi (YYYY-MM-DD)

No output schema declared.

No examples provided.

top_performing_funds ~46

En iyi performans gösteren fonları getirir

NameTypeReqDescription
reference_fundsstringReferans fon kodları (virgülle ayrılmış, opsiyonel)

No output schema declared.

No examples provided.