MyMediset
v1.0.0 MCP Server

A Model Context Protocol server for medical booking and consumption management with SAP authentication.

📡 Server Information

MCP Server Endpoint:

https://www.mymediset-mcp.com/sse

This is your complete MCP server endpoint URL. Copy and paste this URL directly into your MCP client configuration.

🏥 System Health

Checking health status...

🔧 Available Tools

Bookings

  • getBookings
    Retrieve a list of bookings from the system
  • getBookingById
    Retrieve a specific booking by its ID
  • createBooking
    Create a new booking in the system
  • updateBooking
    Update an existing booking in the system

Consumption

  • getConsumptionRequests
    Retrieve a list of consumption requests from the system
  • getConsumptionRequestById
    Retrieve a specific consumption request by its ID
  • createConsumptionRequest
    Create a new consumption request in the system
  • updateConsumptionRequest
    Update an existing consumption request in the system
  • getInvoiceMonitorEntries
    Retrieve invoice monitor entries for a specific booking

Master Data

  • getCustomers
    Retrieve a list of customers from the system
  • getSurgeons
    Retrieve a list of surgeons from the system
  • getBookingTypes
    Retrieve a list of booking types from the system

Feedback

  • getFeedbacks
    Retrieve a list of feedback items with filtering and pagination
  • getFeedbackById
    Retrieve a specific feedback item by its ID
  • createFeedback
    Create new feedback (feature requests, bug reports, improvements)
  • updateFeedback
    Update existing feedback items and manage their status
  • deleteFeedback
    Delete feedback items (users can delete their own feedback)
  • getFeedbackStats
    Get statistics about feedback submissions and their status

🚀 Getting Started with MCP Clients

  1. 1
    Claude Desktop

    Add this configuration to your Claude Desktop settings:

    { "mcpServers": { "mymediset": { "command": "npx", "args": [ "mcp-remote", "https://www.mymediset-mcp.com/sse" ] } } }

    Navigate to Settings → Developer → Edit Config, paste the above, and restart Claude Desktop.

  2. 2
    Cursor IDE

    Set up Cursor with this command:

    npx mcp-remote https://www.mymediset-mcp.com/sse

    Choose "Command" type and use the above command in your Cursor MCP settings.

  3. 3
    MCP Inspector (Testing)

    Test your server directly with the MCP Inspector:

    npx @modelcontextprotocol/inspector@latest

    Enter https://www.mymediset-mcp.com/sse as the server URL and connect.