Analytics
pensiata.me
Provides access to Bulgarian pension fund data, including manager metadata, fund lists, NAV time series, benchmarks, and financial metrics for analysis.
ENDPOINT 1
https://mcp.pensiata.me/mcp
MCP server metadata
- Name
- bgpensions-tools
- Version
- 3.3.1
Known tools 26
list_managersRetrieve Bulgarian pension manager metadata for UPF, PPF, and VPF/DPF schemes.
Inferred read-onlyget_nav_seriesGet official NAV time series for a Bulgarian pension fund (UPF/PPF/VPF).
Inferred read-onlylist_metricsList all supported financial metric identifiers for MCP analytics tools.
Inferred read-onlyget_benchmark_seriesGet historical benchmark series for pension-fund comparison workflows.
Inferred read-onlyrank_benchmarksRank benchmark assets by metric and period for market-context comparison.
Inferred read-onlysimulate_saver_outcomeSimulate saver outcomes with periodic contributions into Bulgarian pension funds.
Inferred read-onlyget_bulgarian_pension_fund_managersAlias for `list_managers` with explicit Bulgarian pension context for agent discovery.
Inferred read-onlyget_bulgarian_pension_fundsAlias for `list_funds` to discover UPF/PPF/VPF fund IDs for FSC-based analysis.
Inferred read-onlyget_bulgarian_pension_fund_nav_seriesAlias for `get_nav_series` with explicit pension NAV semantics for tool-RAG routing.
Inferred read-onlyget_bulgarian_pension_benchmarksAlias for `list_benchmarks` with Bulgarian pension comparison context.
Inferred read-onlyget_bulgarian_pension_metrics_catalogAlias for `list_metrics` so agents can semantically find available pension metrics.
Inferred read-onlyget_bulgarian_pension_benchmark_seriesAlias for `get_benchmark_series` to retrieve inflation/market comparators for UPF/PPF/VPF.
Inferred read-onlyget_bulgarian_pension_fund_metricAlias for `compute_metric` with explicit Bulgarian pension metric intent.
Inferred read-onlyrank_bulgarian_pension_funds_by_metricAlias for `rank` to semantically target Bulgarian UPF/PPF/VPF leaderboard queries.
Inferred read-onlyrank_bulgarian_pension_benchmarks_by_metricAlias for `rank_benchmarks` for semantically rich benchmark ranking discovery.
Inferred read-onlysimulate_bulgarian_pension_saver_outcomeAlias for `simulate_saver_outcome` with explicit Bulgarian pension savings semantics.
Inferred read-onlylist_holdings_reportsList available markdown holdings reports for Bulgarian pension funds.
Inferred read-onlyget_holdings_reports_indexGet a lightweight summary index of pension fund holdings reports.
Inferred read-onlyread_holdings_reportRead a specific markdown holdings report for a Bulgarian pension fund.
Inferred read-onlyget_pension_legal_frameworkReturn the full text of Bulgarian pension legal documents.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bgpensions-tools]
url = "https://mcp.pensiata.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bgpensions-tools": {
"type": "http",
"url": "https://mcp.pensiata.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bgpensions-tools
Remote MCP URL: https://mcp.pensiata.me/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bgpensions-tools": {
"url": "https://mcp.pensiata.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bgpensions-tools": {
"type": "http",
"url": "https://mcp.pensiata.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bgpensions-tools",
"transport": "streamable-http",
"url": "https://mcp.pensiata.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.