Metadata-Version: 2.5
Name: aidesignblueprint-mcp
Version: 1.0.1
Summary: MCP server metadata for AI Design Blueprint: 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 -->

AI Design Blueprint is a doctrine and runtime standard for agentic AI: 10 principles, 16 laws, and Pro/Teams validators your coding agent calls over MCP.

**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, plus **16 laws** for interfaces and specs
- **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 | 12 tools | None required |
| Signed in | 6 tools | Bearer token, any plan |
| Pro/Teams | 10 tools | Active Pro or Teams plan |
| Teams | 1 tool | Teams plan |

## 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)
