io.github.servicewindowapp/servicewindow
Official3 toolsby servicewindowapp · HTML
ServiceWindow — SWFL Food Truck Marketplace
Verified food truck marketplace for Southwest Florida. Search trucks and browse listings.
Searches and browses food truck listings in Southwest Florida.
Captured live from the server via tools/list.
search_trucks
Search verified food truck operators on the ServiceWindow marketplace in Southwest Florida (SWFL). Filter by cuisine type, city, or keyword. Returns truck profiles including name, cuisine, city, bio, and a direct booking URL. Coverage: 21 cities across Lee, Collier, Sarasota, Charlotte, and Hendry counties. All returned trucks are verified operators.
Parameters (4)
- cuisinestring
Cuisine type to filter by. Examples: "BBQ", "Mexican", "Italian", "American", "Asian", "Seafood", "Dessert", "Mediterranean", "Caribbean".
- citystring
City in Southwest Florida. Examples: "Fort Myers", "Cape Coral", "Naples", "Sarasota", "Bonita Springs", "Estero", "Punta Gorda", "Port Charlotte", "Lehigh Acres".
- keywordstring
Free-text search across truck name, cuisine type, and bio description.
- limitnumber
Maximum results to return. Default: 10. Max: 24.
get_truck
Get full details on a specific verified food truck by its profile ID. Use after search_trucks to get more detail on a specific result.
Parameters (1)
- idstringrequired
The truck profile UUID, obtained from a search_trucks result.
list_marketplace
Browse active listings on the ServiceWindow marketplace. Seven boards available: "request" (event organizers/HOAs seeking trucks), "event" (upcoming events trucks can apply to), "shift" (trucks posting their available dates), "venue" (venues seeking recurring food truck partnerships), "parking" (parking spots and commissary storage for rent), "vendor" (industry services and suppliers), "jobs" (food truck industry employment).
Parameters (3)
- boardstringrequired
Which marketplace board to browse.
- citystring
Filter listings by city in Southwest Florida.
- limitnumber
Maximum results to return. Default: 10. Max: 24.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"servicewindow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://krmfxedkxoyzkeqnijcd.supabase.co/functions/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.