Learning Resources
myanmarexam.net
Checks 2026 Myanmar Grade 12 matriculation or betal exam results by roll number.
ENDPOINT 1
https://myanmarexam.net/mcp
MCP server metadata
- Name
- MyanmarExam Results
- Version
- 2026.1
Use lookup_exam_result when a user provides a complete Myanmar exam roll number and asks for their 2026 result. Never interpret unavailable as not passed. Cite the returned MyanmarExam resultUrl and mention DME only as the original data source.
Known tools 1
lookup_exam_resultCheck a 2026 Myanmar Grade 12 matriculation or betal exam result by complete roll number.
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.myanmarexam-results]
url = "https://myanmarexam.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myanmarexam-results": {
"type": "http",
"url": "https://myanmarexam.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myanmarexam-results
Remote MCP URL: https://myanmarexam.net/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": {
"myanmarexam-results": {
"url": "https://myanmarexam.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myanmarexam-results": {
"type": "http",
"url": "https://myanmarexam.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myanmarexam-results",
"transport": "streamable-http",
"url": "https://myanmarexam.net/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.