korean-law-alio-mcp (scvcoder/korean-law-alio-mcp) is an MCP server listed on the M8ven Trust Index. It scores 60 out of 100, grade C. It declares 110 tools. No publisher has claimed this listing.

C
Caution
60/100

korean-law-alio-mcp

Enables searching, comparing, and analyzing Korean laws and public institution regulations through natural language, integrating 110 MCP tools covering statutes, precedents, and internal rules.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

scvcoder

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 5 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes110 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

search_law
get_law_text
get_article_detail
search_all
advanced_search
suggest_law_names
search_admin_rule
get_admin_rule
compare_admin_rule_old_new
search_ordinance
get_ordinance
get_linked_ordinances
get_linked_ordinance_articles
get_delegated_laws
get_linked_laws_from_ordinance
compare_old_new
get_three_tier
compare_articles
get_annexes
get_law_tree
get_law_system_tree
get_law_statistics
get_external_links
parse_article_links
get_article_history
get_law_history
get_historical_law
search_historical_law
search_precedents
get_precedent_text
summarize_precedent
extract_precedent_keywords
find_similar_precedents
search_interpretations
get_interpretation_text
search_tax_tribunal_decisions
get_tax_tribunal_decision_text
search_customs_interpretations
get_customs_interpretation_text
search_constitutional_decisions
get_constitutional_decision_text
search_admin_appeals
get_admin_appeal_text
search_ftc_decisions
get_ftc_decision_text
search_pipc_decisions
get_pipc_decision_text
search_nlrc_decisions
get_nlrc_decision_text
search_acr_decisions
get_acr_decision_text
search_school_rules
get_school_rule_text
search_public_corp_rules
get_public_corp_rule_text
search_public_institution_rules
get_public_institution_rule_text
search_appeal_review_decisions
get_appeal_review_decision_text
search_acr_special_appeals
get_acr_special_appeal_text
search_treaties
get_treaty_text
search_english_law
get_english_law_text
search_legal_terms
search_ai_law
get_legal_term_kb
get_legal_term_detail
get_daily_term
get_daily_to_legal
get_legal_to_daily
get_term_articles
get_related_laws
parse_jo_code
get_law_abbreviations
get_batch_articles
get_article_with_precedents
chain_law_system
chain_action_basis
chain_dispute_prep
chain_amendment_track
chain_ordinance_compare
chain_full_research
chain_procedure_detail
chain_document_review
analyze_document
search_institution
list_alio_regulations
get_alio_regulation
search_alio_regulation_text
compare_alio_regulations
get_alio_regulation_history
suggest_alio_benchmark
analyze_regulation_delegation
compare_regulation_timeline
find_regulations_by_upper_law
get_alio_statistics
get_recent_alio_revisions
get_alio_institution_profile

10 further tools are not listed here. The complete surface is in the source.

// known CVEs in dependencies5 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@xmldom/xmldom@0.9.8GHSA-2v35-w6hq-6mfw

xmldom: Uncontrolled recursion in XML serialization leads to DoS

high@xmldom/xmldom@0.9.8GHSA-f6ww-3ggp-fr8h

xmldom has XML injection through unvalidated DocumentType serialization

high@xmldom/xmldom@0.9.8GHSA-j759-j44w-7fr8

xmldom has XML node injection through unvalidated comment serialization

high@xmldom/xmldom@0.9.8GHSA-wh4c-j3r5-mjhp

xmldom: XML injection via unsafe CDATA serialization allows attacker-controlled markup insertion

high@xmldom/xmldom@0.9.8GHSA-x6wf-f3px-wcqx

xmldom has XML node injection through unvalidated processing instruction serialization

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configALIO_DATA_DIR
configALIO_INSTITUTION_ALIASES
configALIO_REG_RETRIES
configALIO_REG_TIMEOUT_MS
configCORS_ORIGIN
configDOCLING_BIN
configDOCLING_DEVICE
configDOCLING_OCR_ENGINE
configDOCLING_OCR_LANG
configDOCLING_TIMEOUT_MS
configHWP3_TIMEOUT_MS
configLAW_OCexport =your-api-key-here # ~/.zshrc 또는 ~/.bashrc 에 추가하면 영구 적용
configMCP_BODY_LIMIT
configNO_COLOR
configOCRMAC_DPI
configOCRMAC_LANG
configOCRMAC_PYTHON
configOCRMAC_TIMEOUT_MS
configPDFTOPPM_BIN
configRATE_LIMIT_RPM
configSOFFICE_BIN
configTRUST_PROXY
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

110/110 tools missing one or more hints — search_law (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_law_text (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_article_detail (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +107 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Shell command execution

25 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Production dependencies are patched

0 critical, 5 high severity in production deps — @xmldom/xmldom@0.9.8 (high), @xmldom/xmldom@0.9.8 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/scvcoder/korean-law-alio-mcp?variant=verified)](https://m8ven.ai/mcp/scvcoder/korean-law-alio-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 09a00acb0b84daacd944839b0c631348b1c7fb11
code hash: efc929b4890a28cc4bf94e7e61dceec1dd97072492af44cbbe8aa0cb8f25bf79
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client