pic-standard vs time
Side-by-side comparison to help you pick between these two MCP servers.
pic-standard by madeinplutofabio | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 23 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | SecurityAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
pic-standard · Summary
MCP server providing Provenance & Intent Contracts (PIC) to verify agent actions before execution.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
pic-standard · Use cases
- Preventing unauthorized financial transactions by AI agents
- Blocking data export from prompt injection attacks
- Verifying AI agent tool calls before execution in high-risk systems
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
pic-standard · Install
Install the PIC standard package:
pip install pic-standard[mcp]To use with Claude Desktop, add to your config.json:
{
"mcpServers": {
"pic": {
"command": "python",
"args": ["-m", "pic_standard.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"]
}
}
}