# Kakao Entertainment > Kakao Entertainment Corp. is the South Korean entertainment subsidiary of Kakao Corp., formed from the > 2021 merger of Kakao Page and Kakao M. It operates a Story business (Kakao Page, Kakao Webtoon, and the > overseas Tapas and Radish properties), a Music business (the Melon streaming service and the StarShip, > IST, EDAM and Antenna labels), and a Media business (film, drama and artist management). Kakao Entertainment publishes no OpenAPI, no REST developer portal and no SDKs. Its one public machine-readable surface is agent-native: a first-party remote Model Context Protocol server for Melon. This file was generated by API Evangelist on 2026-08-23 from artifacts probed on the provider's own hosts; the provider does not publish an llms.txt (probed, 404 on www.kakaoent.com and mcp.melon.com). ## Agent surface - [Melon MCP server](https://mcp.melon.com/mcp): Remote MCP endpoint, Streamable HTTP transport (not SSE), OAuth 2.0 authenticated, marked beta by the provider. An anonymous JSON-RPC tools/list call returns 18 tools, each with a JSON Schema inputSchema, and 16 of the 18 also carry an outputSchema. All 18 are annotated readOnlyHint true, destructiveHint false, idempotentHint true. - [Melon MCP integration guide (English)](https://tech.kakaoent.com/ai/using-melon-mcp-server-en/): The provider's own setup, tool reference, troubleshooting and security guidance. - [Melon MCP integration guide (Korean)](https://tech.kakaoent.com/ai/using-melon-mcp-server-ko/) ### Tools published by the Melon MCP server Music search and discovery: search_melon_music_contents, get_music_chart, get_music_content_details, get_artist_contents, get_latest_music_contents, get_music_contents_by_genre, get_genres, get_music_content_url, get_melon_curated_playlists, get_playlist_tracks. Personalization and the signed-in member's own data: recommend_personalized_songs_by_dj_mallang, recommend_similar_songs_by_dj_mallang, get_my_liked_music_contents, get_my_most_listened_songs, get_recently_played_music_contents, get_my_created_playlists, get_song_streaming_report. Playback: create_playback_url, which composes a melon.com playback URL from supplied content IDs and is annotated read-only by the provider. ## Authentication - [Melon Alliance Auth v3 documentation](https://cola.melon.com/auth/v3/oauth/docs): OAuth 2.0 and OAuth 2.1 (draft) authorization platform, citing RFC 6749, 6750, 7009, 7591 and 7636. - [Authorization server metadata](https://cola.melon.com/.well-known/oauth-authorization-server): RFC 8414 document carrying the authorize, token, introspect, revoke and register endpoints, PKCE S256, and ten supported scopes. - [Dynamic client registration](https://cola.melon.com/auth/v3/oauth/docs/dynamic-client-registration): RFC 7591 endpoint at POST /auth/v3/oauth/register. Registration is not open self-service - redirect URIs are allowlisted per partner and the provider directs partners to melon_info@kakaoent.com first. ## Company - [Kakao Entertainment corporate site](https://www.kakaoent.com/) - [Kakao Entertainment engineering blog](https://tech.kakaoent.com/) and its [RSS feed](https://tech.kakaoent.com/rss.xml) - [GitHub organisation](https://github.com/kakaoent) (exists, zero public repositories) - [Privacy policy](https://kakaoent.com/privacy/policy) ## What is not published - No OpenAPI, Swagger, GraphQL SDL, AsyncAPI, gRPC/Protobuf or WSDL contract on any host. - No A2A agent card: /.well-known/agent-card.json and /.well-known/agent.json return 404, 403, 302 or 500 on every Kakao Entertainment and Melon host probed. - No security.txt, no OpenID Connect discovery, no api-catalog, no ai-plugin.json. - No API changelog, deprecation policy, SLA or status page. - No SDK on any package registry, and no developer plans or published rate limits. - api.kakaoent.com is a catch-all that answers HTTP 200 with a 769-byte error shell for every path, including every /.well-known/* path and every spec path. It serves no documents. ## Related but not this company - Kakao Corp's general developer platform at https://developers.kakao.com belongs to the parent company, not to Kakao Entertainment, and is profiled separately. - Tapas is profiled separately as `tapastic`.