oilpriceapi-mcp 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -9
  3. package/package.json +4 -4
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 OilPriceAPI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,12 +1,7 @@
1
1
  # OilPriceAPI MCP Server
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/oilpriceapi-mcp.svg)](https://www.npmjs.com/package/oilpriceapi-mcp)
4
- [![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)
5
-
6
3
  Real-time oil, gas, and commodity prices for Claude Desktop and Claude Code via the Model Context Protocol.
7
4
 
8
- **[Get your free API key at oilpriceapi.com](https://www.oilpriceapi.com)** | [API Documentation](https://docs.oilpriceapi.com)
9
-
10
5
  ## Features
11
6
 
12
7
  - **Real-time prices** for 40+ commodities (oil, gas, coal, refined products)
@@ -60,7 +55,7 @@ npm install -g oilpriceapi-mcp
60
55
 
61
56
  ## Getting an API Key
62
57
 
63
- 1. Sign up at [oilpriceapi.com](https://www.oilpriceapi.com/auth/signup)
58
+ 1. Sign up at [oilpriceapi.com](https://oilpriceapi.com)
64
59
  2. Get your API key from the dashboard
65
60
  3. Add it to your MCP config as shown above
66
61
 
@@ -159,7 +154,6 @@ MIT
159
154
 
160
155
  ## Links
161
156
 
162
- - [OilPriceAPI Website](https://www.oilpriceapi.com) - Get your free API key
163
- - [API Documentation](https://docs.oilpriceapi.com) - Full API reference
164
- - [AI Integrations](https://www.oilpriceapi.com/ai-integrations) - ChatGPT, Claude & Gemini
157
+ - [OilPriceAPI Website](https://oilpriceapi.com)
158
+ - [API Documentation](https://docs.oilpriceapi.com)
165
159
  - [MCP Protocol](https://modelcontextprotocol.io)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oilpriceapi-mcp",
3
- "version": "1.0.3",
4
- "mcpName": "io.github.karlwaldman/oilpriceapi",
3
+ "version": "1.0.4",
4
+ "mcpName": "io.github.OilpriceAPI/mcp-server",
5
5
  "description": "MCP server for real-time oil, gas, and commodity prices from OilPriceAPI",
6
6
  "type": "module",
7
7
  "bin": {
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "author": "OilPriceAPI <support@oilpriceapi.com>",
33
33
  "license": "MIT",
34
- "homepage": "https://www.oilpriceapi.com",
34
+ "homepage": "https://oilpriceapi.com",
35
35
  "repository": {
36
36
  "type": "git",
37
37
  "url": "https://github.com/OilpriceAPI/mcp-server.git"
@@ -43,7 +43,7 @@
43
43
  "node": ">=18.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@modelcontextprotocol/sdk": "^1.0.0",
46
+ "@modelcontextprotocol/sdk": "^1.25.2",
47
47
  "zod": "^3.23.0"
48
48
  },
49
49
  "devDependencies": {