mcpbeat Sign in

Ehliyet Digital MCP Server

not responding

Ehliyet Digital is listed as active in the registry but did not answer our last check. It exposes 5 tools. Last commit 24 Aug 2026.

Türkiye ehliyet sınavı hazırlık: 200 çıkmış soru, 76 hap bilgi, 43 ders özeti, deneme sınavı.

Uptime history 29 days of history · worst day 0%
29 days agonow
0.0%
Uptime 24h
0 of 182 checks
5
Tools
read from the server
346 ms
Response time
average over 24h
1
Stars
last commit 24 Aug 2026

What the code does

We read the source, 15 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        c = subprocess.run(["git", "log", "-1", "--format=%cI", "--", str(yol)],
Builds a file path from a variable tools/soru-sayfa-uret.py:415
        path = os.path.join(JS_DIR, f"questions-{i}.js")
      resultsEl.innerHTML=html.join('');

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add ehliyet-digital --transport http https://ehliyet-production.up.railway.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ehliyet-digital": {
      "url": "https://ehliyet-production.up.railway.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ehliyet-digital]
url = "https://ehliyet-production.up.railway.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ehliyet-digital": {
      "url": "https://ehliyet-production.up.railway.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ehliyet-digital": {
      "url": "https://ehliyet-production.up.railway.app/mcp"
    }
  }
}

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

explain
explain_answer
Belirtilen soru ID'si icin dogru cevabi ve aciklamayi dondurur. Soru ID formati: sinav1-q01, sinav2-q15 vb.
generate
generate_mock_exam
50 soruluk tam bir deneme sinavi olusturur. Dagitim gercek MTSK sinaviyla aynidir: 12 Ilk Yardim, 23 Trafik ve Cevre, 9 Arac Teknigi, 6 Trafik Adabi. Sorular rastgele secilir.
lesson
get_lesson_summary
Belirli bir ders icin atomik bilgileri (sinavlik ozetler) dondurur. Her ders, konunun sinavda cikmasi muhtemel bilgilerini madde madde icerir. Konu parametresi ders adinin parcasi olabilir (ornegin 'kanamalar').
practice
get_practice_questions
Belirtilen bolumden rastgele ehliyet sinav sorulari dondurur. Her soru: soru metni, 4 secenegi, dogru cevabi ve soru kimligini icerir. Turkiye B sinifi surucu belgesi (ehliyet) sinavina hazirlik icin kullanilir.
quick
get_quick_facts
Belirtilen bolum icin hap bilgileri (kisa ozetler) dondurur. Bunlar sinavda en cok sorulan bilgilerin ozetleridir. Hizli tekrar ve son dakika calismasi icin idealdir.

Endpoints

URLTransportStateLatencyChecked
https://ehliyet-production.up.railway.app/mcp streamable-http answering 346 ms 6 min ago
https://ehliyet-production.up.railway.app/sse sse answering 340 ms 6 min ago

Ehliyet Digital — questions

Answers built from our own checks of this server.

What can Ehliyet Digital do?
It exposes 5 tools, read directly from the server on our last check. Among them: explain_answer, generate_mock_exam, get_lesson_summary, get_practice_questions, get_quick_facts. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Ehliyet Digital working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 182 checks got a reply (0.0%), average response time 346 ms. The bar chart above shows every period we have measured.
The registry lists Ehliyet Digital as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Ehliyet Digital?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ehliyet Digital need an API key?
No. Ehliyet Digital completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
Is Ehliyet Digital open source?
Yes — it is published under the MIT licence, written in HTML and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.