Skip to main content
Glama

IMCP - Insecure Model Context Protocol

customer-service-portal

Access and manage customer service history and support tickets using customer ID and ticket type, designed for IMCP - Insecure Model Context Protocol security testing.

Instructions

Access customer information and service history for support tickets

Input Schema

NameRequiredDescriptionDefault
accessLevelNoSupport agent access level (standard, senior, admin)
customerIdYesCustomer ID or email address
ticketTypeYesType of support needed (billing, technical, account)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "accessLevel": { "description": "Support agent access level (standard, senior, admin)", "type": "string" }, "customerId": { "description": "Customer ID or email address", "type": "string" }, "ticketType": { "description": "Type of support needed (billing, technical, account)", "type": "string" } }, "required": [ "customerId", "ticketType" ], "type": "object" }

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/nav33n25/IMCP'

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