← aynstyn.com
INDIVIDUAL MCP TOOL
invite_to_team
Send email invitations to team members for a team assessment.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent endpoint
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.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.list_playbook_templates— List available playbook templates.