MCP.so
Sign In
C

Currency And Oil

@xiaobenyang-com

About Currency And Oil

Zenrus MCP Server 是一个提供实时货币汇率和石油价格的服务器,支持多种计算功能,适用于金融分析和自动化工具集成。Zenrus MCP Server is a server that provides real-time currency exchange rates and oil prices, supports multiple computing functions, and is suitable for financial analysis and automation tool integration.

Basic information

Category

Productivity

Transports

stdio

Publisher

xiaobenyang-com

Submitted by

xiaobenyang-com

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "货币与石油价格服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659852291/sse"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Currency And Oil?

Currency And Oil is an MCP server that provides real-time USD/RUB and EUR/RUB exchange rates, as well as Brent crude oil prices in USD and RUB per barrel. It also includes calculation tools for determining how many barrels can be purchased with a given amount in Rubles, US Dollars, or Euros. It is intended for financial analysis and automation tool integration.

How to use Currency And Oil?

Configure the server in your MCP client using either SSE, Streamable HTTP, or STDIO transport. For SSE or Streamable HTTP, set the XBY-APIKEY header and use the provided URLs. For STDIO, run npx -y xiaobenyang-mcp with the XBY_APIKEY and mcpId environment variables. Obtain an API key by registering at xiaobenyang.com.

Key features of Currency And Oil

  • Real-time USD/RUB exchange rate from zenrus.ru
  • Real-time EUR/RUB exchange rate from zenrus.ru
  • Current Brent crude oil price in USD per barrel
  • Current Brent crude oil price in RUB per barrel
  • Calculate barrels purchasable with a given amount in RUB
  • Calculate barrels purchasable with a given amount in USD
  • Calculate barrels purchasable with a given amount in EUR

Use cases of Currency And Oil

  • Monitor live currency and oil prices for financial dashboards
  • Automate oil purchase calculations in trading bots or analytics
  • Convert oil barrel costs between USD, EUR, and RUB
  • Integrate real-time commodity data into investment tools

FAQ from Currency And Oil

What data sources does Currency And Oil use?

Exchange rates and oil prices are sourced from zenrus.ru.

How do I get an API key for Currency And Oil?

Visit xiaobenyang.com, register an account, and you will receive an XBY-APIKEY.

What transport methods does Currency And Oil support?

The server supports SSE, Streamable HTTP, and STDIO transports.

Is there a way to test the tools before integrating into an application?

Yes, an online inspector is available at mcp.xiaobenyang.com/inspector/1777316659852291.

What are the environment variables required for STDIO mode?

Set XBY_APIKEY and mcpId in the environment variables.

Comments

More Productivity MCP servers