Skip to main content
Glama
switchwize

SwitchWize MCP

Official
by switchwize

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SWITCHWIZE_API_URLNoOptional API-origin override for developers.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_top_ratesB

Return top SwitchWize rates for a supported category with freshness and attribution metadata.

get_top_hysa_ratesB

Return top high-yield savings rates with freshness and attribution metadata.

get_bank_gapB

Estimate the annual savings gap for a balance using the current Bank Gap Index assumptions.

compare_switch_savingsC

Compare a user's current APY with SwitchWize's current top savings APY for a balance.

get_rate_freshnessC

Return public data source freshness status and affected routes.

get_index_datasetB

Return a SwitchWize index dataset summary and recent series.

get_bank_gap_indexA

Return the current SwitchWize Bank Gap Index headline value, latest release, and methodology URL.

get_reality_scoreC

Return a premium credit-card Reality Score for a card and consumer segment.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 8 tools

Disambiguation4/5

Most tools target distinct resources or actions, but get_top_rates and get_top_hysa_rates overlap since HYSA rates are likely a category of the generic rates tool. get_bank_gap and get_bank_gap_index are also closely named, though their descriptions clarify that one estimates a savings gap and the other returns an index headline.

Naming Consistency4/5

The vast majority of tools follow a clean get_<noun> snake_case pattern. compare_switch_savings breaks the pattern by leading with a different verb, but it is still readable and consistent in style.

Tool Count5/5

Eight tools is well within the ideal range for a domain-specific finance data server. The count is small enough to avoid overload while covering core rate, index, freshness, and comparison workflows.

Completeness3/5

The core savings-rate and Bank Gap Index workflows are covered, but the set lacks discovery tools for supported categories, card identifiers, or consumer segments. This creates dead ends for agents that need to know valid inputs before calling get_top_rates or get_reality_score.

Maintenance

ActivityMaintained
ResponsivenessNo issues