Skip to main content
Glama

MCP Geo Location Server

by edgego

Pages機能付きMCP:位置情報デモ

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

デモ

展開する

その他のテンプレート: 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"] } } }

もっと詳しく知る

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

EdgeOne Pages 関数を大規模言語モデルと統合し、モデル コンテキスト プロトコル (MCP) を通じてユーザーの地理位置情報を取得して利用します。

  1. デモ
    1. 展開する
      1. コンポーネント
        1. EdgeOne Pagesの機能:地理位置情報
        2. MCPサーバーの統合
      2. MCP構成
        1. もっと詳しく知る

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables Large Language Models to seamlessly interact with ClickHouse databases, supporting resource listing, schema retrieval, and query execution.
            Last updated -
            1
            Python
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables users to manage translations for their applications through SimpleLocalize's localization platform via natural language prompts in Cursor.
            Last updated -
            2
            3
            Python
            MIT License
          • -
            security
            -
            license
            -
            quality
            Enables AI models to access user geolocation information through EdgeOne Pages Functions, allowing location-aware AI interactions.
            Last updated -
            TypeScript
            MIT License

          View all related MCP servers

          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/edgego/mcp-geo-pub'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server