kossembly-dot/assembly-mcp
using assembly api
Platform-specific configuration:
{
"mcpServers": {
"assembly-mcp": {
"command": "npx",
"args": [
"-y",
"assembly-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP (Model Context Protocol) server for the Korean National Assembly Open API (open.assembly.go.kr).
Search bills, track legislative progress, retrieve bill details and committee meeting records -- all from Claude Desktop or any MCP-compatible client.
| Tool | Description | |---|---| | search_bill | Search bills by name, proposer, committee, or status (use proc_result="계류중" for pending bills) | | get_bill_detail | Get full legislative review history, proposal info, and original document links (HWP/PDF) | | search_meeting_record | Search committee meeting records by year, committee, or keyword |
search_bill| Parameter | Type | Description | |---|---|---| | bill_name | string | Bill name keyword (e.g. "인공지능", "정보통신망") | | proposer | string | Lead proposer name | | committee | string | Committee name (abbreviations supported) | | proc_result | string | Status filter: "계류중", "가결", "부결", "대안반영폐기", "임기만료폐기". Omit for all | | assembly_age | string | Assembly number (default: "22") | | limit | integer | Max results (default: 20) |
get_bill_detail| Parameter | Type | Description | |---|---|---| | bill_id | string | Bill ID from search_bill results | | bill_no | string | Bill number (alternative to bill_id) |
search_meeting_record| Parameter | Type | Description | |---|---|---| | committee | string | Committee name (abbreviations supported) | | year | string | Meeting year (e.g. "2026"). Prefix matching supported -- "202" matches all 2020s | | keyword | string | Meeting title or agenda keyword | | assembly_age | string | Assembly number (default: "22") | | limit | integer | Max results (default: 10) |
You can use common Korean abbreviations for committee names:
| Abbreviation | Full Name | |---|---| | 과방위 | 과학기술정보방송통신위원회 | | 법사위 | 법제사법위원회 | | 행안위 | 행정안전위원회 | | 국방위 | 국방위원회 | | 환노위 | 환경노동위원회 | | 기재위 |
Loading reviews...