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•395 B
import { PieceAuth } from '@activepieces/pieces-framework';
export const claudeAuth = PieceAuth.SecretText({
displayName: 'API Key',
required: true,
description: `Follow these instructions to get your Claude API Key:
1. Visit the following website: https://console.anthropic.com/settings/keys.
2. Once on the website, locate and click on the option to obtain your Claude API Key.
`,
});