← Registry

Data Collection

refuje.com

Provides access to Refuje's travel activities and blog content, enabling retrieval of listings, details, and posts.

1 endpoint8 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://mcp.refuje.com/mcp

No auth detected

MCP server metadata

Name
refuje-mcp
Version
1.2.0
Capabilities
tools.listChanged

Known tools 8

list_activity_locations

Destinations and states that currently have publicly listed bookable activities on Refuje (Indian travel marketplace).

Inferred read-only
list_activities

Publicly listed activities (tours, treks, food walks, cycling, kayaking and more), paginated 24 per page.

Inferred read-only
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.

Inferred read-only
list_blog_posts

Published Refuje blog posts (travel guides, itineraries, reviews), newest first, paginated 50 per page.

Inferred read-only
get_blog_post

Full blog post by slug, including the sanitized-HTML body, table of contents, categories, and linked destinations.

Potential side effects
list_field_guide_destinations

Refuje's curated field-guide destinations (offbeat Indian places) with coordinates, taglines, and counts of moods/experiences.

Inferred read-only
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).

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.