A production-ready [Model Context Protocol](https://modelcontextprotocol.io) server any AI agent can call over Streamable HTTP. Real-time stocks
A production-ready Model Context Protocol server any AI agent can call over Streamable HTTP. Real-time stocks, crypto, FX, Open Banking, Stripe, news, and web reading — all in one endpoint. Exposed over MCP by the inferventis tools mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
platform_tool_finder — tool_finder.jsonweb_news_headlines — news_headlines.jsonweb_url_reader — url_reader.jsoncurrency_convert — currency_convert.jsoncurrency_convert_lite — currency_convert_basic.jsoncurrency_convert_open — real_wesbos_currency.jsoncurrency_fx_lite — fx_converter.jsoncurrency_rates — real_frankfurter_currency.jsonfinancial_calculator — financial_calculator.jsonfinancial_calculator_lite — financial_calculator_basic.jsoncrypto_price — crypto_price.jsoncrypto_price_lite — crypto_price_basic.jsonYou will need 2 environment variables: TRUELAYER_ACCESS_TOKEN, STRIPE_SECRET_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Inferventis Tools's toolset — platform_tool_finder, web_news_headlines, web_url_reader and 11 more — is a fair guide to whether it matches your workflow. It is maintained by bankee-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| platform_tool_finder | tool_finder.json |
| web_news_headlines | news_headlines.json |
| web_url_reader | url_reader.json |
| currency_convert | currency_convert.json |
| currency_convert_lite | currency_convert_basic.json |
| currency_convert_open | real_wesbos_currency.json |
| currency_fx_lite | fx_converter.json |
| currency_rates | real_frankfurter_currency.json |
| financial_calculator | financial_calculator.json |
| financial_calculator_lite | financial_calculator_basic.json |
| crypto_price | crypto_price.json |
| crypto_price_lite | crypto_price_basic.json |
| crypto_fx_rates | real_coinapi_fx.json |
| stock_quote | finnhub_stock_quote.json |
{
"mcpServers": {
"inferventis": {
"type": "streamableHttp",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TRUELAYER_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| STRIPE_SECRET_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.