# MCP in Emporix

- [Emporix MCP Server](https://developer.emporix.io/agentic-commerce-intelligence/mcp-in-emporix/mcp.md): Use the Emporix MCP Server to connect with AI tools.
- [Retrieving Emporix MCP Token](https://developer.emporix.io/agentic-commerce-intelligence/mcp-in-emporix/mcp/retrieving-mcp-token.md): To enable communication between Emporix and AI agents, first retrieve the MCP token.
- [Connecting Emporix MCP Server with Cursor](https://developer.emporix.io/agentic-commerce-intelligence/mcp-in-emporix/mcp/connect-cursor.md): Connect the MCP Server to Cursor code editor.
- [Connecting Emporix MCP Server with OpenAI](https://developer.emporix.io/agentic-commerce-intelligence/mcp-in-emporix/mcp/connect-openai.md): Connect the MCP Server to OpenAI tools.


---

# Agent Instructions: 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:

```
GET https://developer.emporix.io/agentic-commerce-intelligence/mcp-in-emporix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
