Marketing
digiexam.com
Provides structured information about Digiexam's company, products, pricing, and case studies for AI systems.
ENDPOINT 1
https://www.digiexam.com/mcp
MCP server metadata
- Name
- com.digiexam/lockdown
- Version
- 1.0.0
Known tools 8
get_companyReturns Digiexam company identity: legal name, founding year, official website and social links, the support contact email, and the canonical machine-readable sources AI systems should prefer.
Potential side effectsget_lockdownReturns the primary payload for Digiexam Lockdown: product summary, features, how it works, supported operating systems and LMS, pricing summary, FAQs, and guidance for AI systems.
Inferred read-onlycalculate_lockdown_pricingCalculates an indicative annual Digiexam Lockdown price for a given number of students.
Inferred read-onlylist_productsReturns summaries of all Digiexam products: Digiexam Lockdown (the primary product), the Digiexam Platform, and Digiexam Proctoring, each with its canonical URL and key links.
Inferred read-onlylist_case_studiesReturns Digiexam customer stories, each with the institution, a short summary, and a canonical URL.
Inferred read-onlyget_case_studyReturns a single Digiexam customer story by slug, including its institution, location, headline stats, and full narrative content.
Inferred read-onlylist_blog_postsReturns the most recent Digiexam blog posts (title, slug, excerpt, published date, and canonical URL), fetched live from the CMS.
Inferred read-onlyget_blog_postReturns a single Digiexam blog post by slug, including its title, excerpt, published date, canonical URL, and full body as plain text, fetched live from the CMS.
Potential side effectsCONNECT 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.com-digiexam-lockdown]
url = "https://www.digiexam.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-digiexam-lockdown": {
"type": "http",
"url": "https://www.digiexam.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-digiexam-lockdown
Remote MCP URL: https://www.digiexam.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": {
"com-digiexam-lockdown": {
"url": "https://www.digiexam.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-digiexam-lockdown": {
"type": "http",
"url": "https://www.digiexam.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-digiexam-lockdown",
"transport": "streamable-http",
"url": "https://www.digiexam.com/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.