Back to MCP directory
publicPublicdnsLocal runtime

Device Country

一个基于Cloudflare国家头信息的简易设备国家识别工具

article

README

🚀 简单设备国家 MCP 工具

这是一个简单的设备国家 MCP 工具,其核心功能是从 Cloudflare 的国家头信息中返回设备所在的国家。该工具能够帮助开发者快速获取设备的国家信息,为后续业务逻辑的处理提供便利。

🚀 快速开始

本工具可快速从 Cloudflare 的国家头信息里获取设备所在国家。使用时,按照相关流程接入即可开始使用。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client