MCP Geo Location Demo
MCP 页面功能:地理位置演示
该项目演示了如何使用 EdgeOne Pages Functions 检索用户地理位置信息并通过 MCP(模型上下文协议)将其与大型语言模型集成。
演示

Related MCP server: EdgeOne Geo MCP Server
部署
更多模板: EdgeOne 页面
成分
1. EdgeOne 页面功能:地理定位
该项目包括一个 EdgeOne Pages 函数,用于检索用户地理位置信息:
使用 EdgeOne 请求上下文访问地理位置数据
以 JSON 格式返回位置信息
位于
functions/get_geo.ts
2. MCP 服务器集成
MCP 服务器组件为大型语言模型提供了访问地理位置数据的接口:
实现模型上下文协议(MCP)
公开可供 AI 模型使用的
get_geolocation工具使用 EdgeOne Pages 功能获取地理位置数据
位于
mcp-server/index.ts
MCP 配置
要使用具有大型语言模型的 MCP 服务器,请添加以下配置:
{
"mcpServers": {
"edgeone-geo-mcp-server": {
"command": "tsx",
"args": ["path/to/mcp-server/index.ts"]
}
}
}了解更多
模型上下文协议 (MCP) - 了解如何将 AI 模型与外部工具和服务集成
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI models to access user geolocation information through EdgeOne Pages Functions.21MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to access user geolocation information through EdgeOne Pages Functions, allowing location-aware AI interactions.MIT
- AlicenseNot gradedqualityDmaintenanceEnables large language models to access user geolocation information through EdgeOne Pages Functions using the Model Context Protocol.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to access user geolocation data through EdgeOne Pages Functions using the Model Context Protocol (MCP).MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kinglionsz/mcp-geo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server