# fingertip-mcp

> MCP Server

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

## Overview

- **Category:** AI
- **Language:** TypeScript
- **Stars:** 1
- **Forks:** 0
- **Owner:** fingertip-com
- **GitHub:** https://github.com/fingertip-com/fingertip-mcp
- **Created:** 2025-03-09T21:14:13+00:00
- **Updated:** 2025-03-26T03:41:33+00:00
- **Source:** https://model-context-protocol.com/servers/fingertip-api-model-context-protocol-server

## Setup

## Setup

1.  Install the package globally: `npm install -g @fingertip/mcp`
2.  Alternatively, install via Smithery: `npx -y @smithery/cli install @fingertip-com/fingertip-mcp --client claude`
3.  Set your Fingertip API key as an environment variable: `export FINGERTIP_API_KEY=your_api_key_here`
4.  Run the MCP server: `fingertip-mcp`
5.  Or use it directly with npx: `FINGERTIP_API_KEY=your_api_key_here npx @fingertip/mcp`

## Tools

## Available Tools

1. List available Fingertip sites (Retrieves a list of sites with pagination support.)
2. Get detailed information about a specific site (Gets detailed information about a specific site.)
3. Create new sites with basic configuration (Creates a new site with a home page.)
4. get-sites (Retrieves a list of sites with pagination support.)
5. get-site (Gets detailed information about a specific site.)
6. create-site (Creates a new site with a home page.)
