← nabeelkhan.com

INDIVIDUAL MCP TOOL

list_consultation_slots

Real, currently bookable 30 minute consultation slots, read live from the calendar that the website books against.

nabeelkhan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.nabeelkhan.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

nabeelkhan.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.concylium]
url = "https://mcp.nabeelkhan.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "concylium": {
      "type": "http",
      "url": "https://mcp.nabeelkhan.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: concylium
Remote MCP URL: https://mcp.nabeelkhan.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": {
    "concylium": {
      "url": "https://mcp.nabeelkhan.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "concylium": {
      "type": "http",
      "url": "https://mcp.nabeelkhan.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "concylium",
  "transport": "streamable-http",
  "url": "https://mcp.nabeelkhan.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_expert_profile — Identity and credentials of Nabeel Khan, with resolvable identifiers.
  • search_knowledge — Search the published corpus: glossary definitions, case studies, and the authored regulatory table sets.
  • lookup_regulation — What actually binds AI systems in a given jurisdiction: the instrument, the regulator, its scope and status.
  • get_case_study — Published case studies, filterable by sector or theme.
  • start_assessment — Returns the published MESA assessment questions, optionally for one layer.
  • score_assessment — Scores answers to the MESA assessment and identifies the weakest controls.
  • identify_relevant_service — Given a described problem, returns which engagement shape fits and why, with an indicative range.
  • book_consultation — Book one of the slots returned by list_consultation_slots.