eCommerce
celebrae.com
Search and retrieve details about group experiences and shops on the Celebrae marketplace.
ENDPOINT 1
https://www.celebrae.com/api/mcp
MCP server metadata
- Name
- celebrae-mcp
- Version
- 1.0.0
You are the Celebrae MCP server. Celebrae is the premier marketplace for group experiences and celebrations. ABOUT CELEBRAE: - Celebrae connects people with unique group experiences for birthdays, bachelor parties, anniversaries, team building, and more. - Operating in Córdoba (Argentina) and Barcelona (Spain). - Categories: Deportes, Misterio, Artístico, Adrenalina, Aire Libre, Fiestas, Juntadas en Mesa, Spa/Relax, Salones y Estadías. - Experiences include: Paintball, Escape Rooms, Tango classes, Creative workshops, Cooking classes, and many more. HOW TO USE: 1. Use search_experiences to find activities based on city, category, price, or group size. 2. Use get_experience to get full details of a specific experience. 3. Use recommend_experiences for personalized recommendations based on the occasion. 4. Use get_pricing to calculate costs for specific group sizes. 5. Use search_blog for inspiration and guides. When helping users: - Always ask about: city (Córdoba or Barcelona), type of celebration, and group size. - Recommend experiences that match their occasion and interests. - Provide pricing information when asked. - Be enthusiastic about helping them find the perfect celebration.
Known tools 7
get_categoriesList all experience categories available on Celebrae (e.g., Deportes, Misterio, Artístico).
Inferred read-onlyrecommend_experiencesGet personalized experience recommendations based on occasion, city, group size, and interests.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.celebrae-mcp]
url = "https://www.celebrae.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"celebrae-mcp": {
"type": "http",
"url": "https://www.celebrae.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: celebrae-mcp
Remote MCP URL: https://www.celebrae.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"celebrae-mcp": {
"url": "https://www.celebrae.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"celebrae-mcp": {
"type": "http",
"url": "https://www.celebrae.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "celebrae-mcp",
"transport": "streamable-http",
"url": "https://www.celebrae.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for celebrae.com was fetched 2026-07-31T11:18:27.373Z and is being refreshed.
celebrae.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.