KR-MCP-Server
@kirikoko1213
About KR-MCP-Server
这是一个基于 [MCP-Go] 框架开发的MCP 服务的项目,提供了一系列工具和功能。
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments