INDIVIDUAL MCP TOOL
list_activities
Publicly listed activities (tours, treks, food walks, cycling, kayaking and more), paginated 24 per page.
LIVE ENDPOINT
https://mcp.refuje.com/mcp
Connect to this endpoint to inspect the live schema for list_activities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.refuje-mcp]
url = "https://mcp.refuje.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"refuje-mcp": {
"type": "http",
"url": "https://mcp.refuje.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: refuje-mcp
Remote MCP URL: https://mcp.refuje.com/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": {
"refuje-mcp": {
"url": "https://mcp.refuje.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"refuje-mcp": {
"type": "http",
"url": "https://mcp.refuje.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "refuje-mcp",
"transport": "streamable-http",
"url": "https://mcp.refuje.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_activity_locations— Destinations and states that currently have publicly listed bookable activities on Refuje (Indian travel marketplace).get_activity— Full detail for one activity by slug or UUID public_id: description, inclusions/exclusions, meeting point, difficulty, seasonality, media, provider, and resolved_price.list_blog_posts— Published Refuje blog posts (travel guides, itineraries, reviews), newest first, paginated 50 per page.get_blog_post— Full blog post by slug, including the sanitized-HTML body, table of contents, categories, and linked destinations.list_field_guide_destinations— Refuje's curated field-guide destinations (offbeat Indian places) with coordinates, taglines, and counts of moods/experiences.get_destination_guide— One field-guide destination by slug: map framing, moods (curated themes), linked hotels, plus its published experiences (name, type, duration, effort, distance).get_experience— Full detail for one curated experience: images, best time, effort, route notes, related experiences, and a display price when the experience's settings enable it.