POST /api/interaction/single-sign-on/{connectorId}/registration

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-experience-api/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto Experience API MCP server": {
  "url": "https://bump.sh/logto/doc/logto-experience-api/mcp"
}
Close
POST /api/interaction/single-sign-on/{connectorId}/registration

Path parameters

  • connectorId string Required

    The unique identifier of the connector.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • redirectTo string Required
  • 400

    Bad Request

  • 403

    Forbidden

  • 404

    Not Found

  • 500

    Internal Server Error

POST /api/interaction/single-sign-on/{connectorId}/registration
curl \
 --request POST 'https://[tenant_id].logto.app/api/interaction/single-sign-on/{connectorId}/registration'
Response examples (200)
{
  "redirectTo": "string"
}