LIVE ENDPOINT
https://aidesignblueprint.com/mcp
Connect to this endpoint to inspect the live schema for examples.get 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.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.
Related tools
principles.list— List Blueprint doctrine with stable slugs, titles, and clusters.clusters.list— List all principle clusters with their stable slugs and linked principle titles.principles.get— Get one doctrine entry by stable slug.clusters.get— Get one principle cluster by stable slug.principles.search— Search Blueprint principles by free-text query and return the closest matches ranked by relevance.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.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.guides.list— List application guides that show how Blueprint principles apply to engineering challenges (security, evaluation, observability, etc.