No project description provided
Project description
ly-mcp
A Model Context Protocol (MCP) server for Taiwan's Legislative Yuan API v2, providing bill search, detailed information, related documents, and meeting records.
Features
This MCP server provides the following tools:
- search_bills: Search bills by term, session, category, proposer, and other criteria
- get_bill_detail: Get comprehensive information about specific bills
- get_bill_related_bills: Query related bills and their associations
- get_bill_doc_html: Retrieve HTML-formatted bill documents
- get_bill_meets: Access bill deliberation records from various meetings
API Source
This MCP server uses the Legislative Yuan API v2 as its data source, providing information about Taiwan's Legislative Yuan bills and proceedings.
Installation & Usage
PyPI
{
"mcpServers": {
"lymcp": {
"command": "uvx",
"args": ["lymcp@latest"]
}
}
}
GitHub
{
"mcpServers": {
"lymcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/ly-mcp",
"lymcp"
]
}
}
}
Local
{
"mcpServers": {
"lymcp": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/<user>/workspace/ly-mcp",
"lymcp"
]
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lymcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lymcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9accd652b79c7480922ae8aa92bda39544eef53ef341ee575f15bf91844455df
|
|
| MD5 |
742d908c882ae8f332c3f95cafa1f802
|
|
| BLAKE2b-256 |
4d3dc6e4befbadf168f4316d1bb4dff0fe06c12117e433cbbef15468e6f73e88
|