mcpserver.lol
registry/inferventis-mcp
Connection check verified live · 20h ago

inferventis-mcp

Loan & mortgage calculator, compound interest, ROI, crypto prices, FX conversion for AI agents.

Tools 20
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

20 tools

Read from the running server on 20h ago.

bank_accounts limitaccount_id
Retrieves bank account details and recent transaction history via a connected bank API integration. Returns a list of transactions for the specified account, or for all linked acco…
crypto_fx_rates to*from*amount*
Converts an amount between any cryptocurrency and fiat currency pair, or between two cryptocurrencies, using real-time exchange rates sourced from CoinAPI. Supports all crypto-to-f…
crypto_price coin*currencyinclude_market_data
Retrieves real-time price data for any cryptocurrency listed on CoinGecko. Returns the current price in any fiat currency, 24-hour percentage change, market capitalisation, and 24-…
crypto_price_lite coin*currency
Retrieves the current spot price and 24-hour change for any cryptocurrency using the CoinGecko public API. Returns price, percentage change, and a timestamp. This is a lightweight…
currency_convert to*from*amount*
Converts a monetary amount from one currency to another using live exchange rates sourced from the Frankfurter API (European Central Bank data). Returns the converted amount, the e…
currency_convert_lite to*from*amount*
Converts a monetary amount between any two fiat currencies using live exchange rates from the Frankfurter API (European Central Bank data). Returns the converted amount and the exc…
currency_convert_open to*from*amount*
Converts a monetary amount between two fiat currencies using live exchange rates from an open currency exchange API. Returns the converted amount and the rate applied. Use currency…
currency_fx_lite to*from*amount*
Converts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates. Returns the converted amount and the exchange rate applied. Use currency_fx_lite wh…
currency_rates to*from*amount*
Retrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central Bank). Supports both real-time conversion and historical rate…
financial_calculator rateperiodsprincipalfinal_valuefixed_costsdiscount_rate +5
Performs precise financial calculations across six calculation types entirely locally with no external API dependency. compound_interest computes the final value and total interest…
financial_calculator_lite rateperiodsprincipalfinal_valueinitial_valuecalculator_type*
Performs common financial calculations locally with no external API dependency. Supports compound interest, loan repayment, return on investment (ROI), present value, future value,…
finnhub_stock_quote symbol*include_company_info
Retrieves real-time stock price quotes and company information for any publicly traded company via the Finnhub API. Returns current price, intraday high and low, percentage change…
open_banking_transactions limitfrom_dateaccount_id
Retrieves bank account balances and transaction history via PSD2 Open Banking (TrueLayer), covering 300+ UK and European banks. Returns the account balance, ISO 4217 currency code,…
platform_tool_finder top_kintent*model_hint
Discovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-v2 embeddings). Accepts a plain-English description of what n…
stock_price_lite symbol*
Retrieves the current trading price for a publicly listed stock by ticker symbol. Returns the current price as a single numeric value. This is a lightweight variant of stock_quote…
stripe_payment_records limitquery_type*
Retrieves payment and charge records from a Stripe merchant account. Returns a list of payment records filtered by the requested query type. Use stripe_payment_records when an agen…
stripe_payments limitquery_type*
Retrieves live payment data from a Stripe account via the Stripe API. Supports four query types: recent_payments returns the latest payment intents with status, amount, and currenc…
timezone_convert datetime*to_tz*from_tz*
Converts time between timezones. Useful for time conversion tasks. Use when you need to convert 3:45 PM EST to Pacific Time for a meeting schedule; or find what time it will be in…
web_news_headlines limittopickeyword
Retrieves the latest real-time news headlines and article summaries from BBC News and The Guardian across nine topic categories. Returns structured articles with headline, descript…
web_url_reader url*max_charsinclude_links
Fetches any public web page and returns clean, readable plain text stripped of HTML, navigation, scripts, advertisements, and boilerplate. Returns the page title, meta description,…