Metadata-Version: 2.4
Name: aidesignblueprint-mcp
Version: 1.0.0
Summary: MCP server metadata for AI Design Blueprint Doctrine — remote endpoint at https://aidesignblueprint.com/mcp
Project-URL: Homepage, https://aidesignblueprint.com
Project-URL: Documentation, https://aidesignblueprint.com/en/for-agents
Project-URL: Repository, https://github.com/aidesignblueprint/integrations
Project-URL: MCP Endpoint, https://aidesignblueprint.com/mcp
License: MIT
Keywords: agentic-ai,ai-agents,doctrine,mcp,model-context-protocol
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# AI Design Blueprint — MCP Server

<!-- mcp-name: io.github.aidesignblueprint/doctrine -->

The industry standard doctrine for building safe, observable, and steerable AI agent UX.

**Remote MCP endpoint:** `https://aidesignblueprint.com/mcp`

## Quick start

Add to your MCP client config:

```json
{
  "mcpServers": {
    "aidesignblueprint": {
      "url": "https://aidesignblueprint.com/mcp"
    }
  }
}
```

## What you get

- **10 doctrine principles** across 4 principle clusters
- **Curated implementation examples** with difficulty, library, and principle filters
- **Application guides** for security hardening, observable evaluation, and more
- **Agent asset artifacts** — `.mdc` rules files, `llms.txt`, skill packs

## Authentication tiers

| Tier | Tools | Credential |
|---|---|---|
| Public | 13 tools | None required |
| Auth | 6 tools | Firebase Bearer token |
| Pro/Teams | 2 tools | Paid membership |

## Links

- Site: [aidesignblueprint.com](https://aidesignblueprint.com)
- Developer docs: [aidesignblueprint.com/en/for-agents](https://aidesignblueprint.com/en/for-agents)
- Integrations: [github.com/aidesignblueprint/integrations](https://github.com/aidesignblueprint/integrations)
