AmunCore

AmunCore turns a database into a secure REST API without writing a backend. You connect a database, pick tables, and endpoints go live with routing, authentication, validation, pagination, joins, errors, logs and docs already handled — the layer between a database and HTTP that would otherwise be a two-to-six-week project. It supports SQL Server, MySQL, MariaDB, PostgreSQL, Oracle and SQLite, with a visual builder that is the same regardless of the engine underneath. It is MCP-native by design: the endpoints you build become tools an AI assistant can call under the same keys, permissions and audit trail, and the MCP endpoint is live and token-gated. Full CRUD, a free plan, and Bearer API keys.

AmunCore publishes 1 API on the APIs.io network. Tagged areas include Database, API Management, Backend, No Code, and SQL.

AmunCore’s developer surface includes authentication and 3 more developer resources.

10.8/100 minimal ▬ flat Agent 20/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
1 APIs 1 MCP Servers
DatabaseAPI ManagementBackendNo CodeSQLPostgreSQLMySQLOracleMCPAgentsData

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 10.8/100 · minimal
Contract Quality 0.0 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 0.0 / 13
Governance 0.0 / 12
Discoverability 6.9 / 10
Agent readiness — 20/100 · agent aware
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/amuncore: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

AmunCore API

Generated REST API over a connected database — full CRUD across chosen tables, with auth, pagination and docs handled by the platform.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

amuncore-mcp.yml

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Amuncore Plans

0 plans

PLANS

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Amuncore Authentication

2 schemes

SECURITY

Resources

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 1

Authentication, authorization, and security posture

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: amuncore
url: https://raw.githubusercontent.com/api-evangelist/amuncore/refs/heads/main/apis.yml
name: AmunCore
description: 'AmunCore turns a database into a secure REST API without writing a backend. You connect a database, pick tables,
  and endpoints go live with routing, authentication, validation, pagination, joins, errors, logs and docs already handled
  — the layer between a database and HTTP that would otherwise be a two-to-six-week project. It supports SQL Server, MySQL,
  MariaDB, PostgreSQL, Oracle and SQLite, with a visual builder that is the same regardless of the engine underneath. It is
  MCP-native by design: the endpoints you build become tools an AI assistant can call under the same keys, permissions and
  audit trail, and the MCP endpoint is live and token-gated. Full CRUD, a free plan, and Bearer API keys.'
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/amuncore.png
created: '2026-08-03'
modified: '2026-08-03'
specificationVersion: '0.21'
type: Index
position: Producing
access: 3rd-Party
kind: contract
tags:
- Database
- API Management
- Backend
- No Code
- SQL
- PostgreSQL
- MySQL
- Oracle
- MCP
- Agents
- Data
apis:
- aid: amuncore:amuncore-api
  name: AmunCore API
  description: Generated REST API over a connected database — full CRUD across chosen tables, with auth, pagination and docs
    handled by the platform.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://amuncore.com
  baseURL: https://amuncore.com
  tags:
  - Database
  - REST
  - No Code
  - MCP
  properties:
  - url: https://amuncore.com
    type: Website
  - url: authentication/amuncore-authentication.yml
    type: Authentication
  - url: mcp/amuncore-mcp.yml
    type: MCPServer
  - url: plans/amuncore-plans.yml
    type: Plans
common:
- url: https://amuncore.com
  type: Website
- url: mcp/amuncore-mcp.yml
  type: MCPServer
- url: authentication/amuncore-authentication.yml
  type: Authentication
- url: plans/amuncore-plans.yml
  type: Plans
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
X-Discovery:
  date: '2026-08-03'
  method: probed
  note: Found while researching a separate company and profiled on its own merits. Everything below was fetched.
  findings:
  - surface: Website
    url: https://amuncore.com
    http_status: 200
    real: true
  - surface: MCPServer
    url: https://amuncore.com/mcp
    http_status: 401
    real: true
    note: 'Real and well built. GET returns 405; POST jsonrpc returns a correct JSON-RPC error -32001 "Unauthorized: missing
      MCP-Token header" rather than an HTML page.'
  - surface: OpenAPI
    url: https://amuncore.com/openapi.json
    http_status: 404
    real: false
    note: None published for the platform itself. Note the product GENERATES APIs per tenant, so a platform-level spec is
      a different thing from the specs it produces.
  - surface: LlmsTxt
    url: https://amuncore.com/llms.txt
    http_status: 404
    real: false
  - surface: Control
    url: https://amuncore.com/zzz-control-nonsense
    http_status: 404
    real: false
    note: Control path correctly 404s — no SPA catch-all, so the probes above are trustworthy.