@biscotti-cmp/mcp-server
v1.2.2
Published
Model Context Protocol (MCP) server for the Biscotti CMP REST API
Downloads
340
Maintainers
Readme
@biscotti-cmp/mcp-server
Model Context Protocol (MCP) server for the Biscotti CMP REST API.
Installation
npm install -g @biscotti-cmp/mcp-serverConfiguration
Set the BISCOTTI_API_KEY environment variable with your API key from the Biscotti CMP dashboard.
export BISCOTTI_API_KEY=your_api_key_hereUsage
As a standalone server (stdio transport)
biscotti-mcpWith Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"biscotti-cmp": {
"command": "biscotti-mcp",
"env": {
"BISCOTTI_API_KEY": "your_api_key_here"
}
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| list_websites | List all websites in your account |
| get_website | Get details of a specific website |
| run_scan | Trigger a new cookie/tracker scan |
| get_scans | Get all scans for a website |
| get_consent_stats | Get consent statistics |
| get_services | Get detected services/cookies |
| get_banner | Get banner configuration |
| update_banner | Update banner configuration |
| get_legal_documents | Get legal documents |
License
MIT
