Mainly responsible for handling inquiries related to oil prices across China
The APP Code required for API authentication can be applied for on the Alibaba Cloud API Marketplace: https://market.aliyun.com/apimarket/detail/cmapi00062739
This document aims to provide a clear overview of the functions and a brief introduction to the tools supported by the oil-price-query
MCP server. Through this documentation, users can better understand how to utilize these services to obtain the information they need.
The oil-price-query
server is primarily responsible for handling requests related to oil prices across different regions in China. It fetches the latest oil price data through the Alibaba Cloud Marketplace API and returns it in a structured format to the caller. This service is particularly suitable for applications that require real-time monitoring or analysis of fuel price trends in various regions, such as car refueling apps, logistics cost estimation systems, etc.
Purpose: This tool allows users to query the prices of various types of gasoline for a specified province on the current date.
Use Cases: Suitable for individual users who want to know the latest oil prices in their area or other regions of interest; businesses can use it for cost control and budget planning by referring to the latest fuel cost standards.
Parameter Description:
prov
: The name of the province to be queried, such as "Beijing" or "Guangxi". This parameter must be specified in the URL query string.Request Example:
GET https://smjryjcx.market.alicloudapi.com/oil/price?prov=Beijing
Authorization: APPCODE <your_app_code_here>
X-Ca-Nonce: <random_uuid_value>
Response Structure:
Please replace <your_app_code_here>
with your valid AppCode obtained from Alibaba Cloud. Additionally, generate a new random UUID for each request to use as the value of the X-Ca-Nonce
header.
by: Higress official
A multifunctional service designed specifically for the stock, futures, and foreign exchange markets. It provides a variety of tools, including candlestick charts, quotes, rankings, and more, to help users obtain real-time and historical data, perform technical analysis, and support decision-making.
appCode