Fintual

v1.0.0Finance & Fintechstable

Fintual MCP Server

fintual-mcp-servermcpai-integration
Share:
23
Stars
0
Downloads
0
Weekly
0/5

What is Fintual?

Fintual is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to fintual mcp server

Fintual MCP Server

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Fintual MCP Server

Use Cases

Integrate Fintual investment and financial services into AI workflows.
davila7

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedApr 14, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx fintual-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Fintual

The Fintual MCP Server connects AI assistants to the Fintual investment platform API, exposing tools to query asset providers, retrieve conceptual assets, list integrated banks, and look up provider details by ID. Fintual is a Latin American fintech platform offering investment funds, and this server lets financial analysts and developers query its public data catalog from within Claude or other MCP-compatible clients without writing API code directly. No API key is required — the server uses Fintual's public endpoints.

Prerequisites

  • Python 3.8+ installed
  • The `uv` package manager installed (`curl -LsSf https://astral.sh/uv/install.sh | sh`)
  • git for cloning the repository
  • An MCP-compatible client such as Claude Desktop, Cursor, or CodeGPT
  • No Fintual API key required — the server uses public endpoints
1

Clone the repository

Clone the Fintual MCP server repository to your local machine.

git clone https://github.com/davila7/fintual_mcp_server.git
cd fintual_mcp_server
2

Install the uv package manager

This server uses uv for dependency management. Install it if you don't have it already.

curl -LsSf https://astral.sh/uv/install.sh | sh
3

Install and register the MCP server

Navigate to the Python server directory and use the MCP CLI (via uv) to install the server. This registers it with your local MCP configuration.

cd fintual_python_server
uv run mcp install server.py
4

Add the server to your MCP client configuration manually

Add the Fintual server entry to your MCP client config file. Use the absolute path to both the uv binary and the server.py file.

{
  "mcpServers": {
    "Fintual MCP Server": {
      "command": "/home/youruser/.local/bin/uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "/absolute/path/to/fintual_mcp_server/fintual_python_server/server.py"
      ]
    }
  }
}
5

Restart your MCP client and verify the tools

Restart Claude Desktop or your editor. The tools `asset_provider`, `get_asset_provider_by_id`, `get_conceptual_assets`, and `banks` should now be available.

Fintual Examples

Client configuration

Complete Claude Desktop configuration for the Fintual MCP server using uv and the Python server script.

{
  "mcpServers": {
    "Fintual MCP Server": {
      "command": "/home/youruser/.local/bin/uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "/path/to/fintual_mcp_server/fintual_python_server/server.py"
      ]
    }
  }
}

Prompts to try

Example prompts that use the four Fintual tools to explore investment data.

- "List all asset providers available in Fintual"
- "Is Zurich an asset manager registered in Fintual?"
- "What banks are integrated with Fintual?"
- "Get the conceptual assets available from BANCHILE"
- "Find the asset provider with ID 1 and show its details"

Troubleshooting Fintual

uv not found when the MCP server tries to start

Find the absolute path to uv with `which uv` and use that full path in the `command` field of your config. The default install location is `~/.local/bin/uv` on Linux/Mac.

server.py path not found error on startup

Ensure the path in the `args` array points to `fintual_python_server/server.py` using an absolute path. Relative paths do not work reliably in MCP client configs.

Tool calls fail with connection or API errors

The server connects to Fintual's public API. Verify your internet connection and that Fintual's API at api.fintual.com is reachable. No authentication is required, so network connectivity is the most common failure point.

Frequently Asked Questions about Fintual

What is Fintual?

Fintual is a Model Context Protocol (MCP) server that fintual mcp server It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Fintual?

Follow the installation instructions on the Fintual GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Fintual?

Fintual works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Fintual free to use?

Yes, Fintual is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Fintual?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides