> 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-skills.md).

# MCP Skills

MCP skills are reusable workflows you install in your AI client so it knows how to use [mcp.impact.com](https://mcp.impact.com/) for common partnership jobs, for example, a weekly performance digest or a partner performance scorecard.

{% 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 %}

A skill teaches your assistant *how to work*, providing best practices, preferred formats, and steps to follow. The impact.com MCP server supplies the live tools and account data. Used together, you get consistent, high-quality output without re-explaining the job every time.

impact.com publishes a curated set of first-party skills. Browse the tiles below to explore the available skills.

**Before you start:** [Enable MCP](/ai-solutions/mcp-quick-start/enable-or-disable-mcp-access.md) for your account and connect a supported client using the [MCP Quick Start](/ai-solutions/mcp-quick-start.md). Then see the [MCP Skills FAQ](/ai-solutions/mcp-skills/mcp-skills-faq.md) for setup, brand vs partner skills, and how to share skills with your team.

<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><h4>Brand Skills</h4></td><td><a href="/files/yp8smHkA2AcAeuENDcsu">/files/yp8smHkA2AcAeuENDcsu</a></td><td><a href="/pages/YtY43EqHBDbr5JG6r90n">/pages/YtY43EqHBDbr5JG6r90n</a></td></tr><tr><td><h4>Partner Skills</h4></td><td><a href="/files/PImBESxgYoeFqETpZdxt">/files/PImBESxgYoeFqETpZdxt</a></td><td><a href="/pages/LMurt4wN9Q2iA4l9TKN2">/pages/LMurt4wN9Q2iA4l9TKN2</a></td></tr><tr><td><h4>MCP Skills FAQ</h4></td><td><a href="/files/UUlMLnKRfLXjTtq5UUgW">/files/UUlMLnKRfLXjTtq5UUgW</a></td><td><a href="/pages/Zt84G2rBrcJmxGcO87zt">/pages/Zt84G2rBrcJmxGcO87zt</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-skills.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.
