T

Taiwan Legal RAG

MCP server for querying Taiwanese legal documents and judicial decisions using a hosted RAG endpoint with OAuth authentication.

Taiwan·No reviews yet
Share:

About

MCP server for querying Taiwanese legal documents and judicial decisions using a hosted RAG endpoint with OAuth authentication.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Taiwan Legal RAG.

What is the primary function of the Taiwan Legal RAG MCP?
The Taiwan Legal RAG MCP allows users to query Taiwanese legal documents and judicial decisions. It leverages a hosted Retrieval Augmented Generation (RAG) endpoint to provide relevant information and insights from complex legal texts.
How do I configure the Taiwan Legal RAG MCP in a client application?
To configure this MCP, add its 'stdio' transport and 'taiwan-legal-rag' slug to your client's MCP directory. The exact steps vary by client, but generally involve adding a new MCP entry through the client's settings or configuration interface.
Does the Taiwan Legal RAG MCP require authentication?
Yes, this MCP utilizes OAuth for authentication. Users will need to complete an OAuth flow to authorize access to the RAG endpoint and its services. Specific OAuth provider details depend on the deployment.
What types of legal information can I retrieve using this MCP?
You can retrieve information related to Taiwanese legal documents and judicial decisions. The RAG system is designed to process and respond to queries about these specific legal text types, facilitating legal research and analysis.
What is a prerequisite for using the Taiwan Legal RAG MCP?
A prerequisite for using this MCP is an OAuth account that is compatible with the deployed RAG endpoint. Without appropriate authentication, access to the legal document querying features will be denied.

Install Taiwan Legal RAG

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "taiwan-legal-rag": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-taiwan-legal-rag"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "taiwan-legal-rag": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-taiwan-legal-rag"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "taiwan-legal-rag": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-taiwan-legal-rag"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.