← aynstyn.com

INDIVIDUAL MCP TOOL

diagnose_learner

Synthesise the user's full assessment history into a prioritised gap analysis with concrete next steps.

aynstyn.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

{
  "mcpServers": {
    "aynstyn-com": {
      "type": "http",
      "url": "https://app.aynstyn.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aynstyn-com": {
      "type": "http",
      "url": "https://app.aynstyn.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aynstyn-com",
  "transport": "streamable-http",
  "url": "https://app.aynstyn.com/mcp"
}
MCP Inspector

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

Related tools

  • get_user_profile — Returns the signed-in user's profile at a glance: credit balance, subscription plan, phone verification status, country, and whether autonomous Cal.com booking is available.
  • get_interview_slots — Fetch real available interview/practice session slots from the Aynstyn calendar for the next few days.
  • book_appointment — Book an interview or practice session.
  • assess_knowledge — Assess a user's knowledge on any subject.
  • create_team_assessment — Create a team knowledge assessment on a shared subject.
  • invite_to_team — Send email invitations to team members for a team assessment.
  • get_team_results — Get the results dashboard for a team assessment.
  • get_assessment_history — Get the user's raw past assessment history — scores, covered/missing topics, and feedback for each session.