MCP.so
登录

KR-MCP-Server

@kirikoko1213

关于 KR-MCP-Server

这是一个基于 [MCP-Go] 框架开发的MCP 服务的项目,提供了一系列工具和功能。

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

kirikoko1213

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is KR-MCP-Server?

KR-MCP-Server is a Model Context Protocol server built with the MCP-Go framework. It provides weather lookup, DNF (Dungeon & Fighter) gold price query tools, and supports SSE transport, resource capabilities, and prompt capabilities. It integrates with the Juhe (聚合数据) API for weather data. The project is intended for developers who want to extend their MCP ecosystem with these tools.

How to use KR-MCP-Server?

Clone the repository, run go mod download to install dependencies, set the environment variable JUHE_KEY_SIMPLE_WEATHER with a Juhe API key for weather queries, then execute go run main.go. The server starts on http://localhost:3001 and exposes weather and DNF gold query tools.

Key features of KR-MCP-Server

  • Weather query tool using Juhe API
  • DNF gold price query tool
  • SSE (Server-Sent Events) server support
  • Resource and prompt capabilities
  • Built with Go and MCP-Go framework

Use cases of KR-MCP-Server

  • Integrate weather lookup into AI assistants or chat bots
  • Fetch current DNF gold prices for in-game economy analysis
  • Develop custom MCP tools with resource and prompt support
  • Rapidly prototype MCP servers using the Go ecosystem

FAQ from KR-MCP-Server

What dependencies does KR-MCP-Server require?

Go runtime, the MCP-Go framework, SSE, and a Juhe API key for weather queries. The project manages dependencies via go.mod.

Where does weather data come from?

Weather data comes from the Juhe (聚合数据) API. You must register on their website, apply for a weather API key, and set it as the JUHE_KEY_SIMPLE_WEATHER environment variable.

How is KR-MCP-Server accessed?

It runs as an SSE server on http://localhost:3001. Clients connect via SSE to use the provided tools and resources.

What tools does KR-MCP-Server provide?

Two tools: weather query and DNF gold query. Additional custom tools and prompts can be added using the MCP-Go framework.

Is authentication required to use the server?

The server itself does not implement authentication, but the weather tool requires a Juhe API key set as an environment variable.

评论

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