← refuje.com

INDIVIDUAL MCP TOOL

get_blog_post

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

refuje.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.refuje.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_blog_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

refuje.com

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).
  • list_activities — Publicly listed activities (tours, treks, food walks, cycling, kayaking and more), paginated 24 per page.
  • 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.
  • 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.