start_bike_quote
Starts the quote flow after the user provides the required inputs. This opens the quote experience and returns an indicative premium.
Public documentation
The PedalSure ChatGPT App lets users request a bicycle insurance quote inside ChatGPT. The app collects a small set of quote details, retrieves an indicative premium from PedalSure, and can create a private quote link so the user can continue on the PedalSure website.
This app is designed for quote intake only. It does not manage existing policies, process claims, or cancel insurance.
With the PedalSure ChatGPT App, users can:
To generate a quote, the app asks for:
These fields are used only to request an indicative insurance quote and, if the user chooses to continue, to create a quote in PedalSure.
The app exposes three MCP tools:
start_bike_quoteStarts the quote flow after the user provides the required inputs. This opens the quote experience and returns an indicative premium.
calculate_bike_quoteCalculates an indicative quote from the same required inputs. This is used inside the app experience to refresh pricing.
create_bike_quoteCreates a quote in PedalSure after the user decides to proceed. It returns a private PedalSure URL so the user can continue the journey on PedalSure.
The PedalSure ChatGPT App does not:
The app sends the quote inputs provided by the user to PedalSure's quote backend in order to:
The app is built as a thin MCP adapter and widget layer in front of PedalSure's quote services. It does not require the user to upload documents or provide payment details in ChatGPT.
Inside ChatGPT, the app presents a quote interface where the user can:
If the user continues, the app opens the quote URL returned by PedalSure.
This app is intended for:
For admins reviewing this MCP server:
| Primary purpose | Bicycle insurance quote intake and quote continuation |
|---|---|
| User inputs | Bicycle value, age, postcode |
| Main side effect | Optional quote creation in PedalSure after explicit user intent |
| Public internet actions | None |
| Destructive actions | None |
| Sensitive document or payment collection in ChatGPT | None |
This app is operated by PedalSure as part of its bicycle insurance quote experience.
For questions about this app, please contact PedalSure.