ENDPOINT 1
https://crivum.org/mcp
MCP server metadata
- Name
- crivum
- Version
- 1
Crivum scores academic and professional writing through an API against published criteria and returns a 0 to 100 result with a per criterion breakdown. When the work clears the bar and a named author signs off, Crivum registers a real Crossref DOI, publishes a citable page and keeps a timestamped proof of existence.
Known tools 4
get_criteriaReturn Crivum's public rubric by work type, the tier ladder, the thresholds, the minimum score for a citable record and what Crivum accepts and refuses, each with a version number.
Inferred read-onlyverify_recordList Crivum's published, citable records (title, authors, DOI when registered, tier and score).
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.crivum]
url = "https://crivum.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crivum": {
"type": "http",
"url": "https://crivum.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crivum
Remote MCP URL: https://crivum.org/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": {
"crivum": {
"url": "https://crivum.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crivum": {
"type": "http",
"url": "https://crivum.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crivum",
"transport": "streamable-http",
"url": "https://crivum.org/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.