Allows seamless interaction with DevHub's API platform, enabling automated content management and providing additional context to DevHub's users of LLMs. This MCP will benefit users looking to integrate AI capabilities with their DevHub workflows.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Gets all businesses within the DevHub account. Returns a list of businesses with their IDs and names.
Gets all locations for a specific business. Parameters: business_id (string). Returns detailed location information including address, coordinates, and URLs.
Gets the hours of operation for a specific DevHub location. Parameters: location_id (string), hours_type (optional string, default is 'primary'). Returns a structured list of time ranges for each day of the week.
Updates the hours of operation for a DevHub location. Parameters: location_id (string), new_hours (string), hours_type (optional string, default is 'primary').
Finds the nearest DevHub location based on geographic coordinates. Parameters: business_id (string), latitude (float), longitude (float).
Gets the DevHub site ID and details from a URL. Parameters: url (string). Returns site ID, URL, and associated location IDs.
Retrieves a single blog post by ID. Parameters: post_id (string). Returns the blog post's title, date, and HTML content.
Creates a new blog post. Parameters: site_id (string), title (string), content (string in HTML format). The content should not include an H1 tag.
Updates an existing blog post's title and/or content. Parameters: post_id (string), title (optional string), content (optional string).
Uploads an image to the DevHub media gallery. Parameters: base64_image_content (string), filename (string). Supports webp, jpeg, and png formats. The image must be provided as a base64-encoded string.