货币与石油价格服务器
货

货币与石油价格服务器

An MCP server that provides real-time currency exchange rates and oil prices, supporting calculations of multiple currency and oil prices. It is suitable for financial analysis and integration with automated tools.
2 points
4.9K

What is the Currency And Oil Price Server?

This is a server dedicated to providing real-time financial data. It can obtain the latest currency exchange rates (USD/RUB, EUR/RUB) and Brent crude oil prices. The server fetches real-time data from zenrus.ru and supports calculations of crude oil purchase volumes in multiple currency units. It is very suitable for financial analysis, investment decision-making, and integration with automated tools.

How to use the Currency And Oil Price Server?

You need to configure the server connection through an MCP client (such as Claude Desktop) and authenticate using the API key provided by Xiaobenyang Technology. After configuration, you can directly query exchange rates, oil prices, or calculate the amount of crude oil that can be purchased with a specific amount in the conversation.

Applicable Scenarios

1. Financial analysts need real-time exchange rate and oil price data. 2. Investors make cross-border asset allocation and oil investment decisions. 3. Enterprises calculate the costs of international trade. 4. Developers build financial-related automated tools and applications. 5. Individual users keep track of international financial market trends.

Main Features

Real-time Exchange Rate Query
Obtain the latest USD/RUB and EUR/RUB exchange rates. The data source is zenrus.ru, ensuring the timeliness and accuracy of information.
Crude Oil Price Query
Provide the real-time price of Brent crude oil, supporting two pricing units: USD/barrel and RUB/barrel to meet the needs of different users.
Intelligent Calculation Function
Automatically calculate the number of barrels of crude oil that can be purchased with a specific amount (rubles, dollars, euros) based on the current oil price, simplifying the investment decision-making process.
Multi-protocol Support
Support three connection protocols: SSE, Streamable HTTP, and STDIO, adapting to different MCP clients and usage scenarios.
Online Testing Tool
Provide a web-based tool testing interface. You can quickly experience all functions without configuration, which is convenient for users to understand and verify the service.
Advantages
Strong data real-time: Obtain the latest financial data directly from zenrus.ru
Easy to use: Call through the standard MCP interface without complex programming
Comprehensive functions: Provide both raw data and calculation functions
Multi-currency support: Cover three major currencies: rubles, dollars, and euros
Flexible configuration: Support three different connection methods
Limitations
Single data source: Only rely on one data source, zenrus.ru
Limited currency pairs: Currently only support USD/RUB and EUR/RUB
Require an API key: Must register an account with Xiaobenyang Technology to obtain an APIKEY
Only support Brent crude oil: Do not include prices of other crude oil varieties

How to Use

Get an API Key
Visit the Xiaobenyang Technology website (xiaobenyang.com) to register an account and obtain your exclusive XBY-APIKEY in your personal center.
Choose a Connection Method
Choose one of the connection methods: SSE, Streamable HTTP, or STDIO according to the support of your MCP client.
Configure the MCP Client
Add the server configuration and fill in your API key in the configuration file of Claude Desktop or other MCP clients.
Start Using
Restart the MCP client. Now you can directly query exchange rates, oil prices, or perform calculations in the conversation.

Usage Examples

International Trade Cost Estimation
A Russian import company needs to purchase equipment from Europe and needs to know the current EUR/RUB exchange rate to calculate the purchase cost.
Oil Investment Decision-making
An investor is considering investing in Brent crude oil and needs to know the current price and calculate the amount of crude oil that can be purchased with a specific investment amount.
Cross-border Asset Allocation
An individual investor has Russian ruble assets and is considering converting them into dollars for diversified investment. They need to know the current exchange rate.
Financial Data Monitoring
A financial analyst needs to monitor multiple financial indicators simultaneously, including the trends of exchange rates and crude oil prices.

Frequently Asked Questions

What is the data update frequency of this service?
Is there a fee for using this service?
Which MCP clients are supported?
How is the data accuracy guaranteed?
Is historical data query supported?
How to test if the service is working properly?

Related Resources

Online Testing Tool
A web interface for testing all functions without configuration
Xiaobenyang Technology Official Website
Register an account, obtain an API key, and view the latest announcements
MCP Protocol Documentation
Understand the technical specifications and standards of the Model Context Protocol
Claude Desktop
An AI assistant desktop client that supports the MCP protocol

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "货币与石油价格服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659852291/sse"
    }
  }
}

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

{
    "mcpServers": {
        "货币与石油价格服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659852291",
          },
          "transport": "stdio"
        }
      }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
5.9K
5 points
M
Maverick MCP
MaverickMCP is a personal stock analysis server based on FastMCP 2.0, providing professional level financial data analysis, technical indicator calculation, and investment portfolio optimization tools for MCP clients such as Claude Desktop. It comes pre-set with 520 S&P 500 stock data, supports multiple technical analysis strategies and parallel processing, and can run locally without complex authentication.
Python
8.8K
4 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
17.0K
5 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
11.6K
5 points
C
Contracts Wizard
OpenZeppelin Contracts Wizard is an interactive smart contract building tool that allows users to generate contract code based on OpenZeppelin components by selecting contract types, parameters, and functions. It supports multiple programming languages and provides API and embedding functions.
TypeScript
10.2K
4 points
A
Apple Health MCP
An MCP server for querying Apple Health data via SQL, implemented based on DuckDB for efficient analysis, supporting natural language queries and automatic report generation.
TypeScript
10.4K
4.5 points
M
MCP Server Airbnb
Certified
MCP service for Airbnb listing search and details query
TypeScript
14.5K
4 points
A
Awesome Web3 MCP Servers
This is a curated list of Web3 Model Context Protocol (MCP) servers, covering multiple categories such as chain interaction, trading, DeFi, market data, tools, and social. MCP is an open protocol that standardizes how applications provide context to LLMs, similar to the USB - C port for AI applications. DeMCP is the first decentralized MCP network, focusing on providing self - developed and open - source MCP services for agents, supporting cryptocurrency payments, and redefining the security and reliability of MCP by combining TEE and blockchain registries.
15.6K
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.6K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
31.5K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
22.1K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
62.3K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
27.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
57.2K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.5K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
84.6K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase