home / mcp / taiwanese law mcp server
Provides full-text search, article-level retrieval, and validation for Taiwanese laws via MCP, with remote and local deployment options.
Configuration
View docs{
"mcpServers": {
"ansvar-systems-taiwanese-law-mcp": {
"url": "https://taiwanese-law-mcp.vercel.app/mcp"
}
}
}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.
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.
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/mcpInstall and run the local MCP package using the standard npm-based workflow.
npx @ansvar/taiwanese-law-mcp