Fintual MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"Fintual MCP Server": {
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"<path to mcp-servers>/fintual_mcp_server/fintual_python_server/server.py"
],
"command": "/path_to_your_uv/.local/bin/uv"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This server enables LLMs to interact with Fintual's API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
assets_provider_promptPrompt to use the assets_provider tool.
conceptual_assets_promptPrompt to use the conceptual_assets tool.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Swiss accounting integration for Bexio. 310 tools for invoices, contacts, projects.
Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.
MCP Security Weekly
Get CVE alerts and security updates for Fintual_mcp_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.jsonQuestion 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.