Skip to main content
mcpSource-backedReview first Safety Privacy

Inferventis MCP Server for Claude

Inferventis hosted MCP server with 20 financial tools for FX rates, stocks, crypto, news, and URL reading over streamable HTTP, with many free tools and optional premium API keys.

HarnessClaude CodeCursorClaude Desktop
Review first review before installing

Open the source and read safety notes before installing.

Safety notes

  • Makes outbound network requests to Inferventis and third-party financial data providers.
  • URL reader tools fetch arbitrary web pages; treat returned content as untrusted.
  • Premium tools may incur API usage charges when keys are configured.
  • Do not rely on MCP output for automated trading without independent verification.

Privacy notes

  • Ticker symbols, URLs, and search queries you send are processed by Inferventis and upstream data vendors.
  • Premium API keys are credentials; store them in MCP headers or env vars, not in chat or source control.
  • Fetched page content may include tracking parameters from the original URL.

Prerequisites

  • Claude Pro, Team, or Enterprise with Connectors support, or Claude Code with HTTP MCP transport.
  • Internet access to reach the Inferventis Cloud Run endpoint in europe-west1.
  • Optional Inferventis API key for premium market data tools that require authentication.
  • Awareness that financial data is informational and not investment advice.

Schema details

Install type
cli
Reading time
4 min
Difficulty score
25
Troubleshooting
Yes
Breaking changes
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
5 minutes
Difficulty
beginner
Full copyable content
{
  "mcpServers": {
    "inferventis": {
      "url": "https://mcp-server-295985738387.europe-west1.run.app/mcp",
      "type": "http"
    }
  }
}

About this resource

Overview

Inferventis provides a hosted Model Context Protocol server with 20 financial tools covering foreign exchange, equities, cryptocurrency, news, and URL reading. The server uses streamable HTTP transport and runs on Google Cloud Run. Many tools are free and require no authentication; premium data sources accept optional API keys.

Source tooling is published in the inferventis-ai/inferventis-tools repository.

Features

  • FX rate lookups across major currency pairs.
  • Stock quotes and market data tools.
  • Cryptocurrency price and market tools.
  • Financial news aggregation.
  • URL reader for extracting page content from financial articles.
  • Streamable HTTP transport for low-latency tool streaming.
  • Free tier tools with no auth; premium tools gated by API key.

Use Cases

  • Compare EUR/USD and GBP/USD rates before a treasury report.
  • Pull latest price and volume for a watchlist of tickers.
  • Summarise breaking crypto market news during a morning briefing.
  • Read and summarise an earnings call transcript URL.
  • Cross-check headline news against live price moves in chat.

Installation

Claude (Connectors)

  1. Add a custom connector under Settings → Connectors.
  2. Enter the MCP URL: https://mcp-server-295985738387.europe-west1.run.app/mcp.
  3. Enable the connector; add an API key header only if you use premium tools.
  4. Start a conversation and invoke financial tools as needed.

Claude Code

claude mcp add --transport http inferventis https://mcp-server-295985738387.europe-west1.run.app/mcp
claude mcp list

Other MCP clients

Add a remote HTTP connector with streamable HTTP support pointing at the Inferventis endpoint.

Configuration

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

Add an X-API-Key header when premium tools require authentication.

Examples

FX rate check

What is the current EUR/USD exchange rate using Inferventis?

Stock snapshot

Get the latest quote and daily change for AAPL and MSFT.

Read a financial article

Read this URL and summarise the key market takeaways: https://example.com/markets

Security

  • Financial tool output is for informational purposes; verify figures before trading or reporting.
  • URL reader tools can fetch arbitrary HTTPS pages; avoid submitting internal or authenticated URLs.
  • Store premium API keys as secrets; rotate them if exposed in chat or logs.

Troubleshooting

Connector timeout

The Cloud Run endpoint may cold-start; retry after a few seconds or warm the service with a simple FX query.

Premium tool auth errors

Confirm your Inferventis API key is set in the connector headers and has access to the requested data tier.

Stale or missing quotes

Markets may be closed or symbols may be misspelled; verify ticker format and exchange hours.

URL reader failures

Some sites block automated fetching; try a direct article URL without paywall redirects.

Source citations

Add this badge to your README

Show that Inferventis MCP Server for Claude is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/inferventis-mcp-server.svg)](https://heyclau.de/entry/mcp/inferventis-mcp-server)

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.