DNF Gold Price & Weather

by kirikoko1213

306 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DNF Gold Price & Weather
    Command (node, npx, python, etc.) npx
    Arguments
    • 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.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.