time vs companies-house-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | companies-house-mcp by stefanoamorelli | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
companies-house-mcp · Summary
UK Companies House API MCP server with 45+ tools for company information, search, officers, filing history, PSC, and charges.
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
companies-house-mcp · Use cases
- Business research and due diligence by querying UK company information
- Compliance monitoring by tracking officer appointments and disqualifications
- Financial analysis by examining company accounts and charges
- Investigating corporate structures through PSC ownership data
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"]
}
}
}companies-house-mcp · Install
Installation
1. Get an API key
Register at the [Companies House Developer Hub](https://developer.company-information.service.gov.uk/) and create an application.
2. Configure your MCP client
Add to your Claude Desktop config:
{
"mcpServers": {
"companies-house": {
"command": "npx",
"args": ["-y", "companies-house-mcp-server"],
"env": {
"COMPANIES_HOUSE_API_KEY": "your_api_key_here"
}
}
}
}Build from source (optional)
git clone https://github.com/stefanoamorelli/companies-house-mcp.git
cd companies-house-mcp
npm install && npm run buildThen point your MCP client to node /path/to/companies-house-mcp/dist/index.js.