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.

コメント

「その他」の他のコンテンツ