We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyattjoh/imessage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// Export all public APIs from the imessage package
export {
convertAppleTimestamp,
decodeAttributedBody,
getChats,
getHandles,
getMessagesFromChat,
getRecentMessages,
openMessagesDatabase,
searchMessages,
} from "./src/messages.ts";
export { openContactsDatabases, searchContactsByName } from "./src/contacts.ts";
export type {
Chat,
ContactInfo,
Handle,
Message,
MessageWithHandle,
PaginatedResult,
SearchOptions,
} from "./src/types.ts";