Applications

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://openapi.logto.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto API references MCP server": {
  "url": "https://openapi.logto.io/mcp"
}
Close

Application represents your registered software program or service that has been authorized to access user information and perform actions on behalf of users within the system. Currently, Logto supports four types of applications:

  • Traditional web

  • Single-page app

  • Native app

  • Machine-to-machine app.

Depending on the application type, it may have different authentication flows and access to the system. See 🔗 Integrate Logto in your application to learn more about how to integrate Logto into your application.

Role-based access control (RBAC) is supported for machine-to-machine applications. See 🔐 Role-based access control (RBAC) to get started with role-based access control.