Skip to main content
Glama

mcp-google-sheets

custom-api-call.ts338 B
import { createCustomApiCallAction } from '@activepieces/pieces-common'; import { assemblyaiAuth } from '../auth'; export const customApiCall = createCustomApiCallAction({ auth: assemblyaiAuth, baseUrl: () => 'https://api.assemblyai.com', authMapping: async (auth) => { return { Authorization: `${auth}`, }; }, });

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