@rockship/apollo-io-mcp
Version:
A powerful Model Context Protocol (MCP) server implementation for seamless Apollo.io API integration, enabling AI assistants to interact with Apollo.io data
13 lines (12 loc) • 388 B
TypeScript
export declare const mappingDataContact: (data: any) => any;
export declare const contactSearchMappingResponse: (response: any) => {
contacts: any;
};
export declare const peopleSearchMappingResponse: (response: any) => {
contacts: any;
people: any;
};
export declare const organizationSearchMappingResponse: (response: any) => {
accounts: any;
organizations: any;
};