
Fintual
STDIOLLM integration server for Fintual API, enabling financial data access and queries.
LLM integration server for Fintual API, enabling financial data access and queries.
This server enables LLMs to interact with Fintual's API.
Swagger: https://fintual.cl/api-docs/index.html
1- Clone this repository
git clone https://github.com/davila7/fintual_mcp_server.git
2- Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
Go to the fintual_python_server folder and run the following command:
cd fintual_python_server
Run the following command:
uv run mcp install server.py
or Add this to your .codegpt/mcp_config.json for CodeGPT or /path/to/Claude/claude_desktop_config.json for Claude Desktop:
{ "mcpServers": { "Fintual MCP Server": { "command": "/path_to_your_uv/.local/bin/uv", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "<path to mcp-servers>/fintual_mcp_server/fintual_python_server/server.py" ] } } }
/path_to_your_uv/.local/bin/uv
with the actual path to your uv executable.<path to mcp-servers>/fintual_mcp_server/fintual_python_server/server.py
with the actual path to the server.py file of the Fintual MCP server.The common JSON configuration should be placed in the following file, depending on the tool you are using:
claude_desktop_config.json
.cursor/mcp.jso
~/.codegpt/mcp_config.json
Question Example:
Zurich es una administradora de activos de Fintual ?
Question Example:
Cuales son los bancos integrados en Fintual ?
Question Example:
Cuales son los activos conceptuales de BANCHILE?
In Claude Desktop, you can add an speific prompt to use the tools.