DNF Gold Price & Weather
About
Integrates with DNF gold price and weather information APIs through a Go-based server that leverages the mark3labs/mcp-go library and kiririx/krutils package for real-time market data and meteorological information retrieval.
Details
- Author
- kirikoko1213
- Downloads
- 306
- Categories
- Design, Developer Tools, Knowledge Base, Infrastructure, Frontend, API, Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DNF Gold Price & WeatherCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"dnf gold price & weather": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
KR-MCP-Server
这是一个基于 MCP-Go 框架开发的服务器项目,提供了一系列工具和功能。
功能特性
- 天气查询工具
- DNF 金币查询工具
- SSE 服务器支持
- 资源能力支持
- 提示词能力支持
技术栈
- Go
- MCP-Go 框架
- SSE (Server-Sent Events)
- 聚合数据 API
安装说明
1. 克隆项目
git clone https://github.com/yourusername/kr-mcp-server.git
2. 安装依赖
go mod download
3. 配置环境变量
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





