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•383 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const acumbamailAuth = PieceAuth.SecretText({
displayName: 'Auth Token',
required: true,
description: `
To obtain your Auth Token, follow these steps:
1. Login to your Acumbamail account.
2. Go to **https://acumbamail.com/apidoc/**.
3. Under **Customer identifier**, you can find auth token;
`,
});