nest-mcp-server
v1.1.1
Published
MCP server for Nest - Craftzing Company internal tool only. Requires authentication - does nothing without valid API credentials.
Maintainers
Readme
@nest/mcp-server
MCP server for Nest desk reservations - Craftzing Company Internal Tool Only.
⚠️ Important Notice
This package is designed exclusively for Craftzing employees and requires valid authentication. Without proper API credentials, this package cannot access any data or functionality.
Security
- ✅ No hardcoded credentials - All authentication is done via API keys
- ✅ No data access without auth - Every request requires a valid API key
- ✅ Company-specific - Only works with Craftzing's Nest application API
Requirements
You must have:
- A valid API key from the Craftzing Nest application
- Access to the Craftzing Nest API endpoint
- Proper authentication credentials
Without these, this package does nothing and cannot access any data.
Installation
This package is published for Craftzing internal use. Install via npm:
npm install nest-mcp-serverUsage
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"nest": {
"command": "npx",
"args": [
"-y",
"nest-mcp-server",
"your-api-key",
"https://your-api-url.com"
]
}
}
}Note: Replace your-api-key with a valid API key obtained from the Nest application's MCP setup page, and your-api-url.com with your Nest API endpoint.
Authentication
This package makes authenticated requests to the Nest API. Without a valid API key:
- ❌ No data can be accessed
- ❌ No reservations can be retrieved
- ❌ All requests will be rejected with 401 Unauthorized
For Craftzing Employees
To get your API key:
- Log in to the Nest application
- Navigate to Account → MCP Setup
- Create a new API key
- Use that key in your MCP configuration
License
Internal use only - Craftzing Company
