# Model Context Procotol

Model Context Protocol (MCP) functions as a standardized communication framework that enables AI applications to seamlessly access and utilize external data sources. This open protocol establishes consistent methods for context integration between Large Language Models (LLMs) and various information repositories.

MCP serves as the technological equivalent of a universal connector in the AI ecosystem, similar to how standardized ports revolutionized hardware connectivity. By implementing this protocol, developers can significantly enhance their AI applications' contextual awareness without creating custom integration solutions for each data source.

<br>


---

# 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://docs.natoma.ai/resources/editor.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.
