Skip to content
Back to search
100
MCP live http

Inferventis Finance MCP

jonathan-7udh/inferventis-finance

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 payment records, compound/loan financial calculators, live news headlines (BBC/Guardian), and web page reading. Free and standard tiers. No setup required for free tools.

Uptime
100.0%
16 probes
Response
74ms
last probe
Tools
20
callable

Tools · 20

currency_convert

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 exact exchange rate a…

stock_price_lite

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 — it omits intraday …

open_banking_transactions

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, and up to 100 recen…

timezone_convert

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 Tokyo when it's 9 AM…

finnhub_stock_quote

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 from previous close,…

crypto_price

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-hour trading volume.…

crypto_price_lite

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 variant of crypto_pr…

currency_rates

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 lookup for any past…

currency_fx_lite

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 when only the numeric …

bank_accounts

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 accounts when no account…

currency_convert_lite

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 exchange rate applied. …

financial_calculator

Performs precise financial calculations across six calculation types entirely locally with no external API dependency. compound_interest computes the final value and total interest earned on a princip…

financial_calculator_lite

Performs common financial calculations locally with no external API dependency. Supports compound interest, loan repayment, return on investment (ROI), present value, future value, and break-even anal…

web_news_headlines

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, description, source name, ar…

stripe_payment_records

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 agent needs to review re…

crypto_fx_rates

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-fiat (BTC/USD, ETH/EU…

currency_convert_open

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_convert_open as an …

stripe_payments

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 currency; failed_charges re…

platform_tool_finder

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 needs to be accomplis…

web_url_reader

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, word count, and mai…

Similar MCP servers embedding-nearest

Currency Converter API
Fiat and crypto currency conversion — ECB + CoinGecko rates. x402 micropayment.
1 tools · sse
Inferventis — Financial Data, News & Web MCP
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
0 tools · streamable-http
Stock Price API live
Real-time stock quotes — price, change, volume, market cap. x402 micropayment.
1 tools · sse
Token Price API live
Real-time crypto token prices — price, 24h change, market cap, volume. x402 micropayment.
1 tools · sse
AI2Fin (2Fin) Tax MCP live
Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited.
8 tools · http
AI2Fin (2Fin) Tax MCP live
Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited.
8 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "inferventis_finance_mcp": {
      "url": "https://inferventis.ai/mcp",
      "transport": "http"
    }
  }
}