OctoTrip Rental Cars
Rank #16,961app.octotrip/rental-cars
Free, no-login rental car search with real-time pricing. Affiliate-attributed booking links.
OctoTrip Rental Cars is a Model Context Protocol (MCP) server published by octotrip. It ranks #16,961 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. OctoTrip Rental Cars is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 22, 2026 and most recently updated on Jun 22, 2026.
Ranks ahead of 98,630 of 115,591 servers on MCP Toplist.
Use OctoTrip Rental Cars
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http rental-cars https://mcp.octotrip.app/rental-cars/mcp[mcp_servers.rental-cars]
url = "https://mcp.octotrip.app/rental-cars/mcp"Add to ~/.codex/config.toml.
https://mcp.octotrip.app/rental-cars/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rental-cars": {
"type": "http",
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rental-cars": {
"serverUrl": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rental-cars": {
"url": "https://mcp.octotrip.app/rental-cars/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/app.octotrip%2Frental-cars)<a href="https://mcptoplist.com/server/app.octotrip%2Frental-cars"><img src="https://mcptoplist.com/badge/app.octotrip%2Frental-cars.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
octotrip
Other servers by octotrip
View all octotrip servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jun 22, 2026 |
Frequently asked questions
- Who maintains OctoTrip Rental Cars?
- OctoTrip Rental Cars is maintained by octotrip, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is OctoTrip Rental Cars listed on the Official MCP Registry?
- Yes — OctoTrip Rental Cars is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does OctoTrip Rental Cars have?
- MCP Toplist tracks 1 version of OctoTrip Rental Cars, most recently published on Jun 22, 2026.
- Where can I find the source code for OctoTrip Rental Cars?
- The source code for OctoTrip Rental Cars is hosted at github.com/octotrip/rental-cars.