MCP Catalogs
Home

pasal vs time

Side-by-side comparison to help you pick between these two MCP servers.

pasal
by ilhamfp
time
by modelcontextprotocol
Stars★ 236★ 85,748
30d uses
Score5177
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

pasal · Summary

MCP server providing grounded access to Indonesian legal data with search, article retrieval, and status checking tools.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

pasal · Use cases

  • Legal professionals researching specific Indonesian laws and their amendments
  • AI assistants providing accurate citations and explanations of Indonesian legal provisions
  • Developers building applications that need authoritative Indonesian legal data
  • Citizens accessing and understanding their rights under Indonesian law

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

pasal · Install

Install via Claude Desktop

Add this MCP server to Claude Desktop:

{
  "mcpServers": {
    "pasal-id": {
      "command": "http",
      "args": ["https://pasal-mcp-server-production.up.railway.app/mcp"]
    }
  }
}

Or via command line:

claude mcp add --transport http pasal-id https://pasal-mcp-server-production.up.railway.app/mcp

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.