# Getting Started

#### What it is

MCP (Model Context Protocol) is an open standard that connects AI assistants to external tools and data sources. TrueNorth MCP uses this to give Claude or ChatGPT live access to crypto markets.

* Real-time data — sub-second price feeds, on-chain metrics, derivatives data across 50+ sources
* Crypto-native reasoning — structured outputs tuned for trading decisions, not generic AI answers
* Works inside your existing AI — no new app, no new interface. Claude and ChatGPT become your crypto trading co-pilot

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-link">:link:</i></h4></td><td><strong>Generate MCP Link</strong></td><td></td><td></td><td><a href="/pages/AD9lDCmpddI5WAY92HgG">/pages/AD9lDCmpddI5WAY92HgG</a></td></tr><tr><td><h4><i class="fa-claude">:claude:</i></h4></td><td><strong>Connect to Claude</strong></td><td></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-chatgpt">:chatgpt:</i></h4></td><td><strong>Connect to ChatGPT</strong></td><td></td><td></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E">/pages/QPzbTvC6XsT5gERiU43E</a></td></tr></tbody></table>


---

# 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.true-north.xyz/truenorth-mcp/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.
