General Tools
rivileo.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://rivileo.com/api/copilot/mcp
MCP server metadata
- Name
- rivileo-traveler-copilot
- Version
- 0.2.0
Known tools 7
destination.searchSearch Rivileo for public, index-eligible countries, states, cities, attractions, and restaurants.
Inferred read-onlydestination.suggestGet public, index-eligible Rivileo autocomplete suggestions with canonical URLs.
Inferred read-onlydestination.resolve_contextResolve a place query to one public, index-eligible Rivileo country, state, or city hierarchy and canonical URL.
Inferred read-onlydestination.get_attractionGet factual public details for one index-eligible Rivileo attraction by slug, including its canonical URL and image.
Inferred read-onlydestination.get_restaurantGet factual public details for one index-eligible Rivileo restaurant by ID, including its canonical URL and image.
Inferred read-onlydestination.list_things_to_doBrowse public, index-eligible Rivileo attractions using optional location and category filters.
Inferred read-onlydestination.list_eatBrowse public, index-eligible Rivileo restaurants using optional location and cuisine filters.
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.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
MCP server metadata
- Name
- WebMCP
Known tools 1
search_rivileoSearch Rivileo public places, attractions, restaurants, and travel stories.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.