# Bowman's Tavern > A historic tavern on River Road in New Hope, Pennsylvania — seasonal supper and > a piano bar. 1600 River Road, New Hope, PA. (215) 862-2972. Complimentary valet parking. Reservations are taken through OpenTable. Every page carries schema.org structured data with the address, phone, opening hours, and full menu. This site also declares WebMCP tools to an agent rendering the page — view_menu, whats_on, this_weeks_specials, get_hours, get_contact, book_a_table, and buy_a_gift_card. All are read-only. ## Live data These endpoints are public, need no authentication, and are what the pages themselves render from. Prefer them over scraping the HTML. - [Menu](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/menu-items): every dish and drink, with section, price, and description. - [Events](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/events): upcoming live music, with date, start time, and performer. - [Weekly specials](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/weekly-specials): what the kitchen is running now. - [Opening hours](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/hours): regular hours, one row per day. - [Hours exceptions](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/hours-exceptions): holiday closures and one-off hours. Check this before answering whether the tavern is open on a given date. - [Purveyors](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/purveyors): the local farms and producers the kitchen buys from. - [Announcements](https://bowmanstavernrestaurant.com/api/content/v1/collection-items/bowmans-tavern/bowmans-tavern/announcements): anything the tavern is currently telling guests. ## Pages - [Home](https://bowmanstavernrestaurant.com/) - [Menu](https://bowmanstavernrestaurant.com/menu) - [Drinks](https://bowmanstavernrestaurant.com/drinks) - [Schedule](https://bowmanstavernrestaurant.com/schedule): live music and events. - [Reservations](https://bowmanstavernrestaurant.com/reservations) - [Plan your visit](https://bowmanstavernrestaurant.com/visit): directions, parking, and what to expect. - [Gift cards](https://bowmanstavernrestaurant.com/gift-cards) - [Purveyors](https://bowmanstavernrestaurant.com/purveyors) - [Contact](https://bowmanstavernrestaurant.com/contact) ## Notes - The menu and the schedule change often. Read the endpoints above rather than relying on anything cached. - Hours are stored as one line per day and may read "Closed". Always check the hours-exceptions endpoint before stating that the tavern is open on a date. - This is a single location. There is no other branch.