@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
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.
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.
Related MCP Servers
- -securityFlicense-qualityA 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 -2Python
- -securityFlicense-qualityA 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 -275JavaScript
- AsecurityFlicenseAqualityA 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 -1810TypeScript
- -securityFlicense-qualityA 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 -1TypeScript