@gallenhu/server-cn-oil-price
v0.0.1
Published
MCP server to query oil prices in China
Readme
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"
}
}
}
}