← Registry

Learning Resources

aidesignblueprint.com

Provides access to a structured doctrine of principles, clusters, and curated examples via stable slugs.

1 endpoint29 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://aidesignblueprint.com/mcp

No auth detected

MCP server metadata

Name
Agentic AI Blueprint Doctrine
Version
1.26.0
Capabilities
experimentalpromptsresourcestoolstasks.listtasks.canceltasks.requests.tools
Server instructions

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

principles.list

List Blueprint doctrine with stable slugs, titles, and clusters.

Inferred read-only
clusters.list

List all principle clusters with their stable slugs and linked principle titles.

Inferred read-only
principles.get

Get one doctrine entry by stable slug.

Inferred read-only
clusters.get

Get one principle cluster by stable slug.

Inferred read-only
examples.get

Get one curated example by stable slug.

Inferred read-only
principles.search

Search Blueprint principles by free-text query and return the closest matches ranked by relevance.

Inferred read-only
examples.search

Search 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-only
assets.list

Public — 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 effects
guides.list

List application guides that show how Blueprint principles apply to engineering challenges (security, evaluation, observability, etc.

Inferred read-only
guides.get

Get a full application guide by its stable slug (e.

Inferred read-only
guides.search

Search application guides by free-text query, matched against section answers and action items.

Inferred read-only
signals.report

Pro/Teams — records a value moment (e.

Inferred read-only
signals.feedback

Public — records explicit free-text user feedback about the Blueprint, this tool surface, or a specific principle/example.

Inferred read-only
architect.validate

Pro/Teams — first-pass doctrine review of agentic code/workflow against the 10-principle Agentic AI Blueprint.

Inferred read-only
design.validate

Pro/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-only
spec.validate

Pro/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-only
architect.validate_consensus

Pro/Teams — N-shot CONSENSUS doctrine review of agentic code.

Inferred read-only
architect.certify

Pro/Teams — second-pass adversarial certification of an architect.

Inferred read-only
team.summarize

Pro/Teams — summarises the caller's tool-usage patterns and value signals over a configurable window (default 30 days).

Inferred read-only
me.learning_path

Authenticated — 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-only
me.coaching_context

Authenticated — returns stages in the caller's active course where recorded evidence is thin relative to the stage's principle requirements.

Inferred read-only
me.add_evidence

Authenticated — append a free-text evidence note to a specific stage in the caller's active course.

Inferred read-only
me.sessions

Pro/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-only
me.session_event

Pro/Teams — append a TYPED TEAM EVENT to a Governed Session's timeline (GEP-M6).

Inferred read-only
me.await_steer

Pro/Teams.

Inferred read-only
me.validation_history

Pro/Teams — return the authenticated user's validation run history for all three lenses (architect.

Inferred read-only
handoffs.operator

Authenticated — 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-only
handoffs.partnership

Authenticated — creates a partnerships handoff record for design-partner, ecosystem, training, or advisory conversations needing human review.

Inferred read-only
handoffs.agency

Authenticated — submit an agency engagement enquiry on behalf of the caller for a founder-led discovery call.

Inferred read-only

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.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.

Trust status Trusted

aidesignblueprint.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.