savvly-mcp
Related Servers
Alternatives to savvly-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenancePublic, no-login MCP server exposing SmartMoney77's financial calculators: compound interest, FIRE number, credit-card payoff, emergency fund, inflation, fees and the cost of waiting. Also computes historical "what if I had invested" returns from real yearly price data, and builds deep links and share packs for calculators in 6 localized editions.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for cove-fi, a deterministic retirement and financial-independence projection engine. It lets users run plans, create scenarios, and explore year-by-year net-worth projections through natural language.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for a content-first knowledge base, enabling AI agents to search (full-text, semantic, hybrid) and retrieve Markdown documents, list content, and find related docs.7 npmMIT
- AlicenseNot gradedqualityCmaintenanceProvides a sovereign, MIT-licensed MCP server for professional-service workflows, running entirely on your infrastructure with Ed25519 cryptographic signing for every action.MIT
- AlicenseAqualityAmaintenanceOfficial MCP server for Agni Folio, a free multi-currency wealth & portfolio tracker. 23 tools for holdings, performance, FIRE planning, crypto P&L, and confirm-gated writes — hosted endpoint with OAuth 2.1, plus a Docker stdio bridge in this repo.4MIT
- AlicenseNot gradedqualityAmaintenanceA stateless MCP server for composing, validating, auditing, and rendering consequential documents from a small semantic model.MIT
TDQS
Scored across 8 tools
The three projection tools (lumpsum, monthly, retirement_with_savvly) are separable by their input scenarios, but the informational cluster—get_savvly_product_info, get_savvly_faq, and search_savvly_content—overlaps heavily, with the FAQ tool even admitting it is a convenience view of search_savvly_content. Descriptions clarify boundaries reasonably well, but an agent could still pick the wrong info-retrieval tool.
All names use snake_case with a leading verb and the 'savvly' domain token (compare_savvly_vs_alternative, get_savvly_product_info, project_savvly_lumpsum, search_savvly_content). The pattern is highly predictable and readable throughout.
Eight tools is well-scoped for a product-information and retirement-projection server, with no redundant or filler tools. Each tool covers a distinct capability (info, comparison, eligibility, FAQ, search, and three projection variants).
The surface covers the core lifecycle of a retirement-product info server: educate (info/FAQ/search), compare, check eligibility, and project (lump sum, monthly, full trajectory). Minor gaps remain—no explicit expense/cost breakdown tool or enrollment/contact operation—but these are largely absorbed by the product info tool.