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
export const IGNORED_ATTRIBUTES = ['_email_verified', '_phone_mobile_verified'];
export const BASE_URL = 'https://api.instasent.com/v1';
export const BOOLEAN_OPTIONS = [
{ label: 'True', value: '1' },
{ label: 'False', value: '0' },
{ label: 'Unknown / Not set', value: null }
];
export const LONG_TEXT_TYPES = ['text', 'payload', 'string'];