InventDB
InventDB Serverless

A private database your AI agent can run.

What it is

A managed database on the InventDB cloud.

InventDB Serverless is a fully managed, single-tenant database service. Your instance runs on its own machine in your region, on its own encrypted volume, and carries you from your first record to 250 million at one flat monthly price. It contains no AI, and your data is never sent to any AI model.

Full SQL & transactions

Joins, aggregates, GROUP BY and ACID transactions.

Schemaless JSON records

Records change shape without migrations, and nested fields are queryable in SQL.

Four kinds of search

Exact, fuzzy, full-text and semantic, from one query layer.

Vector embeddings

Semantic search over records and documents, generated and stored inside your instance.

Files with OCR

Attachments on any record, searchable by content and by meaning.

Relationships

Foreign keys between types, with referential integrity enforced; queries join across the keys.

Roles & row-level security

Each user, and each agent acting for one, sees only the rows their role allows.

Webhooks & change feed

Your other systems are notified as records change.

Single-tenant: your own process and your own encrypted volume AES-256 at rest, under your own key In-region US · EU · India Never used to train AI models Exportable anytime as standard SQL and open JSON Sleeps when idle and wakes on the first call
Four ways to work it

Point an agent at it, or work it by hand.

Every instance ships the same four surfaces over one database.

AI agent over MCP

Connect Claude Desktop, Cursor or your own agent to the built-in MCP server: 40 tools covering records, search, files, schema, bulk loads, validation rules, admin and SQL, each call logged and bounded by the connecting user's role and row-level security.

SQL Studio

Browse your namespaces, types and columns, then write SQL and run it, with query history and CSV or JSON download.

Files

Every attachment across your namespaces in one place, searchable by filename, by the text inside it with OCR built in, or by meaning; indexing runs inside your instance, and files are not sent anywhere else.

Engine

The admin screens for running the database day to day: team and access, relationships, data quality, search freshness, attachment processing, safekeeping and settings.

claude_desktop_config.json

{ "mcpServers": { "mydb": { "url": "https://<your-db>.inventdb.cloud/mcp", "auth": { "type": "oauth2" } } } }

One line connects an agent. It signs in with OAuth as a named user, and the database enforces that user's role and row rules on every tool call.

250Mrecords on one private instance, with no migration as you grow
40MCP tools built into every instance
AES-256at rest, under your own key
$0to start, with a free tier we approve on request

You request the free tier, we review it, and confirmation arrives by email. It holds 100,000 records with 1 GB storage and 1 GB RAM, one instance per account, no card required. Paid plans are flat per month from $27.

FAQ

Common questions.

Is there an AI inside InventDB Serverless?

No; it is a database with no AI inside, your data is never sent to any AI model, and because no AI runs on your behalf there is no AI usage on your bill. The product with the AI included is InventDB SOAR.

How does an AI agent connect?

Over the built-in MCP server with 40 tools; every call runs under the connecting user's role and row-level security rules and is logged. The engine's full surface is 51 tools; the 11 workflow and report tools need an LLM inside the database, so they belong to InventDB SOAR.

Can I export my data, and is it locked in?

You can export at any time: it is your own encrypted volume under your own key, it speaks standard SQL, and records store as open JSON. There is no lock-in.