> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/ai/custom_mcp/faq.md).

# FAQ

<details>

<summary>What is MCP?</summary>

MCP (Model Context Protocol) is an open standard for connecting AI models and applications to external data sources and tools. It's designed to be simpler and more standardized than custom APIs.

</details>

<details>

<summary>Can I send data from multiple sources to the same custom MCP?</summary>

Yes. A Coupler.io data flow can contain multiple sources. You can combine data from Google Ads, Shopify, and a database in the same flow, then make it all available via your MCP endpoint. You can also transform the data using Join or Append before it's exposed to clients.

</details>

<details>

<summary>What happens if my MCP client goes down?</summary>

Rest assured – you data is safe with Coupler.io. If your client is unreachable when a scheduled data flow runs, the flow will still succeed, but you will not see the updated data. Once your client is back online, you will be able to get the latest data.

</details>

<details>

<summary>Is there a limit to how much data I can send to Custom MCP?</summary>

Coupler.io has no hard data limits, but your MCP client may have constraints on how much data it can consume. If your data is very large, test with a small sample first.

</details>

<details>

<summary>How do I troubleshoot if data isn't appearing in my MCP client?</summary>

Start by checking:

1. The data flow settings in Coupler.io — look for error messages
2. Your source data — ensure it has rows on the "Data set" wizard step
3. Your MCP client's logs — see if it's connecting successfully
4. Your client's configuration — ensure the personal access token and the URL match what Coupler.io provided

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/destinations/categories/ai/custom_mcp/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
