Data Collection
refuje.com
Provides access to Refuje's travel activities and blog content, enabling retrieval of listings, details, and posts.
ENDPOINT 1
https://mcp.refuje.com/mcp
MCP server metadata
- Name
- refuje-mcp
- Version
- 1.2.0
Known tools 8
list_activity_locationsDestinations and states that currently have publicly listed bookable activities on Refuje (Indian travel marketplace).
Inferred read-onlylist_activitiesPublicly listed activities (tours, treks, food walks, cycling, kayaking and more), paginated 24 per page.
Inferred read-onlyget_activityFull detail for one activity by slug or UUID public_id: description, inclusions/exclusions, meeting point, difficulty, seasonality, media, provider, and resolved_price.
Inferred read-onlylist_blog_postsPublished Refuje blog posts (travel guides, itineraries, reviews), newest first, paginated 50 per page.
Inferred read-onlyget_blog_postFull blog post by slug, including the sanitized-HTML body, table of contents, categories, and linked destinations.
Potential side effectslist_field_guide_destinationsRefuje's curated field-guide destinations (offbeat Indian places) with coordinates, taglines, and counts of moods/experiences.
Inferred read-onlyget_destination_guideOne field-guide destination by slug: map framing, moods (curated themes), linked hotels, plus its published experiences (name, type, duration, effort, distance).
Inferred read-onlyget_experienceFull detail for one curated experience: images, best time, effort, route notes, related experiences, and a display price when the experience's settings enable it.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.