Brian Makarewicz

Projects

A few things I have built and put out into the world — live apps you can try and source you can download.

Fusion Query screenshot

Fusion Query

Live app

Ad-hoc SQL on Oracle Fusion, with an AI that writes the query

A web tool that runs ad-hoc SQL against Oracle Fusion through BI Publisher. Type SQL directly, or ask in plain English and an AI assistant generates the query, runs it, and feeds any Oracle error back to itself to self-correct. Includes a browsable catalog of Fusion tables, email-verified access, and per-user query history.

React · Vercel · BI Publisher SOAP · multi-provider AI

MovieNight screenshot

MovieNight

Live app

Pick a film the whole household will actually enjoy

A movie-night recommender for families. Everyone rates films and sets their genre and actor preferences; pick who is watching and it recommends titles the group will enjoy, filtered by the youngest viewer's rating. Movie data comes from OMDB and TMDB.

React · FastAPI · Postgres · Vercel

Fusion BIP MCP Server screenshot

Give an AI agent safe, direct access to Oracle Fusion reporting

An MCP (Model Context Protocol) server that exposes Oracle Fusion BI Publisher operations — run reports and data models, and deploy new ones — as tools an AI agent can call. It talks to Fusion's BI Publisher SOAP service directly, with usage metering and clear error handling. Clone the repo and point your own agent at your own Fusion instance.

Python · Model Context Protocol · BI Publisher SOAP