← Registry

General Tools

rivileo.com

Provides general-purpose tools through the Model Context Protocol.

WebMCP2 endpoints8 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
rivileo-traveler-copilot
Version
0.2.0
Capabilities
tools

Known tools 7

destination.search

Search Rivileo for public, index-eligible countries, states, cities, attractions, and restaurants.

Inferred read-only
destination.suggest

Get public, index-eligible Rivileo autocomplete suggestions with canonical URLs.

Inferred read-only
destination.resolve_context

Resolve a place query to one public, index-eligible Rivileo country, state, or city hierarchy and canonical URL.

Inferred read-only
destination.get_attraction

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

Inferred read-only
destination.get_restaurant

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

Inferred read-only
destination.list_things_to_do

Browse public, index-eligible Rivileo attractions using optional location and category filters.

Inferred read-only
destination.list_eat

Browse public, index-eligible Rivileo restaurants using optional location and cuisine filters.

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.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.

ENDPOINT 2

https://rivileo.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

search_rivileo

Search Rivileo public places, attractions, restaurants, and travel stories.

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

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://rivileo.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://rivileo.com

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": {
    "webmcp": {
      "url": "https://rivileo.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://rivileo.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://rivileo.com"
}
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.