MCP.so
登录
I

Inferventis

@Bankee-ai

关于 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

基本信息

分类

金融与商务

传输方式

stdio

发布者

Bankee-ai

提交者

jonathan chapman

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

金融与商务 分类下的更多 MCP 服务器