← comidoc.com

INDIVIDUAL MCP TOOL

get_filter_options

Return the current categories, languages, levels, and canonical filter values accepted by search_courses and find_offers.

comidoc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://comidoc.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_filter_options and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

comidoc.com

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

Related tools

  • search_courses — Search the Comidoc historical course catalog with topic, quality, freshness, coupon availability, repeat-course, and regular-issuer filters.
  • fetch_course — Fetch one course by Udemy course ID or slug, including topics, coupon history, and live redemption capacity.
  • find_offers — Find current or historical coupon offers.
  • list_topics — Discover Comidoc topic slugs by catalog size, name, or temporal trend.
  • fetch_topic — Fetch one topic and its active-offer course count by Comidoc slug.
  • get_trending_courses — Return temporal course trends for 24 hours, 7 days, or 30 days with score version, rank movement, signals, and coupon availability.
  • get_trending_topics — Return temporal topic trends for 24 hours, 7 days, or 30 days with rank movement and transparent score signals.