Skip to main content
Glama

SD Elements MCP Server

MIT License
2

api_request

Perform custom API requests to any SD Elements endpoint using HTTP methods (GET, POST, PUT, PATCH, DELETE) for integration with the security development lifecycle platform.

Instructions

Make a custom API request to any SD Elements endpoint

Input Schema

NameRequiredDescriptionDefault
dataNoRequest body data as key-value pairs
endpointYesAPI endpoint (e.g., 'projects/', 'applications/123/')
methodYesHTTP method for the request
paramsNoURL parameters as key-value pairs

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Request body data as key-value pairs", "type": "object" }, "endpoint": { "description": "API endpoint (e.g., 'projects/', 'applications/123/')", "type": "string" }, "method": { "description": "HTTP method for the request", "enum": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "type": "string" }, "params": { "description": "URL parameters as key-value pairs", "type": "object" } }, "required": [ "method", "endpoint" ], "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/geoffwhittington/sde-mcp'

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