MCP.so
Sign In
I

Inferventis

@Bankee-ai

About Inferventis

Production MCP server with 9 financial and web tools — live on Google Cloud Run. Free tools include live FX rates, crypto prices, financial calculations, real-time news headlines, and URL reading. Paid tools (API key required) cover stock quotes, open banking transactions, and St

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Inferventis?

Inferventis is an MCP (Model Context Protocol) server offering nine production tools for financial data, real-time news, and web content. It runs live on Google Cloud Run and connects any MCP-compatible agent with no account required when using the x402 micropayment mode. The server is aimed at developers running autonomous agents that need on-demand financial, news, or web data.

How to use Inferventis?

Configure your MCP client's mcpServers object with the Inferventis entry pointing to the Streamable HTTP endpoint https://mcp-server-295985738387.europe-west1.run.app/mcp-pay for x402 micropayments (no API key) or to /mcp with an x-api-key header for standard Stripe billing. Six tools require no API key; three tools (finnhub_stock_quote, open_banking_transactions, stripe_payments) require the respective API key or token passed as a tool argument.

Key features of Inferventis

  • Nine production-grade financial, news, and web tools.
  • x402 micropayments: $0.001 USDC per call on Base network.
  • Six tools free with no API key required.
  • Semantic tool finder for agent self-discovery.
  • Live on Cloud Run, no self-hosting needed.
  • Streamable HTTP protocol with two payment endpoints.

Use cases of Inferventis

  • An agent converts live currency rates for 30+ currencies.
  • An agent fetches real-time crypto prices for 10,000+ coins.
  • An agent reads and summarises any public URL.
  • An agent retrieves stock quotes via Finnhub with an API key.
  • An agent queries bank account balances via TrueLayer PSD2.

FAQ from Inferventis

What is the x402 micropayment mode and how does it work?

The agent sends $0.001 USDC per call on the Base network, verified on-chain. No account or API key is needed; use the /mcp-pay endpoint.

Which tools require an API key?

finnhub_stock_quote needs FINNHUB_API_KEY, open_banking_transactions needs TRUELAYER_ACCESS_TOKEN, and stripe_payments needs STRIPE_SECRET_KEY. Pass the key as a tool argument.

How do I connect my MCP client to Inferventis?

Use the Streamable HTTP configuration with the base URL https://mcp-server-295985738387.europe-west1.run.app. For x402 mode set the URL to /mcp-pay; for API key mode set it to /mcp and include x-api-key in headers.

What are the server’s runtime dependencies?

No client dependencies are listed. The server itself runs on Cloud Run with no self-hosting required. It uses Frankfurter (ECB), CoinGecko, BBC News, The Guardian, Finnhub, TrueLayer, and Stripe as external data sources.

Is there a free tier or do I always pay?

Six tools are completely free with no API key: currency_convert, crypto_price, financial_calculator, news_headlines, url_reader, and tool_finder. The three API-key tools incur the x402 fee ($0.001 USDC per call) or standard Stripe billing.

Frequently asked questions

What is the x402 micropayment mode and how does it work?

The agent sends $0.001 USDC per call on the Base network, verified on-chain. No account or API key is needed; use the `/mcp-pay` endpoint.

Which tools require an API key?

`finnhub_stock_quote` needs `FINNHUB_API_KEY`, `open_banking_transactions` needs `TRUELAYER_ACCESS_TOKEN`, and `stripe_payments` needs `STRIPE_SECRET_KEY`. Pass the key as a tool argument.

How do I connect my MCP client to Inferventis?

Use the Streamable HTTP configuration with the base URL `https://mcp-server-295985738387.europe-west1.run.app`. For x402 mode set the URL to `/mcp-pay`; for API key mode set it to `/mcp` and include `x-api-key` in headers.

What are the server’s runtime dependencies?

No client dependencies are listed. The server itself runs on Cloud Run with no self-hosting required. It uses Frankfurter (ECB), CoinGecko, BBC News, The Guardian, Finnhub, TrueLayer, and Stripe as external data sources.

Is there a free tier or do I always pay?

Six tools are completely free with no API key: `currency_convert`, `crypto_price`, `financial_calculator`, `news_headlines`, `url_reader`, and `tool_finder`. The three API-key tools incur the x402 fee ($0.001 USDC per call) or standard Stripe billing.

Comments

More Finance & Commerce MCP servers