Skip to main content
Glama

Fingertip MCP Server

Official

@指先/mcp

Fingertip API 用のモデル コンテキスト プロトコル (MCP) サーバー実装。AI アシスタントが Fingertip のサイト管理機能と対話できるようになります。

インストール

npm install -g @fingertip/mcp

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Fingertip-mcp を自動的にインストールするには:

npx -y @smithery/cli install @fingertip-com/fingertip-mcp --client claude

使用法

Fingertip API キーを環境変数として設定します。

export FINGERTIP_API_KEY=your_api_key_here

次に、MCP サーバーを実行します。

fingertip-mcp

または、npx で直接使用します。

FINGERTIP_API_KEY=your_api_key_here npx @fingertip/mcp

特徴

この MCP サーバーは、AI アシスタントに次のツールを提供します。

  • 利用可能なフィンガーチップサイトを一覧表示する
  • 特定のサイトに関する詳細情報を取得する
  • 基本設定で新しいサイトを作成する

利用可能なツール

ゲットサイト

ページネーションをサポートするサイトのリストを取得します。

パラメータ:

  • pageSize (オプション): 返されるアイテムの数
  • cursor (オプション): ページネーションカーソル

ゲットサイト

特定のサイトに関する詳細情報を取得します。

パラメータ:

  • siteId : 取得するサイトのUUID

サイト作成

ホームページを含む新しいサイトを作成します。

パラメータ:

  • name : サイト名
  • slug : サイトスラッグ(URLフレンドリーな識別子)
  • businessType : 事業の種類
  • description (オプション): サイトの説明

発達

# Install dependencies npm install # Build the package npm run build # Watch for changes during development npm run watch

要件

  • Node.js 16以上
  • 有効なFingertip APIキー

ライセンス

マサチューセッツ工科大学

-
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.

AI アシスタントが Fingertip のサイト管理機能と対話して、Web サイトの一覧表示、詳細の表示、作成を行えるようにするモデル コンテキスト プロトコル サーバー。

  1. インストール
    1. Smithery経由でインストール
      1. 使用法
        1. 特徴
          1. 利用可能なツール
            1. ゲットサイト
            2. ゲットサイト
            3. サイト作成
          2. 発達
            1. 要件
              1. ライセンス

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
                  Last updated -
                  2
                  Python
                  • Apple
                  • Linux
                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.
                  Last updated -
                  12
                  194
                  JavaScript
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  A Model Context Protocol server that enables AI assistants to interact with Bluesky/ATProtocol, providing authentication, timeline access, post creation, and social features like likes and follows.
                  Last updated -
                  18
                  10
                  TypeScript
                  • Apple
                  • Linux
                • -
                  security
                  F
                  license
                  -
                  quality
                  A Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.
                  Last updated -
                  1
                  TypeScript

                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/fingertip-com/fingertip-mcp'

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