UNPKG

@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

6 lines (5 loc) 263 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { IApolloClient } from "../interfaces/apollo-client.interface.js"; export declare class ToolFactory { static registerAllTools(server: McpServer, apolloClient: IApolloClient): void; }