No code · Major databases · MCP-native

Turn any database into a
secure REST API.

Your database has no API until someone builds one. AmunCore builds it for you: connect, pick your tables, and go live in minutes. No backend project, no boilerplate, nothing to maintain.

Ship an API in minutes,
not in weeks.

Skip the controllers, the auth plumbing, the pagination and the docs. Configure an endpoint visually and it goes live with everything a production API needs already handled.

Any major database,
one clean API layer.

SQL Server, MySQL, MariaDB, PostgreSQL, Oracle, SQLite, and more on the way. The same visual builder no matter what you run underneath.

Let AI query your data,
on your terms.

AmunCore is MCP-native, so the endpoints you build become tools an AI assistant can use, under the same keys, permissions, and audit trail you already control.

No code required Full CRUD Free plan forever
amuncore · live request
ready
Request
GET
Authorization: Bearer ak_live_••••••••
Response
Waiting for a request…
Reading straight from your database. No code written. ·
This is what your table looks like the moment you turn it on.
Why AmunCore

A database is not an API.

Your data is sitting there, but nothing can reach it over HTTP until someone writes the layer in between. That layer is a real project: routing, authentication, validation, pagination, joins, errors, logs, docs, and then maintenance forever. AmunCore is that layer, already built.

Building it yourself 2 to 6 weeks
  • Scaffold a backend project and pick a framework
  • Write a controller for every table
  • Build auth, API keys, and rate limiting
  • Add pagination, filtering, sorting, joins
  • Write validation and error handling
  • Add logging and an audit trail
  • Write the documentation by hand
  • Deploy it, monitor it, maintain it
  • Repeat all of it for the next database
vs
With AmunCore 5 minutes
  • Paste your connection string
  • Pick a table and tick the columns you want
  • Generate a scoped API key
  • Your endpoint is live
Auth, pagination, filtering, joins, validation, audit logs, and documentation are already there. Every new endpoint takes about a minute.
How it works

Three steps. Watch it happen.

You configure an endpoint. AmunCore writes the SQL, handles the auth, and serves the response.

Connect your database

Paste your connection string. AmunCore encrypts it at rest, reads your schema, and lists your tables. Nothing is copied or moved: your data stays exactly where it is.

Your credentials are encrypted with AES-256.
ProviderMySQL
Serverdb.yourco.internal
Databaseshop
Password••••••••••
Connection verified
customers orders products invoices
Table: customers
Live SQL preview
SELECT id, name, city, total
FROM customers
WHERE city = @@city
Your endpoint is live
GET /api/v1/shop/customers
API key ak_live_••••••••
200 OK · 42 ms
Web app Mobile Power BI AI agent
What you get

A complete API platform, not a code generator.

Everything an API needs in production, already built and already secured.

🔑

Scoped API keys

Issue read-only or read-write keys per consumer. Keys are hashed; the raw value is shown once.

🔗

Visual joins & filters

Combine tables and filter rows without writing SQL. The preview shows the exact query.

Full CRUD

Read, create, update, and delete, with writes safely targeting a single table.

📡

Webhooks

Get notified on every write, signed and retried, with the previous values if you need them.

🧩

Stored procedures

Expose the logic you already wrote, including output parameters.

📊

Audit & analytics

Every call recorded: method, status, duration, caller. Know exactly what your API is doing.

📖

Shareable docs

Generate a branded documentation page for your endpoints and hand it to your users.

🛡

2FA & encryption

Two-factor sign-in, AES-256 encrypted connection strings, IP allowlists, rate limits.

🏛

ERP templates

Ready-made mappings for Dynamics, SAP, Oracle, QuickBooks, Xero, Zoho and more.

The whole picture

One layer between your data and everything that wants it.

Your databases stay where they are. AmunCore sits in front of them and speaks HTTP, so anything can consume your data safely.

SQL Server MySQL PostgreSQL Oracle MariaDB AmunCore REST · GraphQL · MCP Web app Mobile app Power BI AI agent Your ERP
Your databases, untouched One secure layer Anything that speaks HTTP
Databases

All your major databases. One interface.

The same visual builder regardless of what you run underneath, with more engines on the way.

SQL Server
T-SQL
MySQL
InnoDB
MariaDB
InnoDB
PostgreSQL
psql
SQLite
file
Oracle
PL/SQL

More engines are being added. Need one that isn't listed? Tell us.

AI / MCP

Let an AI assistant query your data, in plain language.

AmunCore speaks the Model Context Protocol, so the endpoints you already configured become tools an AI agent can use. You decide which ones. The same permissions, the same keys, the same audit trail.

Try it free
Person
Which customers in Dubai spent more than 400 last month?
AI assistant · via AmunCore
Calling GET /customers?city=Dubai
Answer
One customer: Globex (500.00). Two others fell below the threshold.
Person
What are the payment terms in the Globex contract, and do they still owe us anything?
AI assistant · via AmunCore
Reading Globex-contract.pdf and calling GET /invoices?customer=Globex&status=unpaid
Answer
The contract sets net 30 payment terms. They currently have one unpaid invoice of 500.00, issued 12 days ago, so it is not yet overdue.
Files & documents

Your documents and your data, in one conversation.

Upload PDFs, Word files, and spreadsheets, and AmunCore extracts the text so your AI assistant can read and search them. Because files and endpoints live behind the same MCP connection, the AI can answer questions that combine a document with your live database, in a single chat, no copy-paste, no switching tools.

You stay in control: turn any file on or off for AI search, organize with categories, and keep everything scoped to your company. Every file read and every query is recorded in your audit log.

Try it free
Developer experience

Ready to call from day one.

Every endpoint you create comes with generated documentation and copy-paste code in the language your team already uses. No guesswork, no reading source.

📖

Auto-generated docs

A branded, searchable documentation page for your endpoints, with a dark and light theme. Share the link or hand off the file.

⬇️

One-click code export

Copy a working request in cURL, JavaScript, Python, C#, PHP, or Go. Paste it and it runs.

📮

Postman & OpenAPI

Export a Postman collection or an OpenAPI spec and import your whole API into the tools you already use.

🧪

Built-in API console

Try any endpoint live from the dashboard, tweak parameters, and see the real response before you write a line of code.


                    
Pricing

Start free. Scale when it earns it.

No card to begin. Upgrade when your API is doing real work.

Free
$0 /forever
  • 1 application
  • 2 endpoints
  • 1K calls/day
  • SQL Server
  • · CORS / IP allowlist
  • · AI / MCP
Start free
Starter
$29 /mo
  • 3 applications
  • 20 endpoints
  • 100K calls/mo
  • SQL Server + MySQL
  • · CORS / IP allowlist
  • · AI / MCP
Choose Starter
MOST POPULAR
Pro
$99 /mo
  • Unlimited apps
  • Unlimited endpoints
  • 5M calls/mo
  • All supported databases
  • CORS + IP allowlist
  • AI / MCP integration
  • Priority support
Choose Pro
Enterprise
Custom
  • Everything in Pro
  • Unlimited calls
  • Dedicated support
  • Custom branding
  • SLA guarantee
Contact sales
Get in touch

Questions? Talk to a human.

Tell us what you're trying to connect and we'll tell you honestly whether AmunCore fits.

Ready when you are

Your database is one click from being an API.

Create a free account and have your first endpoint live before your coffee gets cold.

Create your free account
Powered by HYNOWorld
WhatsApp