Skip to main content
Glama

Fingertip MCP Server

Official

@fingertip/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 助手提供以下工具:

  • 列出可用的 Fingertip 站点
  • 获取有关特定站点的详细信息
  • 使用基本配置创建新站点

可用工具

获取站点

检索支持分页的站点列表。

参数:

  • pageSize (可选):要返回的项目数
  • cursor (可选):分页光标

获取站点

获取有关特定站点的详细信息。

参数:

  • siteId :要检索的站点的 UUID

创建站点

创建带有主页的新站点。

参数:

  • name :站点名称
  • slug :站点 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 的站点管理功能进行交互,从而允许他们列出、查看网站详细信息并创建网站。

  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