cn-oil-price-mcp
0
The CN Oil Price MCP Server is designed to query oil prices in various cities across China using an API. It requires an API key from tanshuapi.com and integrates smoothly into MCP configurations.
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"
}
}
}
}