Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
sign-up.spec.tsβ€’382 B
import { test } from '@playwright/test'; import { authentication } from '../page/authentication'; import { faker } from '@faker-js/faker' import { globalConfig } from '../config'; test('Sign Up New Account', async ({ page }) => { const email = faker.internet.email(); await authentication.signUp(page, { email: email, password: globalConfig.password }) });

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/eldoonreval/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server