← Registry

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.

1 endpoint5 known toolsFirst detected August 17, 2026Last detected August 17, 2026

ENDPOINT 1

https://gradiuz.com/api/mcp

No auth detected

MCP server metadata

Name
gradiuz
Version
1.0.0
Capabilities
tools
Server instructions

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_library

Search the signed-in user's Gradiuz library before creating new study material or answering questions about saved content.

Inferred read-only
import_web_page

Safely import a readable web page into the signed-in user's Gradiuz library as a transcript.

Inferred read-only
create_quizzes

Save one or more quizzes to the signed-in user's Gradiuz library.

Inferred read-only
create_flashcard_decks

Save one or more flashcard decks to the signed-in user's Gradiuz library.

Inferred read-only
create_summaries

Save one or more Markdown summaries to the signed-in user's Gradiuz library.

Inferred read-only

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.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.

Trust status Trusted

gradiuz.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.