cn-oil-price-mcp
If you are the rightful owner of cn-oil-price-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server to query oil prices in China.
CN Oil Price MCP Server
MCP server to query oil prices in China.
查中国油价的MCP服务.
Screenshot

Tools
-
oil_price_query
- Execute oil price api query with designated city
- Inputs:
city
(string): Designated city
Configuration
- Apply for your API key from tanshuapi.com
- Add this to your mcp.json:
NPX
{
"mcpServers": {
"oil-price-query": {
"command": "npx",
"args": [
"-y",
"@gallenhu/server-cn-oil-price"
],
"env": {
"TANSHU_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}