{
  "schema_version": "2026-03-01",
  "name": "penn-relations",
  "display_name": "Penn Relations",
  "description": "Agent-first PR system. Penn handles inbound press inquiries, drafts outbound pitches, and keeps every word in an HMAC-chained audit log. Capital Factory's first dogfood customer; invite-only.",
  "vendor": {
    "name": "Capital Thought, LLC",
    "url": "https://pennrelations.com",
    "contact": "press@capitalfactory.com"
  },
  "transports": {
    "streamable_http": "https://pr.capitalfactory.com/mcp"
  },
  "auth": {
    "type": "bearer",
    "issuance": "request access at press@capitalfactory.com — invite-only until external pilot phase",
    "scopes_supported": ["read", "draft", "approve", "send"]
  },
  "discovery": {
    "agents_md": "https://pennrelations.com/AGENTS.md",
    "openapi": "https://pennrelations.com/v1/openapi.json",
    "llms_txt": "https://pennrelations.com/llms.txt"
  },
  "tools_sample": [
    "penn_draft_release",
    "penn_search_journalists",
    "penn_draft_pitch",
    "penn_send_pitch",
    "penn_intake_inquiry",
    "penn_overview",
    "penn_prep"
  ],
  "principles": [
    "Every quote needs a typed Source",
    "Every numeric claim needs human verification",
    "Every send carries an AI-disclosure footer",
    "Tier-3 sends require TOTP step-up",
    "Audit log is append-only at the schema level",
    "Catastrophic failure is getting blocklisted — volume is not the metric"
  ],
  "agents_first_framework": "https://agentsfirst.dev"
}
