Skip to main content
Glama

mcp-google-sheets

auth.ts1.2 kB
import { PieceAuth, Property } from '@activepieces/pieces-framework'; export function soapAuth() { return PieceAuth.CustomAuth({ required: true, props: { type: Property.StaticDropdown({ displayName: 'Authentication Type', required: true, options: { options: [ { label: 'None', value: 'None', }, { label: 'WS Security', value: 'WS', }, { label: 'Basic Auth', value: 'Basic', }, { label: 'Custom Header', value: 'Header', }, ], }, }), username: Property.ShortText({ displayName: 'Username', description: 'The WS Security username', required: false, }), password: Property.ShortText({ displayName: 'Password', description: 'The WS Security password', required: false, }), customHeader: Property.LongText({ displayName: 'Custom Header', description: 'Custom Header Content', required: false, }), }, }); }

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