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•371 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const clearoutphoneAuth = PieceAuth.SecretText({
displayName: 'API Key',
description: `ClearoutPhone API Key
## Generating an API Token
Once signed up and logged in, click on **Dashboard -> API** tab available on left sidebar and then click on **"Generate API Token"**.
.`,
required: true,
});