home / mcp / fonparam mcp server
FonParam MCP Server
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.
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.
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.jsThe 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": {}
}
}
}Lists funds with filtering and search options to explore available investment funds.
Retrieves funds that have the best performance within a given period.
Compares 2–5 funds to help you analyze differences and metrics side by side.
Performs investment analysis and calculates potential returns for a selected fund.
Fetches historical performance data for a fund.
Lists portfolio management companies and related statistics.
Fetches detailed information about a portfolio management company.
Provides daily market statistics.
Retrieves the most recent statistics.
Returns statistics for a specific date.
Lists available fund types.
Provides details about a specific fund type.
Lists inflation data for Turkey.
Retrieves the latest inflation rate.
Fetches inflation data for a specific month and year.