MCP Server
MCP
io.github.TeamTixxly/tixxly
Tixxly MCP server — connect AI agents to tours, experiences, and activities
Install
npx -y @tixxly-ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@tixxly-ai/travel-mcp",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tixxly vendor API key (created from admin dashboard with mcp group)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TIXXLY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment