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•324 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const easyPeasyAiAuth = PieceAuth.SecretText({
displayName: 'API Key',
description:
'Easy Peasy AI API Key. Get it from [Easy Peasy AI Settings](https://easy-peasy.ai/settings) - Navigate to the **API** tab from the top bar',
required: true,
});