Skip to main content
Glama

mcp-google-sheets

index.ts702 B
import { PieceAuth, createPiece } from '@activepieces/pieces-framework'; import { PieceCategory } from '@activepieces/shared'; import { triggers } from './lib/triggers'; export const calcomAuth = PieceAuth.SecretText({ displayName: 'API Key', description: 'API Key provided by cal.com', required: true, }); export const calcom = createPiece({ displayName: 'Cal.com', description: 'Open-source alternative to Calendly', minimumSupportedRelease: '0.30.0', logoUrl: 'https://cdn.activepieces.com/pieces/cal.com.png', categories: [PieceCategory.PRODUCTIVITY], authors: ["kishanprmr","AbdulTheActivePiecer","khaledmashaly","abuaboud"], auth: calcomAuth, actions: [], triggers, });

MCP directory API

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