Oilpriceapi
Rank #2,050Delistedio.github.karlwaldman/oilpriceapi
No registry has listed this server since Sep 4, 2026. The historical record below is preserved.
MCP server providing oilpriceapi capabilities
Oilpriceapi is a Model Context Protocol (MCP) server published by OilpriceAPI. It ranks #2,050 of 132,405 servers tracked on MCP Toplist, and its repository has 268 GitHub stars. MCP Toplist tracks 1 version of Oilpriceapi. It is no longer listed by any tracked registry (last seen Sep 4, 2026); its historical record is preserved here.
Ranks ahead of 130,355 of 132,405 servers on MCP Toplist.
Use Oilpriceapi
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add oilpriceapi -e "OILPRICEAPI_KEY=<your OILPRICEAPI_KEY>" -- npx -y oilpriceapi-mcpReplace each placeholder with your own value before saving.
[mcp_servers.oilpriceapi]
command = "npx"
args = ["-y", "oilpriceapi-mcp"]
[mcp_servers.oilpriceapi.env]
OILPRICEAPI_KEY = "<your OILPRICEAPI_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oilpriceapi": {
"command": "npx",
"args": [
"-y",
"oilpriceapi-mcp"
],
"env": {
"OILPRICEAPI_KEY": "<your OILPRICEAPI_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oilpriceapi": {
"command": "npx",
"args": [
"-y",
"oilpriceapi-mcp"
],
"env": {
"OILPRICEAPI_KEY": "<your OILPRICEAPI_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"oilpriceapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"oilpriceapi-mcp"
],
"env": {
"OILPRICEAPI_KEY": "<your OILPRICEAPI_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oilpriceapi": {
"command": "npx",
"args": [
"-y",
"oilpriceapi-mcp"
],
"env": {
"OILPRICEAPI_KEY": "<your OILPRICEAPI_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"oilpriceapi": {
"command": "npx",
"args": [
"-y",
"oilpriceapi-mcp"
],
"env": {
"OILPRICEAPI_KEY": "<your OILPRICEAPI_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.karlwaldman%2Foilpriceapi)<a href="https://mcptoplist.com/server/io.github.karlwaldman%2Foilpriceapi"><img src="https://mcptoplist.com/badge/io.github.karlwaldman%2Foilpriceapi.svg" alt="MCP Toplist: Top 5% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
OilpriceAPI
Other servers by OilpriceAPI
View all OilpriceAPI servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Oilpriceapi?
- Oilpriceapi is maintained by OilpriceAPI, which publishes 2 MCP servers (21 total versions) tracked on MCP Toplist.
- Is Oilpriceapi listed on the Official MCP Registry?
- Oilpriceapi is not currently listed on the Official MCP Registry.
- How many versions does Oilpriceapi have?
- MCP Toplist tracks 1 version of Oilpriceapi, most recently published on Nov 25, 2024.
- Where can I find the source code for Oilpriceapi?
- The source code for Oilpriceapi is hosted at github.com/OilpriceAPI/oilpriceapi-api.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.