Fintual
Fintual MCP Server
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
Maintainer
Works with
Installation
Manual Installation
npx fintual-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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_serverInstall 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 | shInstall 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.pyAdd 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"
]
}
}
}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.
Fintual Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Fintual? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
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.
Set Up Fintual in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.