nexwave-mcp-remote
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXWAVE_API_KEY | Yes | v1 API key for the Nexwave platform. | |
| NEXWAVE_OAUTH_PROFILES | Yes | JSON object mapping profile names to objects containing 'secret' and 'level' fields for OAuth authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fleet_listA | List the current published Sketchy Rides LA fleet: daily rates, mileage terms, photos, and booking URLs. |
| availability_checkA | Check whether a car is free for a date window. car: car slug or 17-char VIN · start/end: YYYY-MM-DD (end = return day) |
| quote_tripA | Exact checkout quote in USD cents: daily rate + insurance plan + 11.5% CA tax + deposit hold. plan: full | liability | decline. Pilot runs a demo insurance fee — not issued coverage. |
| searchA | Search the public Sketchy Rides site — rental terms, fleet pages, destination guides, blog posts. Returns {results: [{id, title, url}]}; call fetch(id) for the full page text. |
| fetchA | Fetch the full text of one site page by its id (a URL from search). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |