naver.com
NAVER is a Korean internet platform that provides search, identity/login, and related online services. Its developer portal documents APIs for search and other service features plus Naver Login for third-party applications.
naver.com exposes two documented developer HTTP API surfaces: the general Naver Open API at `openapi.naver.com/v1` using app client ID/secret headers, and the Naver Login API at `openapi.naver.com/v1/nid` using OAuth 2.0 access tokens obtained from a registered Naver Login app; no GraphQL, MCP, or CLI surfaces were found.
- Naver Open APIdiscovered
- Naver Login APIdiscovered
Sign in to NAVER Developers and open Application > 애플리케이션 등록. Register an application, select the APIs you want to use, and after creation open Application > 내 애플리케이션 to view the issued client_id and client_secret. The search API docs say these values are sent in HTTP headers X-Naver-Client-Id and X-Naver-Client-Secret.
Sign in to NAVER Developers and register an application at Application > 애플리케이션 등록, enabling 네이버 로그인 for the app. Configure the service environment and callback URL in the app settings, then use the app's client_id and client_secret from Application > 내 애플리케이션 to run the OAuth flow against https://nid.naver.com/oauth2.0/authorize and https://nid.naver.com/oauth2.0/token as documented in the login guide.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing