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•284 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const echowinAuth = PieceAuth.SecretText({
displayName: 'Echowin API Key',
description: 'API Key for Echowin. Get it from [Echowin Settings](https://echo.win/portal/settings/integrations)',
required: true,
});