What Is MCP
The Model Context Protocol (MCP) is an open standard that lets AI clients such as Claude, ChatGPT, Cursor, Claude Code, Gemini CLI and Codex call external tools. InsightfulPipe hosts MCP servers that expose your connected marketing and data platforms as tools, so an agent can fetch live data, or make changes you've allowed, without exports.
How a request flows
- You ask, for example, "Use Google Ads to show my top campaigns by spend last month."
- The agent calls
query_contextsto look up your connected accounts and the actions available for them. - It calls
query_contextsagain for the details of the actions it needs, such as required fields. - It runs a read with
query_data, or a write withexecute_actionif the account allows it. - InsightfulPipe calls the platform API live and returns the result, and the agent writes the answer.
Platform servers and the unified server
- Platform servers expose one platform each, for example
https://google-ads.insightfulmcp.com/orhttps://google-analytics.insightfulmcp.com/. - The unified server at
https://main.insightfulmcp.com/exposes every connected source through one connection, and adds alist_platformstool. The Claude Directory and ChatGPT app directory listings use it.
Every server is listed in the MCP server directory, and the app's MCP Servers page has step-by-step instructions for each client.
What keeps it safe
- You sign in with your InsightfulPipe account and click Authorize access. The AI client never receives your platform passwords.
- Platform tokens are stored encrypted.
- Agents only see accounts your role can access and actions enabled for each account. Destructive actions are off by default, and Read Only connections can't run writes.
- Data is fetched live when the agent asks, and the workspace activity log records API calls.
Set it up
New to InsightfulPipe? Start with First Connection.