YangD5014/Find_YJF_MCP
3.1
If you are the rightful owner of Find_YJF_MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
YJF_MCP is a server based on the Model Context Protocol (MCP) designed to query and retrieve the location information of the user '杨建飞 (Yang Jianfei)'.
Tools
1
Resources
0
Prompts
0
YJF_MCP - 杨建飞位置查询MCP服务器
项目简介
YJF_MCP 是一个基于 Model Context Protocol (MCP) 的服务器,专门用于查询和获取用户 "杨建飞 (Yang Jianfei)" 的位置信息。该服务器提供了一个简洁的接口,可以通过 MCP 协议与各种客户端进行通信,获取最新的位置记录。
MCP 工具使用
该 MCP 服务器提供了一个主要工具:
get_user_latest_location
获取杨建飞用户的最新位置记录。
参数:
user_id(int, 可选): 用户ID,默认为 1limit(int, 可选): 返回记录数量限制,默认为 1
返回值:
- JSON 格式的位置信息字符串
使用示例:
# 获取默认用户(ID=1)的最新位置
result = get_user_latest_location()
# 获取指定用户的最新3条位置记录
result = get_user_latest_location(user_id=1, limit=3)