Inferventis Finance MCP
19 production-ready financial tools for AI agents. Covers currency conversion (ECB, Frankfurter, CoinAPI), real-time stock quotes via Finnhub, crypto spot prices, open banking transactions, Stripe pa…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add jonathan-7udh/inferventis-finance
# Browse available tools
npx -y smithery tool list jonathan-7udh/inferventis-finance
# Get full schema for a tool
npx -y smithery tool get jonathan-7udh/inferventis-finance bank_accounts
# Call a tool
npx -y smithery tool call jonathan-7udh/inferventis-finance bank_accounts '{}'Direct MCP Connection
Endpoint: https://inferventis-finance--jonathan-7udh.run.tools
Tools (19)
bank_accounts— Retrieves bank account details and recent transaction history via a connected bank API integration. Returns a list of t…crypto_price— Retrieves real-time price data for any cryptocurrency listed on CoinGecko. Returns the current price in any fiat curren…crypto_price_lite— Retrieves the current spot price and 24-hour change for any cryptocurrency using the CoinGecko public API. Returns pric…currency_convert— Converts a monetary amount from one currency to another using live exchange rates sourced from the Frankfurter API (Eur…currency_convert_lite— Converts a monetary amount between any two fiat currencies using live exchange rates from the Frankfurter API (European…financial_calculator— Performs precise financial calculations across six calculation types entirely locally with no external API dependency. …financial_calculator_lite— Performs common financial calculations locally with no external API dependency. Supports compound interest, loan repaym…stock_quote— Retrieves real-time stock price quotes and company information for any publicly traded company via the Finnhub API. Ret…currency_fx_lite— Converts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates. Returns the converted …web_news_headlines— Retrieves the latest real-time news headlines and article summaries from BBC News and The Guardian across nine topic ca…open_banking_transactions— Retrieves bank account balances and transaction history via PSD2 Open Banking (TrueLayer), covering 300+ UK and Europea…stripe_payment_records— Retrieves payment and charge records from a Stripe merchant account. Returns a list of payment records filtered by the …crypto_fx_rates— Converts an amount between any cryptocurrency and fiat currency pair, or between two cryptocurrencies, using real-time …currency_rates— Retrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central …currency_convert_open— Converts a monetary amount between two fiat currencies using live exchange rates from an open currency exchange API. Re…stock_price_lite— Retrieves the current trading price for a publicly listed stock by ticker symbol. Returns the current price as a single…stripe_payments— Retrieves live payment data from a Stripe account via the Stripe API. Supports four query types: recent_payments return…platform_tool_finder— Discovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-…web_url_reader— Fetches any public web page and returns clean, readable plain text stripped of HTML, navigation, scripts, advertisement…
# Get full input/output schema for a tool
npx -y smithery tool get jonathan-7udh/inferventis-finance