oracle-mcp-server

Keal-thas/oracle-mcp-server
★ 0 stars Java Database Updated 3d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "oracle-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Keal-thas/oracle-mcp-server"
      ]
    }
  }
}

README Excerpt

One-off, single-file Java 8 MCP (Model Context Protocol) server exposing one tool, `oracle_query`, for running ad hoc SQL against an Oracle database from an MCP client (opencode). No build tool, no extensibility. Runs as a local HTTP server (opencode's "remote" MCP type) -- you start it yourself and leave it running; opencode just calls a URL. See the
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →