MCP.so
Sign In
H

Hk Mcp

@Abowlchen

About Hk Mcp

用于查询王者荣耀相关数据,例如英雄列表

Basic information

Category

Other

Transports

stdio

Publisher

Abowlchen

Submitted by

super.rui

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hk-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hk-mcp"
      ]
    }
  }
}

Tools

1

获取王者荣耀的英雄列表

Overview

What is Hk Mcp?

Hk Mcp is a third-party MCP (Modular Capability Protocol) server that enables AI agents to query Honor of Kings (王者荣耀) game data, including hero lists, match records, skins, and abilities. It provides a standardized JSON API interface for LLM or agent tools to consume, making game data accessible like a weather API.

How to use Hk Mcp?

Copy the provided JSON configuration into your MCP client (e.g., LangChain Agent, OpenAI Tools UI, AutoGen) and the server is ready to use. No additional parameters are required for current interfaces.

Key features of Hk Mcp

  • Query hero lists, skins, and abilities
  • Access match records via unified MCP interface
  • Standard JSON format for function calling / LangChain
  • No login or authentication needed for public data
  • Future support for authorized data (e.g., personal stats)

Use cases of Hk Mcp

  • AI agent generates battle record analysis reports
  • AI assistant recommends heroes automatically
  • Game bots implement voice interaction via MCP

FAQ from Hk Mcp

Can I start by simply pasting the JSON?

Yes. If your client supports MCP (e.g., LangChain Agent, ChatGPT Function, AutoGen), you only need to paste the JSON to register the tool.

Do I need to log in to use the current interfaces?

No. Hero lists are public data and do not require any login.

Is it safe to query match records in the future?

If authorized data is required, the interface will be designed to only work with the user’s provided key and will not be publicly callable.

Is this MCP Server official?

No. It is a third-party server built from publicly available web data, suitable for development testing or personal projects.

Comments

More Other MCP servers