@bootpay/mcp
npm
v2.10.1
Published by @bootpay — no publish provenance, so origin is unverified, but the source is public: the repository link below is self-declared yet readable, so you can inspect the code before adopting it.
Bootpay MCP Server — 결제·커머스 개발자 문서 검색, 관리자 도구, AI 에이전트 연동
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 15.8 = 84. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −9.5 | Untrusted input concatenated into a command sink ×2 MTC-SRC-009 | injection |
| −6.3 | Description names a credential store the tool cannot reach MTC-INJ-SCHEMA-1 | injection |
2. Client adoption risk — 84 − 11 = 73. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −10 | capability blast radius (critical) — client exposure if the model is manipulated |
| −1 | publisher verification (public source) — no provenance, but the source is public and inspectable |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
In the server's implementation (`dist/admin/tools/auth.js:2`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: { execSync } from 'node:child_process'; import { startCallbackServer } from '../auth/callback-server.js'; import { start
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/admin/tools/auth.js
In the server's implementation (`dist/admin/tools/commerce-code/index.js:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: { execSync } from 'node:child_process'; import { formatErrorForMcp } from '../../errors/index.js'; import { startPayment
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/admin/tools/commerce-code/index.js
In the server's implementation (`dist/admin/tools/generate-code.js:1461`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ta: any) => { fetch('https://your-server.com/api/confirm', { method: 'POST', headers:
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/admin/tools/generate-code.js
Tool "list_api_scopes" describes a credential store (SSH keys, cloud credentials, a keychain or an equivalent) that nothing in its input schema can address. A tool's interface is the honest statement of what it touches; prose that reaches past it is addressed to the model, not to a reader.
Evidence: KeyChain
Fix: Remove the reference, or expose the target as an explicit, validated parameter so the client can see and consent to what the tool reads.
Location: tool list_api_scopes · description
In the server's implementation (`dist/admin/tools/auth.js:86`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: try { execSync(`open "${loginUrl}"`, { stdio: 'ignore' }); browserOpened = true;
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/admin/tools/auth.js
In the server's implementation (`dist/admin/tools/commerce-code/index.js:223`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: try { execSync(`open "${pageUrl}"`, { stdio: 'ignore' }); browserOpened = true;
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/admin/tools/commerce-code/index.js
Each tool and what it can reach — statically extracted from the published source.
commerce_download_couponingests untrusted inputactivate_payment_methodno sensitive capabilityadd_products_to_catalogno sensitive capabilitybrowser_loginno sensitive capabilitybrowser_select_payment_methodno sensitive capabilitybrowser_select_projectno sensitive capabilitycommerce_add_cart_itemno sensitive capabilitycommerce_add_review_helpfulno sensitive capabilitycommerce_calculate_guest_delivery_feeno sensitive capabilitycommerce_calculate_point_limitno sensitive capabilitycommerce_calculate_priceno sensitive capabilitycommerce_calculate_subscription_cancelno sensitive capabilitycommerce_check_business_number_existno sensitive capabilitycommerce_check_email_existno sensitive capabilitycommerce_check_id_existno sensitive capabilitycommerce_check_phone_existno sensitive capabilitycommerce_check_review_helpfulno sensitive capabilitycommerce_checkout_cartno sensitive capabilitycommerce_clear_cartno sensitive capabilitycommerce_create_order_cancelno sensitive capabilitycommerce_create_order_receiptno sensitive capabilitycommerce_create_productno sensitive capabilitycommerce_create_product_reviewno sensitive capabilitycommerce_create_review_replyno sensitive capabilitycommerce_delete_product_reviewno sensitive capabilitycommerce_delete_review_replyno sensitive capabilitycommerce_get_cartno sensitive capabilitycommerce_get_my_orderno sensitive capabilitycommerce_get_my_subscriptionno sensitive capabilitycommerce_get_order_receipt_previewno sensitive capabilitycommerce_get_order_resultno sensitive capabilitycommerce_get_order_subscription_resultno sensitive capabilitycommerce_get_point_balanceno sensitive capabilitycommerce_get_productno sensitive capabilitycommerce_get_productsno sensitive capabilitycommerce_get_review_replyno sensitive capabilitycommerce_get_review_statsno sensitive capabilitycommerce_get_reviewsno sensitive capabilitycommerce_get_sessionno sensitive capabilitycommerce_get_storeno sensitive capabilitycommerce_get_store_detailno sensitive capabilitycommerce_get_subscription_recovery_infono sensitive capabilitycommerce_get_termsno sensitive capabilitycommerce_joinno sensitive capabilitycommerce_list_available_couponsno sensitive capabilitycommerce_list_categoriesno sensitive capabilitycommerce_list_couponsno sensitive capabilitycommerce_list_my_ordersno sensitive capabilitycommerce_list_my_subscriptionsno sensitive capabilitycommerce_list_point_transactionsno sensitive capabilitycommerce_list_product_reviewsno sensitive capabilitycommerce_list_productsno sensitive capabilitycommerce_loginno sensitive capabilitycommerce_logoutno sensitive capabilitycommerce_merge_guest_cartno sensitive capabilitycommerce_pause_my_subscriptionno sensitive capabilitycommerce_prepare_orderno sensitive capabilitycommerce_preview_coupon_discountno sensitive capabilitycommerce_preview_guest_orderno sensitive capabilitycommerce_preview_point_usageno sensitive capabilitycommerce_recover_my_subscriptionno sensitive capabilitycommerce_remove_cart_itemno sensitive capabilitycommerce_remove_review_helpfulno sensitive capabilitycommerce_report_reviewno sensitive capabilitycommerce_request_subscription_cancel_approvalno sensitive capabilitycommerce_resume_my_subscriptionno sensitive capabilitycommerce_retry_my_subscription_billno sensitive capabilitycommerce_statusno sensitive capabilitycommerce_update_cart_itemno sensitive capabilitycommerce_update_cart_item_periodno sensitive capabilitycommerce_update_my_order_addressno sensitive capabilitycommerce_update_my_subscriptionno sensitive capabilitycommerce_update_productno sensitive capabilitycommerce_update_product_reviewno sensitive capabilitycommerce_update_review_replyno sensitive capabilitycommerce_validate_cart_itemsno sensitive capabilitycommerce_validate_credentialsno sensitive capabilitycommerce_verify_order_receiptno sensitive capabilityconfigure_widgetno sensitive capabilitycreate_catalogno sensitive capabilitycreate_categoryno sensitive capabilitycreate_content_blockno sensitive capabilitycreate_content_templateno sensitive capabilitycreate_delivery_shippingno sensitive capabilitycreate_keychainno sensitive capabilitycreate_productno sensitive capabilitycreate_projectno sensitive capabilitycreate_sellerno sensitive capabilitycreate_subscription_settingno sensitive capabilitycreate_test_productsno sensitive capabilitycreate_widgetno sensitive capabilitydelete_catalogno sensitive capabilitydelete_categoryno sensitive capabilitydelete_content_blockno sensitive capabilitydelete_content_templateno sensitive capabilitydelete_keychainno sensitive capabilitydelete_productno sensitive capabilitydelete_widgetno sensitive capabilitydetect_project_stackno sensitive capabilitydisable_digital_codeno sensitive capabilitygenerate_commerce_codeno sensitive capabilitygenerate_payment_codeno sensitive capabilityget_auth_statusno sensitive capabilityget_catalogno sensitive capabilityget_commerce_contextno sensitive capabilityget_commerce_keysno sensitive capabilityget_cs_guideno sensitive capabilityget_csp_allowlistno sensitive capabilityget_docno sensitive capabilityget_integration_contextno sensitive capabilityget_mall_settingno sensitive capabilityget_payment_settingsno sensitive capabilityget_productno sensitive capabilityget_product_form_settingno sensitive capabilityget_product_info_notice_formsno sensitive capabilityget_sdk_versionsno sensitive capabilityget_sellerno sensitive capabilityget_setup_checklistno sensitive capabilityget_troubleshootingno sensitive capabilityget_widgetno sensitive capabilityget_widget_default_stylesno sensitive capabilitylist_api_scopesno sensitive capabilitylist_catalogsno sensitive capabilitylist_categoriesno sensitive capabilitylist_content_block_productsno sensitive capabilitylist_content_blocksno sensitive capabilitylist_content_templatesno sensitive capabilitylist_delivery_shipping_bundlesno sensitive capabilitylist_delivery_shippingsno sensitive capabilitylist_digital_codesno sensitive capabilitylist_docsno sensitive capabilitylist_keychainsno sensitive capabilitylist_productsno sensitive capabilitylist_projectsno sensitive capabilitylist_subscription_settingsno sensitive capabilitylist_widgetsno sensitive capabilityloginno sensitive capabilitylogoutno sensitive capabilityregister_digital_codesno sensitive capabilityreorder_categoriesno sensitive capabilitysearch_docsno sensitive capabilitysearch_sellersno sensitive capabilityset_commerce_credentialsno sensitive capabilityset_payment_modeno sensitive capabilityset_sandbox_modeno sensitive capabilityset_tokenno sensitive capabilitysetup_test_mall_catalogsno sensitive capabilitysetup_test_mall_categoriesno sensitive capabilitysetup_test_mall_deliveryno sensitive capabilitysetup_test_mall_productsno sensitive capabilitysetup_test_mall_resetno sensitive capabilitysetup_test_mall_statusno sensitive capabilityswitch_projectno sensitive capabilityupdate_catalogno sensitive capabilityupdate_categoryno sensitive capabilityupdate_content_blockno sensitive capabilityupdate_mall_settingno sensitive capabilityupdate_payment_resourceno sensitive capabilityupdate_productno sensitive capabilityupdate_sellerno sensitive capabilityupdate_test_mall_discountsno sensitive capabilityupdate_widgetno sensitive capabilityupload_product_imagesno sensitive capabilityScan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v2.10.1 latest |
C 73/100 | 6 | 1.13.0 | 2026-09-07 |
v2.10.0 |
C 73/100 | 6 | 1.13.0 | 2026-09-01 |
v2.6.3 |
C 73/100 | 6 | 1.13.0 | 2026-08-25 |
v2.6.1 |
C 73/100 | 6 | 1.12.1 | 2026-08-25 |
v2.1.0 |
C 73/100 | 6 | 1.12.1 | 2026-08-24 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan @bootpay/mcp --online
stdio compatibility bridge for the hosted AgentMail MCP server
MCP server for Alfa documentation retrieval
MCP server providing Alpine.js documentation and reference
Search the official Astro framework documentation.
MCP server providing ATAG 2.0 (Authoring Tool Accessibility Guidelines) guidance for authoring tool developers
Aurais Research Reader as an MCP server — paste a paper or article, get a structured read with verbatim-verified quotes + a signed Vorion proof chain (via @vorionsys/aurais-core).