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
// People
export { findPerson } from './people/find-person';
export { updatePerson } from './people/update-person';
export { anonymizePerson } from './people/anonymize-person';
export { unsubscribePerson } from './people/unsubscribe-person';
// Origins
export { createPurchase } from './origins/create-purchase';
export { createEvent } from './origins/create-event';
export { createEventsBatch } from './origins/create-events-batch';
export { createPurchasesBatch } from './origins/create-purchases-batch';
export { refund } from './origins/refund';
// Loyalty
export { getLoyaltyRedeemActions } from './loyalty/get-loyalty-redeem-actions';
// Referral
export { updateReferralStatus } from './referrals/update-referral-status';
// Coupons
export { findCoupon } from './coupons/find-coupon';
// Rewards
export { claimOffer } from './rewards/claim-offer';