> For the complete documentation index, see [llms.txt](https://orbit-pilot.gitbook.io/orbit-pilot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-pilot.gitbook.io/orbit-pilot-docs/connect-from-ai-apps/why-mcp-if-we-already-have-a-ui.md).

# Why MCP if we already have a UI?

Orbit's website is the full product. MCP does not replace it.

Most people already spend time in **ChatGPT** or **Claude**. Asking them to open a separate DeFi site for every swap or lend adds friction. With Orbit MCP connected once, they stay in that chat and still use Stellar DeFi: ask, review, sign.

## UI and MCP together

|           | Orbit web app                        | Orbit MCP                           |
| --------- | ------------------------------------ | ----------------------------------- |
| Best for  | Full sessions, onboarding, richer UI | People already in ChatGPT or Claude |
| Logic     | Orbit API and intents                | Same Orbit API and intents          |
| Who signs | You (Freighter or Orbit wallet)      | You (Orbit Confirm panel)           |
| Role      | Primary product home                 | Meet users where they already chat  |

MCP is a distribution layer. Same engines, same confirm-and-sign model, inside tools people already use daily.

## What MCP is not

* Not custody. The host AI never holds keys or device shares.
* Not a bypass of review. You still Confirm before anything hits the network.
* Not required. You can use only the Orbit website.


---

# 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://orbit-pilot.gitbook.io/orbit-pilot-docs/connect-from-ai-apps/why-mcp-if-we-already-have-a-ui.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.
