- Home
- MCP servers
- Taiwanese Law
Taiwanese Law
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
The Taiwanese Law MCP server provides a searchable, up-to-date access point to Taiwan’s laws and regulations through the Model Context Protocol. You can connect remotely via a hosted endpoint or run a local MCP instance to perform full-text search, article-level retrieval, citation validation, and currency checks on the legislation corpus. This makes it easier to build compliance tools, research workflows, or integrate legal data into your applications with confidence in accuracy and provenance.
How to use
You can use the MCP server in two ways. First, connect to the remote endpoint to search the centralized dataset and run queries over the full legislation corpus. Second, run a local MCP instance to keep data in-house and process queries without sending data to external services.
How to install
Prerequisites: ensure you have Node.js and npm installed on your system. You can verify by running node -v and npm -v.
Option 1: Use the remote MCP endpoint via a client that supports MCP HTTP connections.
claude mcp add taiwanese-law --transport http https://taiwanese-law-mcp.vercel.app/mcp
Option 2: Run a local MCP instance with npm
Install and run the local MCP package using the standard npm-based workflow.
npx @ansvar/taiwanese-law-mcp