Resources

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://bump.sh/logto/doc/logto-management-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Logto Management API MCP server": {
    "url": "https://bump.sh/logto/doc/logto-management-api/mcp"
  }
}

Close

Resources (API resources) represent the APIs that you want to protect with Logto. Each resource has a unique indicator (URI) and a set of scopes (permissions). The resources will be used in the authorization process which conforms to RFC 8707: Resource Indicators for OAuth 2.0.

See ⚔️ Protect your API to learn more about how to define API resources and protect your APIs with Logto.