TAM-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
TAM-MCP-Server by gvaibhav | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 29 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
TAM-MCP-Server · Summary
A comprehensive MCP server for market sizing analysis with 28 tools, 15 business prompts, and integration with 8 economic data sources.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
TAM-MCP-Server · Use cases
- Conduct market sizing analysis and TAM/SAM calculations for business planning
- Access real-time financial and economic data for investment analysis
- Generate business strategy prompts for funding pitches and market entry plans
- Perform competitive intelligence and industry analysis
- Create market forecasts and identify growth opportunities
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
TAM-MCP-Server · Install
Installation
Prerequisites
- Node.js 20.x or later
- npm or yarn
- API keys for data sources (optional)
Quick Setup
# Clone repository
git clone https://github.com/gvaibhav/TAM-MCP-Server.git
cd TAM-MCP-Server
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your API keys
# Build and start (HTTP - recommended)
npm run build
npm run start:httpClaude Desktop Integration
Add to your configuration:
{
"mcpServers": {
"tam": {
"command": "npm",
"args": ["run", "start:http"],
"cwd": "/path/to/TAM-MCP-Server"
}
}
}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"]
}
}
}