# Ninox — MCP server on mcp.ai > Connect your Ninox account and use 4 tools for databases straight from your AI agent. Connect with your own API key. Ninox is a low-code platform that enables users to create custom database applications tailored to their specific needs. By: mcp.ai · official Page: https://mcp.ai/ninox ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ninox?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/ninox/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ninox/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/ninox/skill.md Postman collection (v2.1): https://mcp.ai/ninox/postman.json ## Tools - ninox_delete_record(team_id: string, table_id: string, record_id: string, database_id: string) — Tool to delete a record from a specified table. Use after confirming workspace, database, table, and record IDs. - ninox_get_databases(team_id: string) — Retrieves all databases within a specific Ninox team. This action lists all databases (workspaces) that belong to a given team in Ninox. Each database contains tables, fields, and records for organizi - ninox_get_team(team_id: string) — Retrieves data from a single team (workspace) by its ID. Use when you need to get workspace details including the workspace ID and name. - ninox_list_teams() — Retrieves all workspaces (teams) accessible to the authenticated user. This action lists all Ninox teams (workspaces) that the user has access to. Each team contains databases, which in turn contain t ## Example prompts - "What can I do in Ninox?" - "Show me a summary of my Ninox account" ## Links Docs: https://mcp.ai/docs/mcps/ninox Website: https://mcp.ai/mcps/ninox