finashopping-mcp
Verified Safeby ismaeldosil
Overview
This MCP server enables Claude Desktop to search, compare, and calculate information about Uruguayan financial products like loans, credit cards, and insurance, and provides financial guidance.
Installation
npx finashopping-mcpEnvironment Variables
- FINASHOPPING_API_URL
- FINASHOPPING_SERVICE_USERNAME
- FINASHOPPING_SERVICE_PASSWORD
Security Notes
The server's code is clear TypeScript and does not show signs of obfuscation or direct use of dangerous functions like `eval`. It connects to a backend API using `axios`, handling JWT authentication with automatic token refresh. Crucially, it relies on `FINASHOPPING_SERVICE_USERNAME` and `FINASHOPPING_SERVICE_PASSWORD` environment variables for backend authentication, which is a good practice to avoid hardcoding credentials. Error handling for network issues is present. The primary security consideration for the user is ensuring these environment variables are securely managed.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcp-dashboard
Manage Model Context Protocol (MCP) server settings for Claude Code and Claude Desktop through a local web-based graphical user interface.
inegi-mcp-server
Provides an MCP server to access official INEGI (Mexico's National Institute of Statistics and Geography) APIs, enabling Claude Desktop to query statistical, economic, demographic, and establishment data from Mexico.
ai-finance-app
An AI-powered personal finance assistant that integrates with Copilot Money and Google Sheets to answer finance-related questions via Claude Code CLI.