Legislative Yuan MCP Server

ly-mcp 是一個串接台灣立法院 API v2 的 Model Context Protocol (MCP) 伺服器,提供議案、委員會、公報、會議紀錄與相關文件等資料查詢能力。. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 6 · #88 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Legislative Yuan

Claude Code

claude mcp add narumiruna-ly-mcp -- uvx lymcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "narumiruna-ly-mcp": {
      "command": "uvx",
      "args": [
        "lymcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package lymcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.narumiruna is GitHub-verified and matches the repo owner

03 · What Legislative Yuan can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.2 · 2026-08-17

bump callowayproject/bump-my-version from 1.5.0 to 1.5.1 · add MCP server metadata

v0.6.1 · 2026-08-08

align Swagger query parameters

v0.6.0 · 2026-08-07

bump ruff from 0.15.12 to 0.15.14 · bump ty from 0.0.35 to 0.0.39 · migrate to MCP SDK 2.0 · bump actions/checkout from 6 to 7 · bump callowayproject/bump-my-version from 1.3.0 to 1.5.0 · align tools with vote endpoints

04 · Who maintains Legislative Yuan

Legislative Yuan is maintained by narumiruna. We track 2 MCP servers from narumiruna - 2 actively maintained, 191 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from narumiruna.

  1. Yahoo Finance Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP. ★ 185

05 · Facts

category
API integration - ranked #88 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-17)
registry
io.github.narumiruna/ly-mcp (active, first published 2026-08-17)
packages
pypi:lymcp

06 · Legislative Yuan FAQ

What is Legislative Yuan?

ly-mcp 是一個串接台灣立法院 API v2 的 Model Context Protocol (MCP) 伺服器,提供議案、委員會、公報、會議紀錄與相關文件等資料查詢能力。. It runs locally over stdio via the published package.

Is Legislative Yuan still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Legislative Yuan?

Run `uvx lymcp`. You can also paste the ready-made client config above.

Does Legislative Yuan run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Legislative Yuan