Learning Resources
gradiuz.com
This MCP server helps users manage their Gradiuz library by searching saved content, importing web pages as transcripts, and creating study materials such as quizzes, flashcard decks, and summaries.
ENDPOINT 1
https://gradiuz.com/api/mcp
MCP server metadata
- Name
- gradiuz
- Version
- 1.0.0
Search the user's Gradiuz library with search_library before creating study material or answering questions about saved content. Use import_web_page to add a readable web page, then call the matching create_* tool after generating new content. Each create tool accepts an array, so you can save several quizzes, decks, or summaries in one call.
Known tools 5
search_librarySearch the signed-in user's Gradiuz library before creating new study material or answering questions about saved content.
Inferred read-onlyimport_web_pageSafely import a readable web page into the signed-in user's Gradiuz library as a transcript.
Inferred read-onlycreate_flashcard_decksSave one or more flashcard decks to the signed-in user's Gradiuz library.
Inferred read-onlycreate_summariesSave one or more Markdown summaries to the signed-in user's Gradiuz library.
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.gradiuz]
url = "https://gradiuz.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gradiuz": {
"type": "http",
"url": "https://gradiuz.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gradiuz
Remote MCP URL: https://gradiuz.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": {
"gradiuz": {
"url": "https://gradiuz.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gradiuz": {
"type": "http",
"url": "https://gradiuz.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gradiuz",
"transport": "streamable-http",
"url": "https://gradiuz.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gradiuz.com was fetched 2026-08-24T02:55:14.042Z.
gradiuz.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.