
Kapiti MCP Server
Enables AI assistants to interact with the Kapiti platform through 87 tools covering user management, content site operations, staging site management, content generation, analytics, and system administration. Provides complete API coverage for managing websites, users, content, and business operations on the Kapiti CMS platform.
README
Headlesshost MCP Server
A comprehensive Model Context Protocol (MCP) server that provides complete communication with the Headlesshost platform API endpoints. This server enables AI assistants to interact with all aspects of the Headlesshost platform including user management, content site operations, staging site management, content generation, analytics, and system administration.
Demo
https://www.youtube.com/watch?v=xGGwcrI7gSo&feature=youtu.be
Features
🔧 General System Tools (4 tools)
- Ping: Test authentication and connection to the Headlesshost API
- Health: Check API health status and connectivity
- Reference Data: Access system reference data and lookups
📁 File Management (2 tools)
- Upload Profile Image: Upload user profile images
- Upload Staging Site File: Upload files to staging sites
👥 Membership Management (8 tools)
- User Registration: Register new users with account creation
- User Management: Full CRUD operations for users with claims/roles support
- Account Management: View and update account information
🏢 Content Site Management (6 tools)
- Content Site Creation: Create new content site entities
- Content Site Listing: View all content sites with optional filters
- Content Site Details: Get comprehensive content site information
- Content Site Updates: Modify content site settings and configuration
- Content Site Deletion: Remove content sites from the platform
🌐 Staging Site Management (67 tools)
Comprehensive staging site functionality including:
Core Operations (4 tools)
- Site Operations: Update, delete, publish staging sites
- Site Information: Get staging site details and metadata
- Site Management: Clone, promote, and revert staging sites
- Published Sites: Access published site versions
Page Management (4 tools)
- Page CRUD: Create, read, update, delete staging site pages
- Page Content: Handle page content and structure
- Page Analytics: Track page-level performance
- Page Logs: Monitor page activity and changes
Section Management (6 tools)
- Section CRUD: Create, read, update, delete page sections
- Section Content: Manage section-specific content
- Section Logs: Track section-level modifications
User Management (5 tools)
- User Access Control: Grant and manage user access to staging sites
- Role Management: Assign and update user roles per site
- Permissions: Configure granular user permissions
- User Listing: View all site users and their roles
Business Operations (7 tools)
- Business Logs: Access business activity and audit trails
- Business Analytics: Business-level performance metrics
- User Management: Business user access and permissions
- Role Management: Business role definitions and assignments
System Resources (8 tools)
- Hit Tracking: Raw analytics data and visitor metrics
- System Health: Monitor platform connectivity and status
📈 Total Coverage
87 Tools providing complete API coverage across all Headlesshost platform functionality!
Installation
-
Clone this repository
-
Install dependencies:
npm install
-
Build the server:
npm run build
Configuration
Set up your environment variables:
export HEADLESSHOST_API_KEY="your-auth-token"
Or create a .env
file:
HEADLESSHOST_API_KEY=your-auth-token
Usage
With Claude Desktop
Add this configuration to your Claude Desktop config file:
On a Mac (edit or create this file).
/Users/warren/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"Headlesshost-cms": {
"command": "node",
"args": ["/path/to/Headlesshost-mcp/build/index.js"],
"env": {
"HEADLESSHOST_API_KEY": "your-auth-token"
}
}
}
}
With Other MCP Clients
This server is compatible with any MCP client including:
- VS Code with MCP extensions
- Zed Editor
- Continue.dev
- Custom MCP implementations
Configure your client to use:
- Command:
node
- Args:
["/path/to/Headlesshost.mcp/build/index.js"]
- Environment: Set
HEADLESSHOST_API_KEY
Development
Build the server:
npm run build
Run the server directly:
npm start
Run the MCP inspector for debugging:
npm run inspector
Resources
The server provides 2 resources for configuration and monitoring:
- API Configuration: Current Headlesshost API settings and endpoints
- API Health Status: Real-time connectivity and health information
Error Handling
The server includes comprehensive error handling with:
- API authentication validation
- Network connectivity checks
- Detailed error messages and troubleshooting information
- Graceful fallbacks for API timeouts
Security
- API key authentication required for all operations
- Secure environment variable handling
- Request/response logging for audit trails
- Input validation and sanitization
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.