MCP App Store
by KeenEthics
Financial-Services

Stable.com

by Stable.com

Overview

Stable.com is a read-only information and order-tracking companion for the Stable platform. It looks up supported networks and assets, estimates indicative rates and fees, tracks the status of swaps a user has already started, and shows wallet balances and token allowances. The app does not execute trades, move or hold funds, or provide investment advice; any action is completed by the user on the Stable platform at stable.com.

Tools

account_get_allowances

Claude
Returns the Permit2 and LiquidityPool allowances for the given (chainId, address, token) tuples. chainId values come from swap_get_config (e.g. "101" for Ethereum), not standard EVM chain IDs. token is an asset symbol such as USDT; each result echoes it back as token and also reports the underlying contract as tokenAddress. Allowances are returned as human-readable decimal amounts. A per-result error field is set when a single chain could not be read. Useful for telling the user whether an approve is required before swapping. Read-only.

account_get_balances

Claude
Returns native and token balances for the given (chainId, address) pairs. chainId values come from swap_get_config (e.g. "101" for Ethereum), not standard EVM chain IDs. Note that the response is keyed by lowercase chain NAME ("ethereum", "bsc"), not by the chainId that was passed in. Chains with no balance are omitted, as is the tokens list when no token has a non-zero balance; chains that could not be read are listed in failedChains with partial set to true. Read-only.

swap_get_config

Claude
Returns the catalogue of supported chains (chainId and name) and assets (symbol and the chains each one is available on). Read-only. Does not execute any transaction.

swap_get_crosschain_status

Claude
Returns the status of a cross-chain swap identified by its secretHash. Transaction id fields are included only for the stages the swap has actually reached — a refund id, for example, appears only if the swap was refunded. Read-only.

swap_get_quote

Claude
Computes a swap quote for a (assetFrom, chainFrom) → (assetTo, chainTo) pair. Returns amountFrom and amountTo, the min and max amounts accepted, the source pool balance, and the fees: executionFeeUSD, amlFeeUSD, and nativeFeeUsd (the separate native-token gas fee, which is absent when gasLess is true). There is no exchange-rate field — derive it from amountFrom and amountTo if needed. Read-only — does not execute any transaction.

swap_get_singlechain_status

Claude
Returns the status of a single-chain (Liquidity Pool) swap identified by its orderId. Read-only.

swap_validate_lock

Claude
Checks whether the destination (or source-gasless) lock for a given secretHash exists and is valid on-chain. Read-only.

App Stats

7

Tools

Claude

Platforms

Works with

Claude

Data refreshed daily