MCP Catalogs
首页

Financial-Modeling-Prep-MCP-Server vs everything

并排对比,帮你在这两个 MCP server 之间做选择。

Financial-Modeling-Prep-MCP-Server
by imbenrabi
everything
by modelcontextprotocol
Stars★ 131★ 85,748
30天用量
综合分5077
官方
分类
金融数据开发者工具AI / LLM 工具
开发者工具AI / LLM 工具其它
实现语言TypeScriptTypeScript
最近提交本月本月

Financial-Modeling-Prep-MCP-Server · 概述

提供250+金融数据工具的MCP服务器,涵盖股票、加密货币、经济和市场分析。

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

Financial-Modeling-Prep-MCP-Server · 使用场景

  • 金融分析师研究股票和市场趋势
  • 投资者跟踪投资组合表现和公司基本面
  • AI助手提供实时金融信息和分析
  • 经济研究人员获取宏观经济指标和市场数据

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

Financial-Modeling-Prep-MCP-Server · 安装

安装

托管实例(最快)

无需安装,直接连接:

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

在会话配置中提供您的 FMP_ACCESS_TOKEN

自托管(一键命令)

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

Claude Desktop 配置

添加到 Claude Desktop 的 config.json:

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

everything · 安装

NPX(推荐)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything
对比内容由 README + GitHub 公开数据自动生成,定期更新。