> For the complete documentation index, see [llms.txt](https://developer.tokeninc.com/token-developer-portal-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.tokeninc.com/token-developer-portal-1/x-platform/destek/changelog/mcp-server.md).

# MCP Server

## **\[v1.1.5] - 29.04.2026**

Token Finansal Teknolojiler'in ÖKC entegrasyon asistanı. Token API'leri hakkında soru sorabilir, entegrasyon rehberi alabilir, kod üretebilir ve doğrulayabilirsiniz.

***

**Tool'lar**

| Tool                          | Açıklama                                                  |
| ----------------------------- | --------------------------------------------------------- |
| `token_start_onboarding`      | Entegrasyona nereden başlanacağını adım adım yönlendirir  |
| `token_get_integration_guide` | Senaryo bazlı teknik entegrasyon rehberi döner            |
| `token_search_docs`           | Dokümantasyon içinde semantik arama yapar                 |
| `token_get_api_reference`     | Belirli bir API fonksiyonu hakkında detay verir           |
| `token_get_endpoint_contract` | Endpoint URL, header, body ve response şemasını döner     |
| `token_check_code`            | Entegrasyon kodunu Token standartlarına göre kontrol eder |
| `token_list_docs`             | Mevcut dokümanları listeler                               |

***

**Prompt'lar**

| Prompt                         | Kısayol                | Açıklama                                                                               |
| ------------------------------ | ---------------------- | -------------------------------------------------------------------------------------- |
| Token OKC Entegrasyonuna Başla | `/token_onboarding`    | Entegrasyon tipi, senaryo ve mevcut adım bilgisiyle kişiselleştirilmiş rehber hazırlar |
| Token Entegrasyon Kodu Üret    | `/token_generate_code` | Belirtilen dil ve senaryoya göre hazır entegrasyon kodu üretir                         |
| Token Entegrasyon Sorun Çözümü | `/token_troubleshoot`  | Hata ve sorunları adım adım teşhis eder                                                |

> VS Code'da sohbet kutusuna `/` yazıp prompt adını seçebilirsiniz. Claude Desktop'ta prompt'lar `Use a prompt` menüsünden erişilebilir.

***

**Dokümantasyon**

* Kablosuz (Cloud) entegrasyon rehberi
* Kablolu (Wire) entegrasyon rehberi
* HoReCa iş akışları — Masa/kasada ödeme, kaparo, cari tahsilat
* API sözleşmeleri
* Kod standartları
* Sık yapılan hatalar ve çözümleri

***

**Güncellemeleri almak için** MCP server'ın yeniden başlatılması gerekir.\
VS Code: Ctrl+Shift+P → MCP: Restart Server · Claude Desktop: Uygulamayı yeniden başlat.


---

# 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://developer.tokeninc.com/token-developer-portal-1/x-platform/destek/changelog/mcp-server.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.
