Skip to content

Loony

Stop gluing APIs to databases. That's our job.

Tell Loony what data you need. It fetches it on a schedule, stores it, and serves it via REST and MCP -- ready for your agent or your app.

How It Works

loony init my-app        # scaffold a new app
# tell your agent what data you need, or write scripts yourself
loony deploy             # one command. done.
loony info               # get your REST + MCP endpoints

Your app gets:

  • A managed Postgres database -- individual database per app, zero config
  • Scheduled pipelines -- cron per script, pausable and resumable
  • REST + MCP endpoints -- authenticated, ready for agents
  • Agent-native -- includes .claude/rules and skills for agent integration
  • Semantic layer -- opinionated schemas optimised for zero hallucinations

Install

pip install loony

Then log in:

loony login