We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automattic/mcp-server-gravatar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•616 B
/* tslint:disable */
/* eslint-disable */
export * from './AssociatedResponse.js';
export * from './Avatar.js';
export * from './CryptoWalletAddress.js';
export * from './GalleryImage.js';
export * from './Interest.js';
export * from './Language.js';
export * from './Link.js';
export * from './ModelError.js';
export * from './Profile.js';
export * from './ProfileContactInfo.js';
export * from './ProfilePayments.js';
export * from './Rating.js';
export * from './SetEmailAvatarRequest.js';
export * from './UpdateAvatarRequest.js';
export * from './UpdateProfileRequest.js';
export * from './VerifiedAccount.js';