FinaShopping MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FINASHOPPING_API_URL | No | Backend API URL | https://finashopping-backend-production.up.railway.app |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-loansC | Search available loans from Uruguayan financial institutions. Filter by amount, term, and type. | Buscar préstamos disponibles en instituciones financieras uruguayas. Filtrar por monto, plazo y tipo. |
| calculate-loan-paymentA | Calculate monthly loan payment using the French amortization system (fixed payment). Returns payment, total amount, and interest. | Calcular la cuota mensual de un préstamo usando el sistema francés (cuota fija). Devuelve cuota, total a pagar e intereses. |
| compare-loansB | Compare multiple loans side by side. Useful for choosing the best option. | Comparar múltiples préstamos lado a lado. Útil para elegir la mejor opción. |
| get-loan-requirementsC | Get the requirements to apply for a specific loan. | Obtener los requisitos para solicitar un préstamo específico. |
| search-credit-cardsB | Search available credit cards in Uruguay. Filter by payment network and maximum annual fee. | Buscar tarjetas de crédito disponibles en Uruguay. Filtrar por red de pago y costo anual máximo. |
| get-card-detailsC | Get complete details for a specific credit card. | Obtener detalles completos de una tarjeta de crédito específica. |
| search-insurancesC | Search available insurance in Uruguay. Includes life, auto, home insurance and more. | Buscar seguros disponibles en Uruguay. Incluye seguros de vida, auto, hogar y más. |
| search-guaranteesC | Search available rental guarantee options in Uruguay. | Buscar opciones de garantía de alquiler disponibles en Uruguay. |
| get-benefitsC | Get available benefits and discounts for financial product users. | Obtener beneficios y descuentos disponibles para usuarios de productos financieros. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| loan-application-guide | Step-by-step guide to apply for a loan in Uruguay | Guía paso a paso para solicitar un préstamo en Uruguay |
| improve-credit-score | Tips to improve your credit score in Uruguay | Consejos para mejorar tu score crediticio en Uruguay |
| product-comparison | Detailed comparison of Uruguayan financial products | Comparación detallada de productos financieros uruguayos |
| financial-faq | Frequently asked questions about finances in Uruguay | Preguntas frecuentes sobre finanzas en Uruguay |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| loans | Complete list of loans available from Uruguayan financial institutions | Lista completa de préstamos disponibles en instituciones financieras uruguayas |
| cards | Credit cards available in Uruguay | Tarjetas de crédito disponibles en Uruguay |
| insurance | Insurance products available in Uruguay | Productos de seguros disponibles en Uruguay |
| guarantees | Rental guarantee options in Uruguay | Opciones de garantía de alquiler en Uruguay |
| benefits | Available benefits program | Programa de beneficios disponibles |
| institutions | List of banks, insurance companies, and payment networks in Uruguay | Lista de bancos, aseguradoras y redes de pago en Uruguay |
| credit-ranges | Credit score ranges and classifications in Uruguay | Rangos y clasificaciones del score crediticio en Uruguay |
| about | Information about the FinaShopping platform | Información sobre la plataforma FinaShopping |
TDQS
Scored across 9 tools
Most tools have distinct purposes targeting different financial products (loans, credit cards, guarantees, insurances, benefits), but 'search-loans' and 'compare-loans' could cause some confusion as both involve loan evaluation. Descriptions help clarify that 'search-loans' finds available options while 'compare-loans' analyzes multiple loans side-by-side.
All tool names follow a consistent verb_noun pattern with hyphens (e.g., calculate-loan-payment, search-credit-cards). The naming is predictable and readable throughout, with no mixing of conventions or styles.
With 9 tools, the server is well-scoped for a financial shopping assistant covering loans, credit cards, guarantees, insurances, and benefits. Each tool earns its place by addressing a specific aspect of financial product research and comparison in Uruguay.
The tool set provides strong coverage for searching and comparing financial products, with minor gaps. For example, there are tools to search loans and credit cards but no explicit tools for applying or managing these products, which agents might need to work around. However, core research workflows are well-supported.