Skip to main content
Glama

mcp-google-sheets

index.ts1.04 kB
import { createCustomApiCallAction } from '@activepieces/pieces-common'; import { PieceAuth, createPiece } from '@activepieces/pieces-framework'; import { createCredential } from './lib/actions/create-credential'; import { certopusCommon } from './lib/common'; export const certopusAuth = PieceAuth.SecretText({ displayName: 'API Key', required: true, description: 'API key acquired from your Certopus profile', }); export const certopus = createPiece({ displayName: 'Certopus', description: 'Your certificates, made simple', minimumSupportedRelease: '0.30.0', logoUrl: 'https://cdn.activepieces.com/pieces/certopus.png', categories: [], authors: ["VrajGohil","kishanprmr","MoShizzle","khaledmashaly","abuaboud"], auth: certopusAuth, actions: [ createCredential, createCustomApiCallAction({ baseUrl: () => certopusCommon.baseUrl, // Replace with the actual base URL auth: certopusAuth, authMapping: async (auth) => ({ 'x-api-key': `${auth}`, }), }), ], 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