← dutchfluency.com
INDIVIDUAL MCP TOOL
df_assess_answer
Submit the picked option for the current placement test item.
LIVE ENDPOINT
https://mcp.dutchfluency.com/mcp
Connect to this endpoint to inspect the live schema for df_assess_answer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.dutch-fluency]
url = "https://mcp.dutchfluency.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dutch-fluency": {
"type": "http",
"url": "https://mcp.dutchfluency.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dutch-fluency
Remote MCP URL: https://mcp.dutchfluency.com/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": {
"dutch-fluency": {
"url": "https://mcp.dutchfluency.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dutch-fluency": {
"type": "http",
"url": "https://mcp.dutchfluency.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dutch-fluency",
"transport": "streamable-http",
"url": "https://mcp.dutchfluency.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
df_check— Grade a Dutch sentence and get a direct correction with the exact rule cited + a link to the Dutch Fluency lesson that teaches it.df_nt2_stats— Show which KNM (Kennis Nederlandse Maatschappij) content is loaded and in which languages.df_nt2_chapters— List the 10 KNM chapters covering Dutch society for the inburgering exam.df_nt2_round— Get one random KNM multiple-choice question for inburgering practice.df_nt2_check— Check an answer to a KNM question.df_nt2_facts— Return the study-card facts for one KNM chapter.df_nt2_vocab— Return KNM vocabulary for one chapter.df_certificate_issue— Mint a Dutch Fluency CEFR Certificate for a completed df_assess session.