{"name":"Aynstyn MCP Server","description":"Model Context Protocol server for AI-powered knowledge assessment, interview practice, and learning goals.","url":"https://app.aynstyn.com/mcp","protocol":"MCP","version":"1.0.0","tools":[{"name":"assess_knowledge","description":"Assess a user's knowledge on any subject. Returns score, covered topics, missing topics, and personalised feedback.","inputSchema":{"type":"object","properties":{"subject":{"type":"string","description":"The subject or topic to assess"},"input":{"type":"string","description":"The user's explanation or answer (10–5000 chars)"}},"required":["subject","input"]}},{"name":"schedule_ai_interview","description":"Schedule an AI-powered mock interview for competitive exams (UPSC, CAT, GRE, GATE) or professional roles."},{"name":"create_learning_goal","description":"Create a personalised learning goal with a topic roadmap, milestones, and a smart daily study plan."}],"documentation":"https://aynstyn.com/docs.html#mcp","authentication":{"type":"OAuth2","authorizationUrl":"https://app.aynstyn.com/api/oauth/authorize","tokenUrl":"https://app.aynstyn.com/api/oauth/token","scopes":["profile:read","assessments:write","credits:read"]}}