Learning Resources
comidoc.com
Provides access to Comidoc's historical course catalog, coupon offers, and filtering options for discovering Udemy course deals.
ENDPOINT 1
https://comidoc.com/mcp
MCP server metadata
- Name
- comidoc-course-discovery
- Version
- 1.0.0
Use Comidoc to discover verified Udemy courses, coupon offers, topics, and trends. Call get_filter_options before using a category, language, or level value that you are unsure about. redemption_url values are short-lived and single-use; never cache or reuse them. coupon_code and udemy_url are present only when meta.coupon_codes_included is true. API keys and plan details are available at https://comidoc.com/developers.
Known tools 8
search_coursesSearch the Comidoc historical course catalog with topic, quality, freshness, coupon availability, repeat-course, and regular-issuer filters.
Inferred read-onlyfetch_courseFetch one course by Udemy course ID or slug, including topics, coupon history, and live redemption capacity.
Inferred read-onlyget_filter_optionsReturn the current categories, languages, levels, and canonical filter values accepted by search_courses and find_offers.
Inferred read-onlyget_trending_coursesReturn temporal course trends for 24 hours, 7 days, or 30 days with score version, rank movement, signals, and coupon availability.
Inferred read-onlyget_trending_topicsReturn temporal topic trends for 24 hours, 7 days, or 30 days with rank movement and transparent score signals.
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.comidoc-course-discovery]
url = "https://comidoc.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"comidoc-course-discovery": {
"type": "http",
"url": "https://comidoc.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: comidoc-course-discovery
Remote MCP URL: https://comidoc.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": {
"comidoc-course-discovery": {
"url": "https://comidoc.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"comidoc-course-discovery": {
"type": "http",
"url": "https://comidoc.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "comidoc-course-discovery",
"transport": "streamable-http",
"url": "https://comidoc.com/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 comidoc.com was fetched 2026-08-24T07:47:54.046Z.
comidoc.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.