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.