← rivileo.com

INDIVIDUAL MCP TOOL

destination.get_attraction

Get factual public details for one index-eligible Rivileo attraction by slug, including its canonical URL and image.

rivileo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://rivileo.com/api/copilot/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

rivileo.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.rivileo-traveler-copilot]
url = "https://rivileo.com/api/copilot/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rivileo-traveler-copilot": {
      "type": "http",
      "url": "https://rivileo.com/api/copilot/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rivileo-traveler-copilot
Remote MCP URL: https://rivileo.com/api/copilot/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": {
    "rivileo-traveler-copilot": {
      "url": "https://rivileo.com/api/copilot/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rivileo-traveler-copilot": {
      "type": "http",
      "url": "https://rivileo.com/api/copilot/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rivileo-traveler-copilot",
  "transport": "streamable-http",
  "url": "https://rivileo.com/api/copilot/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • destination.search — Search Rivileo for public, index-eligible countries, states, cities, attractions, and restaurants.
  • destination.suggest — Get public, index-eligible Rivileo autocomplete suggestions with canonical URLs.
  • destination.resolve_context — Resolve a place query to one public, index-eligible Rivileo country, state, or city hierarchy and canonical URL.
  • destination.get_restaurant — Get factual public details for one index-eligible Rivileo restaurant by ID, including its canonical URL and image.
  • destination.list_things_to_do — Browse public, index-eligible Rivileo attractions using optional location and category filters.
  • destination.list_eat — Browse public, index-eligible Rivileo restaurants using optional location and cuisine filters.