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