We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
auth.ts•271 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const billplzAuth = PieceAuth.SecretText({
displayName: 'API Secret Key',
description: 'Enter your Billplz API Secret Key. You can find this in your Billplz account settings.',
required: true,
});