Back to search
100
MCP live v1.0.2 streamable-http

Inferventis MCP Server

ai.bankee/inferventis-mcp

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

Uptime
60.0%
10 probes
Response
70ms
last probe
Tools
20
callable

Tools · 20

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…

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…

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…

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…

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 …

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 …

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

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
pavm035/ai-fx-currency-mcp
MCP server for real-time and historical foreign exchange rates with GitHub OAuth authentication
0 tools
Boolsai Signals live
Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools.
12 tools · streamable-http
Senzing live
Identity Intelligence for Agentic AI Workflows Connect Data. Power Intelligence.™ MCP Server v0.39.11 — Entity resolution knowledge for AI
13 tools · http
io.github.unirate-api/mcp
Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999.
0 tools
io.github.thenextgennexus/finance-mcp-server
Get stock data, screen stocks, track crypto prices, and monitor exchange rates
0 tools

How to use

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

{
  "mcpServers": {
    "inferventis_mcp_server": {
      "url": "https://mcp-server-295985738387.europe-west1.run.app/mcp",
      "transport": "streamable-http"
    }
  }
}