io.github.kemalersin/fonparam-mcp
NPM · FONPARAM-MCP · SCANNED AUG 3
MCP server for FonParam API - Turkish mutual funds data
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 62 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add kemalersin-fonparam-mcp -- npx -y fonparam-mcp
codex mcp add kemalersin-fonparam-mcp -- npx -y fonparam-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kemalersin-fonparam-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"fonparam-mcp"
],
"enabled": true
}
}
} openclaw mcp add kemalersin-fonparam-mcp --command npx --arg -y --arg fonparam-mcp
mcp_servers:
kemalersin-fonparam-mcp:
command: "npx"
args: ["-y", "fonparam-mcp"] {
"mcpServers": {
"kemalersin-fonparam-mcp": {
"command": "npx",
"args": [
"-y",
"fonparam-mcp"
]
}
}
} 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.
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.
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.
analyze_fund ~134
Fon için yatırım analizi yapar
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Fon kodu |
| includeMonthlyDetails | boolean | — | Aylık detayları getir (varsayılan: true) |
| initialInvestment | number | yes | Başlangıç yatırımı (TL) |
| monthlyInvestment | number | — | Aylık yatırım tutarı (TL, opsiyonel) |
| startDate | string | yes | Başlangıç tarihi |
| yearlyIncreaseType | string | — | Yıllık artış tipi (opsiyonel) |
| yearlyIncreaseValue | number | — | Yıllık artış değeri (opsiyonel) |
No output schema declared.
No examples provided.
company_details ~53
Portföy yönetim şirketi detaylarını getirir
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Şirket kodu |
| include_funds | boolean | — | Ş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)
| Name | Type | Req | Description |
|---|---|---|---|
| codes | array | yes | Karşılaştırılacak fon kodları |
No output schema declared.
No examples provided.
fund_historical_data ~97
Fonun geçmiş değerlerini getirir
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | Fon kodu |
| end_date | string | — | Bitiş tarihi (YYYY-MM-DD) |
| interval | string | — | Veri aralığı |
| order | string | — | Sıralama yönü |
| sort | string | — | Sıralama alanı |
| start_date | string | — | Başlangıç tarihi (YYYY-MM-DD) |
No output schema declared.
No examples provided.
fund_type_details ~32
Belirli bir fon tipinin detaylarını getirir
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | yes | Fon tipi kodu |
No output schema declared.
No examples provided.
inflation_rates ~48
Enflasyon verilerini listeler
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | — | Bitiş tarihi (YYYY-MM-DD) |
| start_date | string | — | Baş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
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Sayfa başına kayıt sayısı |
| max_total_funds | number | — | Maksimum fon sayısı |
| min_total_funds | number | — | Minimum fon sayısı |
| order | string | — | Sıralama yönü |
| page | number | — | Sayfa numarası |
| search | string | — | Şirket adı veya kodu ile arama |
| sort | string | — | Sıralama alanı |
No output schema declared.
No examples provided.
list_fund_types ~71
Fon tiplerini listeler
| Name | Type | Req | Description |
|---|---|---|---|
| max_total_funds | number | — | Maksimum fon sayısı |
| min_total_funds | number | — | Minimum fon sayısı |
| order | string | — | Sıralama yönü |
| sort | string | — | Sıralama alanı |
No output schema declared.
No examples provided.
list_funds ~223
Yatırım fonlarını listeler ve filtreleme imkanı sunar
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | Fon kodu veya kodları (virgülle ayrılmış) |
| limit | number | — | Sayfa başına kayıt sayısı (varsayılan: 20, maksimum: 100) |
| management_company | string | — | Portföy yönetim şirketi kodu |
| max_risk_value | number | — | Maksimum risk seviyesi (1-7) |
| min_risk_value | number | — | Minimum risk seviyesi (1-7) |
| order | string | — | Sıralama yönü |
| page | number | — | Sayfa numarası (varsayılan: 1) |
| search | string | — | Fon adı, kodu, şirket adı ile arama |
| sort | string | — | Sıralama alanı (code, title, yield_1y, vb.) |
| tefas | boolean | — | TEFAS'ta işlem görme durumu |
| type | string | — | Fon tipi |
No output schema declared.
No examples provided.
monthly_inflation_rate ~48
Belirli bir ay ve yıldaki enflasyon verisini getirir
| Name | Type | Req | Description |
|---|---|---|---|
| month | number | yes | Ay (1-12) |
| year | number | yes | Yıl |
No output schema declared.
No examples provided.
statistics ~99
Günlük istatistikleri listeler
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | — | Bitiş tarihi (YYYY-MM-DD) |
| limit | number | — | Sayfa başına kayıt sayısı |
| order | string | — | Sıralama yönü |
| page | number | — | Sayfa numarası |
| sort | string | — | Sıralama alanı |
| start_date | string | — | Başlangıç tarihi (YYYY-MM-DD) |
No output schema declared.
No examples provided.
statistics_by_date ~37
Belirli bir günün istatistiklerini getirir
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | İstatistik tarihi (YYYY-MM-DD) |
No output schema declared.
No examples provided.
top_performing_funds ~46
En iyi performans gösteren fonları getirir
| Name | Type | Req | Description |
|---|---|---|---|
| reference_funds | string | — | Referans fon kodları (virgülle ayrılmış, opsiyonel) |
No output schema declared.
No examples provided.