Learning Resources
medpruf.com
Provides information about Austrian medical-licensing exams, including sitting dates, deadlines, and locations.
ENDPOINT 1
https://medpruf.com/api/mcp
MCP server metadata
- Name
- MedPrüf
- Version
- 1.0.0
Read-only exam-calendar facts for MedPrüf's three Austrian medical-licensing exams (Kenntnisprüfung Wien, Stichprobentest Innsbruck, Pharmakologie). No prices, no exam question content is ever returned; see https://medpruf.com/pricing for pricing.
Known tools 2
get_exam_infoLook up one of the three Austrian medical-licensing exams MedPrüf prepares candidates for (Kenntnisprüfung Wien, Stichprobentest Innsbruck, or Pharmakologie) by name, and get its next known sitting date, registration deadline, and location.
Inferred read-onlyget_deadlinesList every upcoming registration deadline and exam sitting date across all three Austrian medical-licensing exams MedPrüf prepares candidates for.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.medpr-f]
url = "https://medpruf.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"medpr-f": {
"type": "http",
"url": "https://medpruf.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: medpr-f
Remote MCP URL: https://medpruf.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"medpr-f": {
"url": "https://medpruf.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"medpr-f": {
"type": "http",
"url": "https://medpruf.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "medpr-f",
"transport": "streamable-http",
"url": "https://medpruf.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.