An MCP server (Model Context Protocol) is the endpoint an AI assistant connects to in order to work with your OINO.cloud data. Through it the assistant can inspect and change the database schema, read and write the data over tokens, and publish pages and apps — using the same secure REST APIs you would use yourself.
Bind each MCP server to a single database. The server id in the connection URL identifies that one database, so the AI never has to guess which data it is working with. Keeping one app, one database and one MCP server together keeps the assistant's context clear and focused: it sees exactly the tables, tokens, pages and roles that belong to that app and nothing else. Splitting unrelated data into separate databases — each with its own MCP server — gives the AI cleaner context and reduces the chance of it touching the wrong data.
Once connected, the assistant works with the same building blocks documented in the rest of these guides:
Note: the AI only holds the rights of the tokens you give it. Schema and publishing changes need a management token, so hand that out deliberately.