oilpriceapi-mcp 1.0.2 → 1.0.3
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.
- package/README.md +9 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# OilPriceAPI MCP Server
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/oilpriceapi-mcp)
|
|
4
|
+
[](https://registry.modelcontextprotocol.io)
|
|
5
|
+
|
|
3
6
|
Real-time oil, gas, and commodity prices for Claude Desktop and Claude Code via the Model Context Protocol.
|
|
4
7
|
|
|
8
|
+
**[Get your free API key at oilpriceapi.com](https://www.oilpriceapi.com)** | [API Documentation](https://docs.oilpriceapi.com)
|
|
9
|
+
|
|
5
10
|
## Features
|
|
6
11
|
|
|
7
12
|
- **Real-time prices** for 40+ commodities (oil, gas, coal, refined products)
|
|
@@ -55,7 +60,7 @@ npm install -g oilpriceapi-mcp
|
|
|
55
60
|
|
|
56
61
|
## Getting an API Key
|
|
57
62
|
|
|
58
|
-
1. Sign up at [oilpriceapi.com](https://oilpriceapi.com)
|
|
63
|
+
1. Sign up at [oilpriceapi.com](https://www.oilpriceapi.com/auth/signup)
|
|
59
64
|
2. Get your API key from the dashboard
|
|
60
65
|
3. Add it to your MCP config as shown above
|
|
61
66
|
|
|
@@ -154,6 +159,7 @@ MIT
|
|
|
154
159
|
|
|
155
160
|
## Links
|
|
156
161
|
|
|
157
|
-
- [OilPriceAPI Website](https://oilpriceapi.com)
|
|
158
|
-
- [API Documentation](https://docs.oilpriceapi.com)
|
|
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
|
|
159
165
|
- [MCP Protocol](https://modelcontextprotocol.io)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oilpriceapi-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"mcpName": "io.github.karlwaldman/oilpriceapi",
|
|
5
5
|
"description": "MCP server for real-time oil, gas, and commodity prices from OilPriceAPI",
|
|
6
6
|
"type": "module",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
],
|
|
32
32
|
"author": "OilPriceAPI <support@oilpriceapi.com>",
|
|
33
33
|
"license": "MIT",
|
|
34
|
-
"homepage": "https://oilpriceapi.com",
|
|
34
|
+
"homepage": "https://www.oilpriceapi.com",
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "https://github.com/OilpriceAPI/mcp-server.git"
|