MCP.so
登录

MCP: StocksMCPServer

@Lacri1

关于 MCP: StocksMCPServer

Configure the MCP server to view company information and stock prices using the Claude

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Lacri1

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is StocksMCPServer?

StocksMCPServer is an MCP server that lets you view company information and stock prices through Claude. It is designed for use with Claude Desktop, configured via the standard MCP server setup.

How to use StocksMCPServer?

Configure the server in claude_desktop_config.json using the uv command with the --directory argument pointing to your project directory. For interactive development, run mcp dev main.py to use the MCP Inspector.

Key features of StocksMCPServer

  • Fetches company information and stock prices via Claude
  • Simple configuration using uv and MCP
  • Supports interactive development with MCP Inspector

Use cases of StocksMCPServer

  • Ask Claude for current stock prices and company details
  • Develop and test the MCP server interactively using MCP Inspector

FAQ from StocksMCPServer

How do I configure StocksMCPServer in Claude Desktop?

Edit claude_desktop_config.json to add the server entry, setting the directory field to your project path, and use the provided JSON with the uv command and main.py.

Can I test StocksMCPServer without Claude Desktop?

Yes, run mcp dev main.py from your project directory to launch the MCP Inspector for interactive testing during development.

What are the runtime requirements for StocksMCPServer?

The server requires uv and Python with the mcp package installed; the configuration example includes --with mcp to ensure the package is available.

评论

其他 分类下的更多 MCP 服务器