time vs sec-edgar-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | sec-edgar-mcp by stefanoamorelli | |
|---|---|---|
| Stars | ★ 85,748 | ★ 266 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
sec-edgar-mcp · Summary
MCP server providing AI assistants with precise access to SEC EDGAR financial filings and company data.
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
sec-edgar-mcp · Use cases
- Financial analysis and research using parsed SEC data
- Compliance monitoring through automated filing analysis
- Investment decision support with accurate company financials
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"]
}
}
}sec-edgar-mcp · Install
Installation
Docker (Recommended)
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "SEC_EDGAR_USER_AGENT=Your Name (your@email.com)",
"stefanoamorelli/sec-edgar-mcp:latest"
]
}
}
}Other Methods
Other installation methods (pip, conda, uv) are available in the [documentation](https://sec-edgar-mcp.amorelli.tech/setup/quickstart).
HTTP Transport
For platforms like Dify, use streamable HTTP:
python -m sec_edgar_mcp.server --transport streamable-http --port 9870