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
import { createPiece } from '@activepieces/pieces-framework';
import { callMethod } from './lib/actions/call-method';
import { soapAuth } from './lib/shared/auth';
export const soap = createPiece({
displayName: 'SOAP',
description:
'Simple Object Access Protocol for communication between applications',
auth: soapAuth(),
minimumSupportedRelease: '0.30.0',
logoUrl: 'https://cdn.activepieces.com/pieces/soap.png',
authors: ["x7airworker","kishanprmr","abuaboud"],
categories: [],
actions: [callMethod],
triggers: [],
});