Odel
fonparam mcp

fonparam mcp

Local
@kemalersin3TypeScriptMITUpdated 3mo ago

MCP server for FonParam API - Turkish mutual funds data

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfonparam-mcpv1.0.4

Run

npx -y fonparam-mcp

MCP client config

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