MCP Catalogs
Home

Financial-Modeling-Prep-MCP-Server vs time

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

Financial-Modeling-Prep-MCP-Server
by imbenrabi
time
by modelcontextprotocol
Stars★ 131★ 85,748
30d uses
Score5077
Official
Categories
FinanceDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

Financial-Modeling-Prep-MCP-Server · Summary

MCP server providing 250+ financial data tools for stocks, crypto, economics, and market analysis.

time · Summary

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

Financial-Modeling-Prep-MCP-Server · Use cases

  • Financial analysts researching stocks and market trends
  • Investors tracking portfolio performance and company fundamentals
  • AI assistants providing real-time financial information and analysis
  • Economic researchers accessing macroeconomic indicators and market 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

Financial-Modeling-Prep-MCP-Server · Install

Installation

Hosted Instance (Fastest)

No installation required. Connect directly:

https://financial-modeling-prep-mcp-server-production.up.railway.app/mcp

Provide your FMP_ACCESS_TOKEN in session configuration.

Self-Hosted (One-Liner)

npx financial-modeling-prep-mcp-server --fmp-token=YOUR_FMP_API_KEY

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "financial-modeling-prep": {
      "command": "npx",
      "args": ["financial-modeling-prep-mcp-server", "--fmp-token=YOUR_FMP_API_KEY"]
    }
  }
}

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.