-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
50 lines (50 loc) · 1.58 KB
/
Copy pathserver.json
File metadata and controls
50 lines (50 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.OilpriceAPI/mcp-server",
"description": "Source-timestamped energy data and reviewed OilPriceAPI product facts for MCP clients.",
"repository": {
"url": "https://github.com/OilpriceAPI/mcp-server",
"source": "github"
},
"version": "3.2.3",
"packages": [
{
"registryType": "npm",
"identifier": "oilpriceapi-mcp",
"version": "3.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your OilPriceAPI key from oilpriceapi.com/auth/signup. Optional: without it, keyless demo mode.",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "OILPRICEAPI_KEY"
},
{
"description": "Tool scope: read (default) or write (explicit mutation opt-in).",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "OILPRICEAPI_MCP_SCOPE"
},
{
"description": "Tool profile: all, core, market, or automation.",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "OILPRICEAPI_MCP_PROFILE"
},
{
"description": "Comma-separated category allowlist (core, market, automation) that overrides the profile.",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "OILPRICEAPI_MCP_CATEGORIES"
}
]
}
]
}