Learning Resources
aidesignblueprint.com
Provides access to a structured doctrine of principles, clusters, and curated examples via stable slugs.
ENDPOINT 1
https://aidesignblueprint.com/mcp
MCP server metadata
- Name
- Agentic AI Blueprint Doctrine
- Version
- 1.26.0
Read-only doctrine and example access for the Agentic AI Blueprint. Use these tools to retrieve principles, clusters, curated examples, and downloadable agent assets. Public tools require no credentials. Tools marked 'Auth: Bearer <token>' require a Firebase ID token in the Authorization header. Pro/Teams tools additionally require an active paid membership.
Known tools 29
clusters.listList all principle clusters with their stable slugs and linked principle titles.
Inferred read-onlyprinciples.searchSearch Blueprint principles by free-text query and return the closest matches ranked by relevance.
Inferred read-onlyexamples.searchSearch curated examples by free-text query, ranked by relevance, with optional filters: principle_ids (only examples covering those principles), difficulty (beginner/intermediate/advanced), library (e.
Inferred read-onlyassets.listPublic — list downloadable doctrine and agent asset artifacts (skill packs, rule packs, MCP setup snippets) the user can drop into their AI coding tool to import the Blueprint as native skill/rule files.
Potential side effectsguides.listList application guides that show how Blueprint principles apply to engineering challenges (security, evaluation, observability, etc.
Inferred read-onlyguides.searchSearch application guides by free-text query, matched against section answers and action items.
Inferred read-onlysignals.feedbackPublic — records explicit free-text user feedback about the Blueprint, this tool surface, or a specific principle/example.
Inferred read-onlyarchitect.validatePro/Teams — first-pass doctrine review of agentic code/workflow against the 10-principle Agentic AI Blueprint.
Inferred read-onlydesign.validatePro/Teams — first-pass surface-craft review of a FRONTEND artefact (component, screen, or flow) against the 8 laws of the Experience Design Blueprint.
Inferred read-onlyspec.validatePro/Teams — first-pass specification-quality review of a WRITTEN SPEC (proposal, design doc, task breakdown, or an OpenSpec-style change bundle) against the 8 laws of the Spec Quality Blueprint.
Inferred read-onlyarchitect.validate_consensusPro/Teams — N-shot CONSENSUS doctrine review of agentic code.
Inferred read-onlyarchitect.certifyPro/Teams — second-pass adversarial certification of an architect.
Inferred read-onlyteam.summarizePro/Teams — summarises the caller's tool-usage patterns and value signals over a configurable window (default 30 days).
Inferred read-onlyme.learning_pathAuthenticated — returns the caller's Blueprint learning-path state: current course slug, stage progress, certification status (Foundation, Practitioner, Capstone), Capstone track eligibility flags, and the next recommended stage.
Inferred read-onlyme.coaching_contextAuthenticated — returns stages in the caller's active course where recorded evidence is thin relative to the stage's principle requirements.
Inferred read-onlyme.add_evidenceAuthenticated — append a free-text evidence note to a specific stage in the caller's active course.
Inferred read-onlyme.sessionsPro/Teams — list or inspect the authenticated user's Governed Sessions (GEP-M2): durable, owner-scoped containers that group validation runs across lenses (architect.
Inferred read-onlyme.session_eventPro/Teams — append a TYPED TEAM EVENT to a Governed Session's timeline (GEP-M6).
Inferred read-onlyme.validation_historyPro/Teams — return the authenticated user's validation run history for all three lenses (architect.
Inferred read-onlyhandoffs.operatorAuthenticated — creates a support handoff record when an agent needs human review, account-specific escalation, or operator follow-up that cannot be resolved with the read-only doctrine tools.
Inferred read-onlyhandoffs.partnershipAuthenticated — creates a partnerships handoff record for design-partner, ecosystem, training, or advisory conversations needing human review.
Inferred read-onlyhandoffs.agencyAuthenticated — submit an agency engagement enquiry on behalf of the caller for a founder-led discovery call.
Inferred read-onlyCONNECT 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.agentic-ai-blueprint-doctrine]
url = "https://aidesignblueprint.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-ai-blueprint-doctrine": {
"type": "http",
"url": "https://aidesignblueprint.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-ai-blueprint-doctrine
Remote MCP URL: https://aidesignblueprint.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": {
"agentic-ai-blueprint-doctrine": {
"url": "https://aidesignblueprint.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-ai-blueprint-doctrine": {
"type": "http",
"url": "https://aidesignblueprint.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-ai-blueprint-doctrine",
"transport": "streamable-http",
"url": "https://aidesignblueprint.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aidesignblueprint.com was fetched 2026-07-26T07:33:27.284Z and is being refreshed.
aidesignblueprint.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.