{
  "markdown": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/Bankee-ai/inferventis/main/public/logo.png\" alt=\"Inferventis\" width=\"360\">\n</p>\n\n# Inferventis MCP Server\n\n**20 financial tools — live on Google Cloud Run. Zero install. Connect in 30 seconds.**\n\nA production-ready [Model Context Protocol](https://modelcontextprotocol.io) 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.\n\n## Quick Connect\n\n```json\n{\n  \"mcpServers\": {\n    \"inferventis\": {\n      \"type\": \"streamableHttp\",\n      \"url\": \"https://mcp-server-295985738387.europe-west1.run.app/mcp\"\n    }\n  }\n}\n```\n\nOr via Claude Code:\n```bash\nclaude mcp add inferventis --transport http https://mcp-server-295985738387.europe-west1.run.app/mcp\n```\n\n## Tools\n\nAll manifests are written to TDQS A standard (≥ 4.0/5.0) for reliable agent tool selection.\n\n### Free — no API key required\n\n| Tool | Manifest | Description |\n|------|----------|-------------|\n| `platform_tool_finder` | `tool_finder.json` | Semantic search across all tools — call this first if unsure which tool to use |\n| `web_news_headlines` | `news_headlines.json` | Real-time headlines from BBC News + The Guardian. 9 topic categories, keyword filter |\n| `web_url_reader` | `url_reader.json` | Fetch any public URL and return clean readable plain text |\n\n### Standard — no API key required (live data)\n\n| Tool | Manifest | Description |\n|------|----------|-------------|\n| `currency_convert` | `currency_convert.json` | Live FX via Frankfurter (ECB). 33+ currencies |\n| `currency_convert_lite` | `currency_convert_basic.json` | Lightweight FX conversion, minimal payload |\n| `currency_convert_open` | `real_wesbos_currency.json` | FX conversion via open exchange rate data |\n| `currency_fx_lite` | `fx_converter.json` | Mid-market FX conversion, low-latency |\n| `currency_rates` | `real_frankfurter_currency.json` | Live and historical exchange rates from Frankfurter API |\n| `financial_calculator` | `financial_calculator.json` | Compound interest, loan payments, ROI, PV/FV, break-even. No external API |\n| `financial_calculator_lite` | `financial_calculator_basic.json` | Lightweight financial calculator |\n| `crypto_price` | `crypto_price.json` | Live crypto prices via CoinGecko. 10,000+ coins |\n| `crypto_price_lite` | `crypto_price_basic.json` | Spot price + 24h change. Minimal payload |\n| `crypto_fx_rates` | `real_coinapi_fx.json` | Converts amounts between any crypto/fiat pair |\n| `stock_quote` | `finnhub_stock_quote.json` | Real-time stock price, high/low, % change via Finnhub |\n| `stock_price_lite` | `stock_tool.json` | Current trading price for any ticker. Minimal payload |\n\n### Premium — caller-supplied API key required\n\n| Tool | Manifest | Description | Key needed |\n|------|----------|-------------|------------|\n| `open_banking_transactions` | `open_banking_transactions.json` | Bank account balances + transactions via TrueLayer (PSD2) | `TRUELAYER_ACCESS_TOKEN` |\n| `bank_accounts` | `bank_data.json` | Bank account details + recent transaction history | `TRUELAYER_ACCESS_TOKEN` |\n| `stripe_payments` | `stripe_payments.json` | Live Stripe data — payments, customers, subscriptions | `STRIPE_SECRET_KEY` |\n| `stripe_payment_records` | `payment_tool.json` | Payment and charge records from a Stripe merchant account | `STRIPE_SECRET_KEY` |\n\n## Connection Details\n\n| Property | Value |\n|----------|-------|\n| Protocol | MCP Streamable HTTP |\n| Base URL | `https://mcp-server-295985738387.europe-west1.run.app` |\n| Endpoint | `/mcp` (API key) · `/mcp-pay` (x402 USDC micropayments) |\n| Region | `europe-west1` (Belgium) |\n| MCP Registry | `io.github.bankee-ai/inferventis-tools` |\n\n## Authentication\n\n**API key (developer/Stripe billing):**\n```\nx-api-key: your_key_here\n```\nTest key: `key_test_abc123`\n\n**x402 micropayments (autonomous agents, no account needed):**\nAgents pay `$0.001 USDC` on Base per call, verified on-chain. Use endpoint `/mcp-pay`.\n\n## Aggregator Listings\n\n| Platform | Status |\n|----------|--------|\n| Glama | ✅ Auto-indexed via `glama.json` |\n| Smithery | ✅ Auto-indexed via `smithery.yaml` |\n| PulseMCP | ✅ Auto-indexed |\n| punkpeye/awesome-mcp-servers | ✅ PR #5862 |\n| MCP Registry | ✅ Live |\n| mcp.so | ✅ Under review |\n| mcpservers.org | ✅ Submitted |\n| mcpmarket.com | ✅ Submitted |\n| mcp.aibase.com | ✅ Submitted |\n| LobeHub | ✅ Issue #14430 |\n\n## Platform Info\n\nThis is the **public listing repo** for Inferventis. Manifests and config files only — no implementation code.\n\n- **Private platform repo:** `Bankee-ai/inferventis` (Cloud Run, TypeScript, tool implementations)\n- **Website:** [inferventis.ai](https://inferventis.ai)\n- **Dashboard:** [/dashboard](https://mcp-server-295985738387.europe-west1.run.app/dashboard)\n- **Developer programme:** [/developers](https://mcp-server-295985738387.europe-west1.run.app/developers) — list your tools, earn 70% of every call\n",
  "bytes": 4949,
  "sha": "960f563eeb7c150355fa718c5560b542a9a173115c98bb7bfc8fe85a06930010",
  "repo_slug": "bankee-ai/inferventis-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jonathanpchapman_inferventis_14b8f581/readme"
}