FinaShopping MCP Server
Enables interaction with Uruguayan financial products including loans, credit cards, and insurance. Supports searching products, calculating payments, comparing options, and accessing financial guidance through Claude Desktop.
README
FinaShopping MCP Server
MCP Server for interacting with Uruguayan financial products from Claude Desktop.
Quick Installation
Option 1: npx (recommended)
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"finashopping": {
"command": "npx",
"args": ["finashopping-mcp"]
}
}
}
Option 2: Global installation
npm install -g finashopping-mcp
Then in claude_desktop_config.json:
{
"mcpServers": {
"finashopping": {
"command": "finashopping-mcp"
}
}
}
Option 3: From source
git clone https://github.com/ismaeldosil/finashopping-mcp.git
cd finashopping-mcp
npm install
npm run build
In claude_desktop_config.json:
{
"mcpServers": {
"finashopping": {
"command": "node",
"args": ["/path/to/finashopping-mcp/dist/index.js"]
}
}
}
Available Tools
Loans
| Tool | Description |
|---|---|
search-loans |
Search loans by amount, term, and type |
calculate-loan-payment |
Calculate monthly payment (French amortization) |
compare-loans |
Compare multiple loans |
get-loan-requirements |
Requirements to apply |
Cards and Insurance
| Tool | Description |
|---|---|
search-credit-cards |
Search cards by network and cost |
search-insurances |
Search insurance by type |
search-guarantees |
Rental guarantee options |
get-benefits |
Benefits and discounts |
Available Resources
| URI | Description |
|---|---|
finashopping://loans |
Loan catalog |
finashopping://cards |
Card catalog |
finashopping://insurance |
Insurance catalog |
finashopping://institutions |
Financial institutions |
finashopping://credit/ranges |
Credit score ranges |
Available Prompts
| Prompt | Description |
|---|---|
loan-application-guide |
Step-by-step guide to apply for a loan |
improve-credit-score |
Tips to improve your score |
product-comparison |
Detailed product comparison |
financial-faq |
FAQ about finances in Uruguay |
Usage Examples
Once installed, in Claude Desktop you can ask:
- "Search for personal loans up to $100,000"
- "Calculate the payment for a $50,000 loan at 24 months with 28% rate"
- "Compare credit cards with no annual fee"
- "What do I need to apply for a mortgage?"
- "Give me tips to improve my credit score"
Environment Variables
| Variable | Default | Description |
|---|---|---|
FINASHOPPING_API_URL |
https://finashopping-backend-production.up.railway.app |
Backend API URL |
Development
# Install dependencies
npm install
# Development
npm run dev
# Build
npm run build
# Tests
npm test
# Type check
npm run type-check
Supported Institutions
Banks
- BROU (Banco Republica)
- Santander Uruguay
- Itau Uruguay
- Scotiabank Uruguay
- BBVA Uruguay
Insurance
- BSE (Banco de Seguros del Estado)
- Sura Uruguay
- Mapfre Uruguay
Payment Networks
- OCA
- Visa
- Mastercard
Troubleshooting
Server doesn't appear in Claude Desktop
- Verify that
claude_desktop_config.jsonis in the correct location - Restart Claude Desktop completely
- Verify that Node.js 20+ is installed
Backend connection error
- Check internet connectivity
- Backend is at:
https://finashopping-backend-production.up.railway.app/health
View MCP Server logs
Logs are written to stderr. In development you can see them in the terminal.
License
MIT
URLs
| Service | URL |
|---|---|
| Frontend | https://finashopping-frontend.vercel.app |
| Backend API | https://finashopping-backend-production.up.railway.app |
| MCP Server | https://finashopping-mcp-production.up.railway.app |
| API Docs | https://finashopping-backend-production.up.railway.app/api-docs |
Links
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.