1777316659852291 MCP Server

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

Remote serverstreamable-http

What is the 1777316659852291 MCP server?

1777316659852291 MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. 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.

What the assistant can call

Once 1777316659852291 is connected, these are the calls the assistant has available:

  • get_usd_rate — Get current USD/RUB exchange rate from zenrus.ru
  • get_eur_rate — Get current EUR/RUB exchange rate from zenrus.ru
  • get_brent_usd_rate — Get current Brent crude oil price in USD per barrel from zenrus.ru
  • get_brent_rub_rate — Get current Brent crude oil price in RUB per barrel from zenrus.ru
  • calculate_barrels_for_rub — Calculate how many barrels of Brent crude oil can be purchased for a given amount in Russian Rubles
  • calculate_barrels_for_usd — Calculate how many barrels of Brent crude oil can be purchased for a given amount in US Dollars
  • calculate_barrels_for_eur — Calculate how many barrels of Brent crude oil can be purchased for a given amount in Euros
  • STDIO — The STDIO tool exposed by this server

Configuration and credentials

You will need one environment variable: XBY_APIKEY. 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.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. 1777316659852291's toolset — get_usd_rate, get_eur_rate, get_brent_usd_rate and 5 more — is a fair guide to whether it matches your workflow. It is maintained by xiaobenyang-com; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against 1777316659852291's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the 1777316659852291 mcp server does with a few real requests.

Available tools

ToolWhat it does
get_usd_rateGet current USD/RUB exchange rate from zenrus.ru
get_eur_rateGet current EUR/RUB exchange rate from zenrus.ru
get_brent_usd_rateGet current Brent crude oil price in USD per barrel from zenrus.ru
get_brent_rub_rateGet current Brent crude oil price in RUB per barrel from zenrus.ru
calculate_barrels_for_rubCalculate how many barrels of Brent crude oil can be purchased for a given amount in Russian Rubles
calculate_barrels_for_usdCalculate how many barrels of Brent crude oil can be purchased for a given amount in US Dollars
calculate_barrels_for_eurCalculate how many barrels of Brent crude oil can be purchased for a given amount in Euros
STDIOThe STDIO tool exposed by this server.

How to install the 1777316659852291 MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
XBY_APIKEYCredential the server authenticates with.Yes

Example prompts to try

  • Use 1777316659852291 to get usd rate.
  • Use 1777316659852291 to get eur rate.
  • Use 1777316659852291 to get brent usd rate.

Frequently asked questions

It connects 1777316659852291 to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (get_usd_rate, get_eur_rate, get_brent_usd_rate, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with 1777316659852291 directly.