home / mcp / fonparam mcp server

FonParam MCP Server

FonParam MCP Server

Installation
Add the following to your MCP client configuration file.

Configuration

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

You run the FonParam MCP Server to enable Claude Desktop to access Turkey’s fund data through the FonParam API. It lets you list funds, compare them, analyze performance, view company details, fetch historical data, and pull daily statistics plus inflation data for Turkey.

How to use

Use your MCP client to interact with FonParam’s MCP endpoints. You can list funds with filters, compare multiple funds side by side, analyze investment scenarios, fetch historical performance, view portfolio management companies, and retrieve up-to-date statistics and inflation figures. Typical usage patterns include listing all funds to explore options, selecting a handful of funds to compare, running investment analysis on a chosen fund, and querying the latest economic indicators to inform decisions.

How to install

Prerequisites: you need Node.js installed on your machine. You will also use npm or npx to run the MCP server.

# Option A: Install and run using npm/npx (recommended)
npx -y fonparam-mcp

# Option B: Build from source and run locally
# 1) Install dependencies
npm install

# 2) Build the project
npm run build

# 3) Start the local server (example path may vary; use the correct dist/index.js from your build)
node /tam/yol/to/fonparam-mcp/dist/index.js

Configuration and running options

The MCP server can be run via an inline command using npx or by running a local build. Choose the method that fits your workflow.

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

Available tools

list_funds

Lists funds with filtering and search options to explore available investment funds.

top_performing_funds

Retrieves funds that have the best performance within a given period.

compare_funds

Compares 2–5 funds to help you analyze differences and metrics side by side.

analyze_fund

Performs investment analysis and calculates potential returns for a selected fund.

fund_historical_data

Fetches historical performance data for a fund.

list_companies

Lists portfolio management companies and related statistics.

company_details

Fetches detailed information about a portfolio management company.

statistics

Provides daily market statistics.

latest_statistics

Retrieves the most recent statistics.

statistics_by_date

Returns statistics for a specific date.

list_fund_types

Lists available fund types.

fund_type_details

Provides details about a specific fund type.

inflation_rates

Lists inflation data for Turkey.

latest_inflation_rate

Retrieves the latest inflation rate.

monthly_inflation_rate

Fetches inflation data for a specific month and year.