fingertip-mcp

The @fingertip/mcp repository provides a Model Context Protocol server for the Fingertip API, enabling AI assistants to manage Fingertip sites, retrieve site information, and create new sites. The @fingertip/mcp repository

1
0

@fingertip/mcp

smithery badge

This is a Model Context Protocol (MCP) server implementation designed for the Fingertip API. It enables AI assistants to interact with and manage Fingertip site functionalities.

Installation

Install globally using npm:

npm install -g @fingertip/mcp

Alternatively, install for Claude Desktop via Smithery:

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

Usage

Set the Fingertip API key as an environment variable:

export FINGERTIP_API_KEY=your_api_key_here

Run the MCP server:

fingertip-mcp

Or use directly with npx:

FINGERTIP_API_KEY=your_api_key_here npx @fingertip/mcp

Features

The MCP server empowers AI assistants with tools to:

  • List available Fingertip sites.
  • Retrieve detailed information about specific sites.
  • Create new sites with basic configurations.

Development

npm install
npm run build
npm run watch

Requirements

  • Node.js 16+
  • A valid Fingertip API key

License

MIT

Repository

FI
fingertip-com

fingertip-com/fingertip-mcp

Created

March 9, 2025

Updated

March 26, 2025

Language

TypeScript

Category

AI