INDIVIDUAL MCP TOOL
code_2026_validate_application
Check partial or complete CODE 2026 attendee answers and return a review.
LIVE ENDPOINT
https://ai.engineer/mcp
Connect to this endpoint to inspect the live schema for code_2026_validate_application and invoke it with your own arguments.
Indexed 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 server
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.ai-engineer]
url = "https://ai.engineer/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-engineer": {
"type": "http",
"url": "https://ai.engineer/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-engineer
Remote MCP URL: https://ai.engineer/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": {
"ai-engineer": {
"url": "https://ai.engineer/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-engineer": {
"type": "http",
"url": "https://ai.engineer/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-engineer",
"transport": "streamable-http",
"url": "https://ai.engineer/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
code_2026_get_application— Apply to attend AIE CODE 2026: get current requirements, field choices and application instructions.code_2026_submit_application— Submit a private CODE 2026 attendee application after the applicant approves all answers.search— Search public talks, people, organizations, topics, and conference editions.fetch— Read a public record by its returned ID.list_conferences— List conference editions chronologically with official dates, location, schedule links, ticket stub and CFP information links (not verified application portals).get_schedule— Read a published conference schedule using a conference ID from list_conferences.