Skip to main content
Glama
schmelli

Debeka MCP Server

by schmelli

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
debeka_open_pageA

Opens the Debeka Leistungsauftrag form page in a browser.

This tool launches a Chromium browser and navigates to the Debeka form for submitting medical invoices.

Args:

  • headless (boolean): If true, runs browser without UI. Default: false (shows browser window)

Returns: Success message with page title, or error if page couldn't be loaded.

Example:

  • debeka_open_page with headless=false to see the browser

  • debeka_open_page with headless=true for automated processing

debeka_fill_credentialsA

Fills in all personal data fields on the Debeka Leistungsauftrag form.

This tool enters your credentials into the open Debeka form. Make sure to call debeka_open_page first.

Args:

  • servicenummer (string): Your Debeka Servicenummer (e.g., '2267092.1')

  • geburtsdatum (string): Your birth date (DD.MM.YYYY or YYYY-MM-DD format)

  • vorname (string): First name of the insured person

  • nachname (string): Last name of the insured person

  • telefon (string, optional): Phone number for contact

Returns: Success message if credentials were entered, or error details.

Example: servicenummer="2267092.1", geburtsdatum="25.06.1974", vorname="Jyn", nachname="Schultze-Melling", telefon="+4917672825190"

debeka_upload_documentsA

Uploads PDF documents to the Debeka form.

This tool uploads one or more PDF files to the Debeka Leistungsauftrag form. Make sure to call debeka_open_page and debeka_fill_credentials first.

Args:

  • file_paths (string[]): Array of absolute file paths to PDF documents

Returns: Success message listing uploaded files, or error details.

Example: file_paths=["/path/to/invoice1.pdf", "/path/to/invoice2.pdf"]

debeka_screenshotA

Takes a screenshot of the current browser page.

Useful for verifying the current state of the form before submitting.

Args:

  • output_path (string, optional): Path to save the screenshot. If not provided, returns base64.

Returns: Screenshot saved confirmation or base64 encoded image data.

debeka_submitA

Submits the Debeka Leistungsauftrag form.

WARNING: This will actually submit the form! Make sure all data is correct first.

Returns: Success message if form was submitted, or error details.

debeka_closeA

Closes the browser instance.

Call this when you're done with the Debeka form to free up resources.

Returns: Confirmation that browser was closed.

debeka_get_page_infoA

Gets information about the current page structure.

Useful for debugging if the form structure has changed.

Returns: Page URL, title, and list of form elements found.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/schmelli/debeka-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server