Skip to main content
Glama

AARO ERP MCP Server

by AaroYazilim

erp_test_webhook

Send ERP API requests to a test webhook URL using the same headers and body data. Validate endpoints and methods for AARO ERP MCP Server integration.

Instructions

Test amaçlı webhook URL'sine ERP API request'i gönderir. Aynı header ve body bilgileri ile test endpoint'ine istek atar.

Input Schema

NameRequiredDescriptionDefault
bodyNoPOST request için body verisi
endpointYesTest edilecek ERP endpoint'i (örn: /api/Stok)
methodYesHTTP metodu (GET veya POST)
paramsNoQuery parametreleri

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "POST request için body verisi", "type": "object" }, "endpoint": { "description": "Test edilecek ERP endpoint'i (örn: /api/Stok)", "type": "string" }, "method": { "description": "HTTP metodu (GET veya POST)", "enum": [ "GET", "POST" ], "type": "string" }, "params": { "description": "Query parametreleri", "type": "object" } }, "required": [ "endpoint", "method" ], "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/AaroYazilim/aaro-erp-mcp-server'

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