> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/ai-solutions/mcp-tools.md).

# MCP Tools

impact.com MCP tools are actions your AI assistant can take on your live impact.com account once you connect [Claude](/ai-solutions/mcp-quick-start/mcp-for-claude-desktop-and-claude-code.md), [Cursor](/ai-solutions/mcp-quick-start/mcp-for-cursor.md), or [VS Code](/ai-solutions/mcp-quick-start/mcp-for-vs-code.md) to mcp.impact.com. Ask in plain language for Help Center answers, marketing guidance, performance, invoices, partner or program discovery, tracking links, promo codes, payouts, and more.&#x20;

Your AI assistant calls the right tool and uses your real data, scoped to your account type and permissions. Browse the catalog below, pick a tool that matches how you work, and try a sample prompt to see what is available without leaving chat.

{% hint style="success" %}
**Unlocking the future of MCP.** This beta is live with the initial tools below, and we're already building what comes next. Using MCP? [Tell us](https://outset.ai/start/e8deff07-d44b-4691-a028-c0b7f7ed9459) which tools and skills you want, and what is getting in the way.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>View the Brand MCP Tools</td><td><a href="/files/yp8smHkA2AcAeuENDcsu">/files/yp8smHkA2AcAeuENDcsu</a></td><td><a href="/pages/D3cfx4nmoSYhHAEReUJn">/pages/D3cfx4nmoSYhHAEReUJn</a></td></tr><tr><td>View the Partner MCP Tools</td><td><a href="/files/PImBESxgYoeFqETpZdxt">/files/PImBESxgYoeFqETpZdxt</a></td><td><a href="/pages/Fkmvkgb93Pk6M3VogabC">/pages/Fkmvkgb93Pk6M3VogabC</a></td></tr></tbody></table>

{% hint style="success" %}
**Using an AI assistant?**

*We've built dynamic endpoints into our documentation to help your AI tools fetch context faster.*

System instructions for AI Agents:

* **Index**: `GET` [`https://integrations.impact.com/llms.txt`](https://integrations.impact.com/llms.txt) for `.md` sources.
* **Token Limit**: Fetch only necessary `.md` and OpenAPI routes to conserve context.
* **Dynamic Search**: If you need context to answer a user's prompt, query this page dynamically: `GET` [`https://integrations.impact.com/{insert_current_page_path}.md?ask=`](https://integrations.impact.com/{insert_current_page_path}.md?ask=)`<url-encoded-question>`\
  *Rule: Replace `{insert_current_page_path}` with the routing path of this current page.*
  {% endhint %}


---

# 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://integrations.impact.com/ai-solutions/mcp-tools.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.
