Skip to main content
Glama
by sumup
wrangler.jsonc1.84 kB
{ "$schema": "node_modules/wrangler/config-schema.json", "name": "sumup-mcp-server", "main": "src/worker.ts", "compatibility_date": "2025-08-15", "workers_dev": true, "preview_urls": true, "upload_source_maps": true, "compatibility_flags": ["nodejs_compat"], "observability": { "enabled": true }, "build": { "command": "npm run build" }, "migrations": [ { "new_sqlite_classes": ["SumUpMcpAgent"], "tag": "v1" } ], "env": { "dev": { "account_id": "2037fc18a2fb8175c20d20776cac65c5", "build": { "command": "npm run build" }, "vars": { "SUMUP_API_HOST": "https://api-theta.sam-app.ro" }, "routes": [ { "pattern": "mcp-theta.sam-app.ro", "custom_domain": true } ], "durable_objects": { "bindings": [ { "name": "SUMUP_MCP_AGENT", "class_name": "SumUpMcpAgent" } ] } }, "stage": { "account_id": "2037fc18a2fb8175c20d20776cac65c5", "build": { "command": "npm run build" }, "vars": { "SUMUP_API_HOST": "https://api.sam-app.ro" }, "routes": [ { "pattern": "mcp.sam-app.ro", "custom_domain": true } ], "durable_objects": { "bindings": [ { "name": "SUMUP_MCP_AGENT", "class_name": "SumUpMcpAgent" } ] } }, "live": { "account_id": "2037fc18a2fb8175c20d20776cac65c5", "build": { "command": "npm run build" }, "vars": { "SUMUP_API_HOST": "https://api.sumup.com" }, "routes": [ { "pattern": "mcp.sumup.com", "custom_domain": true } ], "durable_objects": { "bindings": [ { "name": "SUMUP_MCP_AGENT", "class_name": "SumUpMcpAgent" } ] } } }, "durable_objects": { "bindings": [ { "name": "SUMUP_MCP_AGENT", "class_name": "SumUpMcpAgent" } ] } }

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/sumup/sumup-mcp'

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