io.github.seyoung230/alphakey-mcp-server
PYPI · ALPHAKEY-MCP-SERVER · SCANNED SEP 21
AlphaKey IDaaS MCP Server — Manage SSO, MFA, users, apps, and security policies through AI IDE
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 0 of 29 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency6
- Repository check failed: no source repository is declared. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 10 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability60
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 7474 tokens (~57/item across 130 items; 130 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
- Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 19 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "alphakey_user_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 131 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.seyoung230/alphakey-mcp-server server?
io.github.seyoung230/alphakey-mcp-server runs locally as a PyPI package, launched with uvx alphakey-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · alphakey-mcp-server
claude mcp add seyoung230-alphakey-mcp-server -- uvx alphakey-mcp-server
{
"mcpServers": {
"seyoung230-alphakey-mcp-server": {
"command": "uvx",
"args": [
"alphakey-mcp-server"
]
}
}
} {
"servers": {
"seyoung230-alphakey-mcp-server": {
"command": "uvx",
"args": [
"alphakey-mcp-server"
]
}
}
} codex mcp add seyoung230-alphakey-mcp-server -- uvx alphakey-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"seyoung230-alphakey-mcp-server": {
"type": "local",
"command": [
"uvx",
"alphakey-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add seyoung230-alphakey-mcp-server --command uvx --arg alphakey-mcp-server
mcp_servers:
seyoung230-alphakey-mcp-server:
command: "uvx"
args: ["alphakey-mcp-server"] {
"McpServers": {
"seyoung230-alphakey-mcp-server": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"alphakey-mcp-server"
]
}
}
} assistant mcp add seyoung230-alphakey-mcp-server -t stdio -c uvx -a alphakey-mcp-server
{
"mcpServers": {
"seyoung230-alphakey-mcp-server": {
"command": "uvx",
"args": [
"alphakey-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +3
- Stability: unverified → 0.23 ▲ functional
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 41
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed pypi/alphakey-mcp-server@2.1.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 29 packages
| Packages resolved | 29 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
alphakey_provisioning_user_update ~55
프로비저닝 사용자 정보를 업데이트합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| saasId | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_abnormal_action ~64
이상 접속 건에 대해 조치를 수행합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| abnormalId | string | yes | – |
| actionStatusCode | string | yes | – |
| announceYn | string | yes | – |
| confirmed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_abnormal_category_list ~25
이상 접속 카테고리 목록을 조회합니다.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_abnormal_detail ~28
이상 접속 상세 정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| abnormalId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_abnormal_list ~66
이상 접속 내역 목록을 조회합니다. 날짜 형식: 2025.01.01
| Name | Type | Req | Description |
|---|---|---|---|
| endDate | string | – | – |
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| startDate | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_abnormal_unblock ~47
이상 접속 차단을 해제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| abnormalId | string | yes | – |
| confirmed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_block_area_list ~36
차단 지역 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_country_active_update ~56
차단 국가의 활성화 상태를 변경합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| autoApplyYn | string | yes | – |
| confirmed | boolean | – | – |
| countryId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_country_create ~49
차단 국가를 추가합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | – | – |
| confirmed | boolean | – | – |
| countryCode | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_country_delete ~42
차단 국가를 삭제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| countryId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_country_detail ~27
차단 국가 상세 정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| countryId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_country_update ~57
차단 국가 정보를 수정합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | – | – |
| confirmed | boolean | – | – |
| countryCode | string | yes | – |
| countryId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_action_list ~35
보안 감지 정책의 조치 액션 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| categoryCode | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_policy_active_update ~60
보안 감지 정책의 활성화 상태를 변경합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| autoApplyYn | string | yes | – |
| confirmed | boolean | – | – |
| detectPolicyId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_policy_create ~148
감지 정책을 등록합니다. policyData는 JSON 문자열. confirmed=true로 호출해야 실제 실행됩니다. 필수 필드: detectPolicyName, asgnType("user"/"saas"), isAllUsersYn("Y"/"N"), emailAnnounceYn("Y"/"N"), actionStatusCode 선택 필드: network({ipAddress, subnetMask}), devices({value:[]}), users({deptIds:[], groupIds:[], userIds:[]}), saasApps({saasIds:[], saasGroupIds:[]}), domains({value:[]})
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| policyData | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_policy_delete ~46
보안 감지 정책을 삭제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| detectPolicyId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_policy_detail ~31
보안 감지 정책 상세 정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| detectPolicyId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_policy_list ~38
보안 감지 정책 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_detect_policy_update ~152
감지 정책을 수정합니다. policyData는 JSON 문자열. confirmed=true로 호출해야 실제 실행됩니다. 필수 필드: detectPolicyId, detectPolicyName, asgnType("user"/"saas"), isAllUsersYn("Y"/"N"), emailAnnounceYn("Y"/"N"), actionStatusCode 선택 필드: network({ipAddress, subnetMask}), devices({value:[]}), users({deptIds:[], groupIds:[], userIds:[]}), saasApps({saasIds:[], saasGroupIds:[]}), domains({value:[]})
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| policyData | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_overseas_create ~76
해외 IP 예외를 등록합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | – | – |
| confirmed | boolean | – | – |
| endDate | string | yes | – |
| exceptionType | string | yes | – |
| exceptionUser | string | yes | – |
| startDate | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_overseas_delete ~45
해외 IP 예외를 삭제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| exceptionId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_overseas_detail ~30
해외 IP 예외 상세 정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| exceptionId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_security_overseas_list ~38
해외 IP 예외 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_admin_create ~49
일반 관리자를 추가합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| adminId | string | yes | – |
| adminName | string | – | – |
| confirmed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_admin_delete ~41
일반 관리자를 삭제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| adminId | string | yes | – |
| confirmed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_admin_detail ~27
일반 관리자 기본정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| adminId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_admin_list ~34
일반 관리자 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_appadmin_detail ~28
앱 관리자 상세 정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| saasId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_appadmin_list ~35
앱 관리자 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_appadmin_update ~54
앱 관리자를 지정/변경합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| saasId | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_add ~69
일반 관리자를 추가합니다. userIds는 쉼표 구분 사용자 ID. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| userIds | string | yes | – |
| validateFrom | string | yes | – |
| validateTo | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_auth_list ~31
일반 관리자의 권한 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_detail ~31
일반 관리자(확장) 상세 정보를 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_history ~48
일반 관리자 권한 범위 변경 이력을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_ip_create ~69
관리자 허용 IP를 추가합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| allowReason | string | yes | – |
| confirmed | boolean | – | – |
| ipAddress | string | yes | – |
| subnetMask | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_ip_delete ~54
관리자 허용 IP를 삭제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| networkPolicyId | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_ip_list ~46
관리자 허용 IP 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_ip_reason ~64
관리자 허용 IP 사유를 수정합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| allowReason | string | yes | – |
| confirmed | boolean | – | – |
| networkPolicyId | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_ip_status ~63
관리자 허용 IP 상태를 변경합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| allowYn | string | yes | – |
| confirmed | boolean | – | – |
| networkPolicyId | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_list ~39
일반 관리자(확장) 목록을 조회합니다.
| Name | Type | Req | Description |
|---|---|---|---|
| pageCount | integer | – | – |
| pageNumber | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_range_update ~69
일반 관리자 권한 범위를 수정합니다. menuAuthList는 JSON 문자열. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| menuAuthList | string | yes | – |
| reason | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_remove ~50
일반 관리자를 해제합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| reason | string | yes | – |
| userId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_normaladmin_update ~68
일반 관리자 유효기간을 수정합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| reason | string | yes | – |
| userId | string | yes | – |
| validateFrom | string | yes | – |
| validateTo | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_password_detail ~21
비밀번호 초기화 정책 상세 정보를 조회합니다.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_password_expiry ~22
비밀번호 유효 기간 설정을 조회합니다.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_password_expiry_edit ~46
비밀번호 유효 기간을 변경합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| expiryDays | integer | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_password_update ~55
비밀번호 초기화 정책을 수정합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| pwdResetAlarmTime | integer | yes | – |
| pwdResetTime | integer | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_provisioning_detail ~23
프로비저닝 정책 상세 정보를 조회합니다.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_provisioning_manual ~39
프로비저닝을 수동 실행합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| confirmed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
alphakey_settings_provisioning_schedule ~51
프로비저닝 자동 실행 스케줄을 설정합니다. confirmed=true로 호출해야 실제 실행됩니다.
| Name | Type | Req | Description |
|---|---|---|---|
| autoJobTime | string | yes | – |
| confirmed | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
What is the io.github.seyoung230/alphakey-mcp-server server?
io.github.seyoung230/alphakey-mcp-server is listed in the public MCP registry as io.github.seyoung230/alphakey-mcp-server. AlphaKey IDaaS MCP Server, Manage SSO, MFA, users, apps, and security policies through AI IDE. This page covers its PyPI package (alphakey-mcp-server).
Is the io.github.seyoung230/alphakey-mcp-server server safe to use?
io.github.seyoung230/alphakey-mcp-server scores 61 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.seyoung230/alphakey-mcp-server server expose?
io.github.seyoung230/alphakey-mcp-server exposes 130 tools: alphakey_user_list, alphakey_user_detail, alphakey_user_full_detail, alphakey_user_app_list, alphakey_user_account_history, and 125 more. Their descriptions and schemas cost roughly 7,440 tokens of context every time the server is loaded.
Is the io.github.seyoung230/alphakey-mcp-server server still maintained?
io.github.seyoung230/alphakey-mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.