EdgeOne Geo MCP Server
Pages機能付きMCP:位置情報デモ
このプロジェクトでは、EdgeOne Pages Functions を使用してユーザーの地理位置情報を取得し、MCP (Model Context Protocol) を通じて大規模な言語モデルと統合する方法を示します。
デモ

Related MCP server: MCP Geo Location Server
展開する
その他のテンプレート: EdgeOne Pages
コンポーネント
1. EdgeOne Pagesの機能:地理位置情報
このプロジェクトには、ユーザーの位置情報を取得する EdgeOne Pages 関数が含まれています。
EdgeOneリクエストコンテキストを使用して地理位置情報データにアクセスします
位置情報をJSON形式で返します
functions/get_geo.tsにあります
2. MCPサーバーの統合
MCP サーバー コンポーネントは、大規模な言語モデルが地理位置情報データにアクセスするためのインターフェイスを提供します。
モデルコンテキストプロトコル(MCP)を実装します
AIモデルで使用できる
get_geolocationツールを公開しますEdgeOne Pages Functionを使用して地理位置情報データを取得します
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 Connectors
Geolocate Me turns your phone into location context for any AI assistant. Install the iOS or Android app, connect once with OAuth, and your GPS is queryable in natural language. Ask where you are, where you parked, where you were yesterday at 3pm, or how long you were at the office — the assistant calls the tool and answers with a real street address. https://geolocateme.app
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
IPStack MCP Adapter turns IPStack's REST APIs into Model Context Protocol tools so any MCP-compatible client can call them directly in conversation. The first release ships IPStack IP geolocation and security lookups (single IP, caller's IP, and bulk). Additional APILayer services are added by registering them in a single config file, so the catalog grows without client-side changes.
Give any AI assistant real-time access to your phone's GPS and location history.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI models to access user geolocation information through EdgeOne Pages Functions, allowing location-aware AI interactions.MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates EdgeOne Pages Functions with large language models to retrieve and utilize user geolocation information through the Model Context Protocol (MCP).1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to access user geolocation data through EdgeOne Pages Functions using the Model Context Protocol (MCP).MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI models to retrieve user geolocation information through EdgeOne Pages Functions. Provides access to location data via the Model Context Protocol for integration with large language models.
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/ljs11111/mcp-geo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server