Aynstyn Developer Resources

Aynstyn is an AI-powered knowledge assessment and exam preparation platform. This page provides all entry points for developers and AI agents to integrate with Aynstyn's capabilities.

Quick Links

ResourceURLFormat
MCP Serverapp.aynstyn.com/mcpStreamable HTTP / JSON-RPC 2.0
OpenAPI Spec (JSON)aynstyn.com/openapi.jsonOpenAPI 3.1
OpenAPI Spec (YAML)aynstyn.com/openapi.yamlOpenAPI 3.1
LLM context (short)aynstyn.com/llms.txtMarkdown
LLM context (full)aynstyn.com/llms-full.txtMarkdown
Agent Card (A2A)/.well-known/agent-card.jsonJSON
MCP Discovery/.well-known/mcpJSON
Full Documentationaynstyn.com/docs.htmlHTML

MCP Integration Recommended

Aynstyn exposes its knowledge assessment engine via a Model Context Protocol (MCP) server, allowing any MCP-compatible AI client to assess user knowledge directly.

Endpoint

https://app.aynstyn.com/mcp

Transport

Streamable HTTP, stateless, JSON-RPC 2.0.

Available Tool: assess_knowledge

Assess a user's subject understanding and return structured feedback.

{
  "subject": "Quantum Computing",   // required, max 200 chars
  "input": "My explanation..."       // required, 10–5000 chars
}

Returns: score, clarityScore, depthScore, coveredTopics, missingTopics, topicCoverage, feedback

REST API

Standard REST endpoints for assessments, user history, credits, interviews, and learning goals. See the full spec:

Authentication

OAuth 2.0 and Firebase Bearer tokens are supported.

EndpointURL
Authorizationhttps://app.aynstyn.com/api/oauth/authorize
Tokenhttps://app.aynstyn.com/api/oauth/token

Available scopes: profile:read, assessments:write, credits:read

Agent Guidelines

Platform Capabilities

Supported Exams

CAT, UPSC, GRE, GATE, TOEFL, IELTS, NEET, JEE, SSC, IBPS, CLAT, NDA, SAT, GMAT, and all professional/subject domains.

Home · Full Docs · llms.txt · llms-full.txt · OpenAPI