Pensiata - Bulgarian Pension Fund Analytics
io.github.nvasilevv/pensiataBulgarian pension fund analytics — NAV data, metrics, rankings, and benchmarks.
Tools · 26
Retrieve Bulgarian pension manager metadata for UPF, PPF, and VPF/DPF schemes. Use this to discover licensed managers and their supported scheme types before running rankings or metric calculations o…
List Bulgarian private pension funds and canonical fund IDs. Returns `fund_id` in `manager_slug:scheme_code` format for UPF, PPF, and VPF/DPF. Use this as discovery before calling NAV, metric, and ra…
Get official NAV time series for a Bulgarian pension fund (UPF/PPF/VPF). Accepts either `fund_id` or (`manager_slug`, `scheme_code`) and returns normalized NAV points for return/risk calculations and…
List benchmark assets for Bulgarian pension comparisons. Includes inflation and market references used to evaluate relative performance of UPF, PPF, and VPF/DPF funds. Data freshness: benchmark metad…
List all supported financial metric identifiers for MCP analytics tools.
Return MCP cache telemetry for diagnostics and performance debugging.
Get historical benchmark series for pension-fund comparison workflows. Use with compute/rank tools to compare Bulgarian pension funds against inflation or market proxies over aligned periods. Data fr…
Compute a metric for Bulgarian pension funds or benchmark targets. Supports returns, drawdown, volatility, Sharpe/Sortino/Calmar, correlation, and benchmark-aware metrics over configurable period and…
Rank funds within UPF/PPF/VPF schemes by a selected metric and period. Supports optional extra columns via `include_metrics` for agent-friendly table outputs. Data freshness: rankings are computed fr…
Rank benchmark assets by metric and period for market-context comparison. Data freshness: rankings reflect latest ingested benchmark observations.
Simulate saver outcomes with periodic contributions into Bulgarian pension funds. Estimates invested amount, terminal value, and IRR-like performance diagnostics. Data freshness: simulation uses the …
Alias for `list_managers` with explicit Bulgarian pension context for agent discovery.
Alias for `list_funds` to discover UPF/PPF/VPF fund IDs for FSC-based analysis.
Alias for `get_nav_series` with explicit pension NAV semantics for tool-RAG routing.
Alias for `list_benchmarks` with Bulgarian pension comparison context.
Alias for `list_metrics` so agents can semantically find available pension metrics.
Alias for `get_benchmark_series` to retrieve inflation/market comparators for UPF/PPF/VPF.
Alias for `compute_metric` with explicit Bulgarian pension metric intent.
Alias for `rank` to semantically target Bulgarian UPF/PPF/VPF leaderboard queries.
Alias for `rank_benchmarks` for semantically rich benchmark ranking discovery.
Alias for `simulate_saver_outcome` with explicit Bulgarian pension savings semantics.
List available markdown holdings reports for Bulgarian pension funds. Reports contain detailed portfolio holdings data extracted from official PDF filings and converted to structured markdown with me…
Get a lightweight summary index of pension fund holdings reports. Returns allocation metadata (equity %, domestic %, funds %) and top holdings for each report without loading full content. Use this f…
Read a specific markdown holdings report for a Bulgarian pension fund. Returns the full markdown content (or just metadata if summary_only=True) for a specific manager, fund type, and date. The repor…
Return the full text of Bulgarian pension legal documents.
Search across Bulgarian pension legal framework documents.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pensiata_-_bulgarian_pension_fund_analytics": {
"url": "https://mcp.pensiata.me/mcp",
"transport": "streamable-http"
}
}
}