@fingertip/mcp
A Model Context Protocol (MCP) server implementation for the Fingertip API, allowing AI assistants to interact with Fingertip's site management capabilities.
Installation
Installing via Smithery
To install fingertip-mcp for Claude Desktop automatically via Smithery:
Usage
Set your Fingertip API key as an environment variable:
Then run the MCP server:
Or use it directly with npx:
Features
This MCP server provides tools for AI assistants to:
- List available Fingertip sites
- Get detailed information about a specific site
- Create new sites with basic configuration
Available Tools
get-sites
Retrieves a list of sites with pagination support.
Parameters:
pageSize
(optional): Number of items to returncursor
(optional): Pagination cursor
get-site
Gets detailed information about a specific site.
Parameters:
siteId
: UUID of the site to retrieve
create-site
Creates a new site with a home page.
Parameters:
name
: Site nameslug
: Site slug (URL-friendly identifier)businessType
: Type of businessdescription
(optional): Site description
Development
Requirements
- Node.js 16+
- A valid Fingertip API key
License
MIT
This server cannot be installed
A Model Context Protocol server that enables AI assistants to interact with Fingertip's site management capabilities, allowing them to list, view details of, and create websites.