streamable-httpupdated 4mo ago
20 financial tools โ live on Google Cloud Run. Zero install. Connect in 30 seconds.
What can you do with Inferventis โ Financial Data, News & Web MCP?
Inferventis MCP Server
20 financial tools โ live on Google Cloud Run. Zero install. Connect in 30 seconds.
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.
Quick Connect
{
"mcpServers": {
"inferventis": {
"type": "streamableHttp",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp"
}
}
}
Or via Claude Code:
claude mcp add inferventis --transport http https://mcp-server-295985738387.europe-west1.run.app/mcp
Tools
All manifests are written to TDQS A standard (โฅ 4.0/5.0) for reliable agent tool selection.
Free โ no API key required
| Tool | Manifest | Description |
|---|---|---|
platform_tool_finder |
tool_finder.json |
Semantic search across all tools โ call this first if unsure which tool to use |
web_news_headlines |
news_headlines.json |
Real-time headlines from BBC News + The Guardian. 9 topic categories, keyword filter |
web_url_reader |
url_reader.json |
Fetch any public URL and return clean readable plain text |
Standard โ no API key required (live data)
| Tool | Manifest | Description |
|---|---|---|
currency_convert |
currency_convert.json |
Live FX via Frankfurter (ECB). 33+ currencies |
currency_convert_lite |
currency_convert_basic.json |
Lightweight FX conversion, minimal payload |
currency_convert_open |
real_wesbos_currency.json |
FX conversion via open exchange rate data |
currency_fx_lite |
fx_converter.json |
Mid-market FX conversion, low-latency |
currency_rates |
real_frankfurter_currency.json |
Live and historical exchange rates from Frankfurter API |
financial_calculator |
financial_calculator.json |
Compound interest, loan payments, ROI, PV/FV, break-even. No external API |
financial_calculator_lite |
financial_calculator_basic.json |
Lightweight financial calculator |
crypto_price |
crypto_price.json |
Live crypto prices via CoinGecko. 10,000+ coins |
crypto_price_lite |
crypto_price_basic.json |
Spot price + 24h change. Minimal payload |
crypto_fx_rates |
real_coinapi_fx.json |
Converts amounts between any crypto/fiat pair |
stock_quote |
finnhub_stock_quote.json |
Real-time stock price, high/low, % change via Finnhub |
stock_price_lite |
stock_tool.json |
Current trading price for any ticker. Minimal payload |
Premium โ caller-supplied API key required
| Tool | Manifest | Description | Key needed |
|---|---|---|---|
open_banking_transactions |
open_banking_transactions.json |
Bank account balances + transactions via TrueLayer (PSD2) | TRUELAYER_ACCESS_TOKEN |
bank_accounts |
bank_data.json |
Bank account details + recent transaction history | TRUELAYER_ACCESS_TOKEN |
stripe_payments |
stripe_payments.json |
Live Stripe data โ payments, customers, subscriptions | STRIPE_SECRET_KEY |
stripe_payment_records |
payment_tool.json |
Payment and charge records from a Stripe merchant account | STRIPE_SECRET_KEY |
Connection Details
| Property | Value |
|---|---|
| Protocol | MCP Streamable HTTP |
| Base URL | https://mcp-server-295985738387.europe-west1.run.app |
| Endpoint | /mcp (API key) ยท /mcp-pay (x402 USDC micropayments) |
| Region | europe-west1 (Belgium) |
| MCP Registry | io.github.bankee-ai/inferventis-tools |
Authentication
API key (developer/Stripe billing):
x-api-key: your_key_here
Test key: key_test_abc123
x402 micropayments (autonomous agents, no account needed):
Agents pay $0.001 USDC on Base per call, verified on-chain. Use endpoint /mcp-pay.
Aggregator Listings
| Platform | Status |
|---|---|
| Glama | โ
Auto-indexed via glama.json |
| Smithery | โ
Auto-indexed via smithery.yaml |
| PulseMCP | โ Auto-indexed |
| punkpeye/awesome-mcp-servers | โ PR #5862 |
| MCP Registry | โ Live |
| mcp.so | โ Under review |
| mcpservers.org | โ Submitted |
| mcpmarket.com | โ Submitted |
| mcp.aibase.com | โ Submitted |
| LobeHub | โ Issue #14430 |
Platform Info
This is the public listing repo for Inferventis. Manifests and config files only โ no implementation code.
- Private platform repo:
Bankee-ai/inferventis(Cloud Run, TypeScript, tool implementations) - Website: inferventis.ai
- Dashboard: /dashboard
- Developer programme: /developers โ list your tools, earn 70% of every call
Install
Add Inferventis โ Financial Data, News & Web MCP to your client. Pick the one you use.
claude mcp add --transport http inferventis-financial-data-news-web-mcp https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registrycodex mcp add inferventis-financial-data-news-web-mcp --url https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry{
"mcpServers": {
"inferventis-financial-data-news-web-mcp": {
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"inferventis-financial-data-news-web-mcp": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"inferventis-financial-data-news-web-mcp": {
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"inferventis-financial-data-news-web-mcp": {
"serverUrl": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 119 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.2Latest | May 3, 2026 |
| 1.0.1 | May 2, 2026 |
| 1.0.0 | May 2, 2026 |