{
  "$schema": "https://mnnr.app/.well-known/ai-agents-manifest.schema.json",
  "manifest_version": "0.1.0",
  "generated": "2026-07-03",
  "site": {
    "name": "MNNR",
    "url": "https://mnnr.app",
    "description": "The Governance Layer for Agentic Payments. Rail-neutral, policy-opinionated. Design specification, not production capability.",
    "logo": "https://mnnr.app/apple-touch-icon.png",
    "operator": {
      "legal_name": "MNNR LLC",
      "jurisdiction": "US-WY",
      "ein": "33-3678186"
    },
    "positioning_honesty": true,
    "claims_register": "https://github.com/mnnr-org/mnnr-standard/blob/main/docs/compliance/claims-register.md",
    "open_specification": {
      "repo": "https://github.com/mnnr-org/mnnr-standard",
      "license": "Apache-2.0",
      "latest_release": "v0.1.2"
    }
  },
  "actions": [
    {
      "id": "intake_bank",
      "title": "Submit intake as EU bank / PSP / issuer",
      "description": "Pre-filled intake for banks, PSPs, and issuers building toward agentic commerce.",
      "endpoint": "https://mnnr.app/api/intake",
      "method": "POST",
      "content_type": "application/json",
      "prefill_url": "https://mnnr.app/contact/bank",
      "url_params": ["company", "role", "email", "rail", "intent", "region"],
      "response": {
        "confirmation_id": "string",
        "schedule_url": "string"
      }
    },
    {
      "id": "intake_psp",
      "title": "Submit intake as PSP / rail integrator",
      "endpoint": "https://mnnr.app/api/intake",
      "method": "POST",
      "prefill_url": "https://mnnr.app/contact/psp"
    },
    {
      "id": "intake_investor",
      "title": "Submit intake as investor",
      "endpoint": "https://mnnr.app/api/intake",
      "method": "POST",
      "prefill_url": "https://mnnr.app/contact/investor"
    },
    {
      "id": "intake_press",
      "title": "Submit intake as journalist / analyst",
      "endpoint": "https://mnnr.app/api/intake",
      "method": "POST",
      "prefill_url": "https://mnnr.app/contact/press"
    },
    {
      "id": "intake_federal",
      "title": "Submit intake as US Federal (GSA / DoD / VA / DIU / AFWERX)",
      "endpoint": "https://mnnr.app/api/intake",
      "method": "POST",
      "prefill_url": "https://mnnr.app/contact/federal"
    },
    {
      "id": "intake_pilot",
      "title": "Request pilot conversation (€5,000/mo Q3 2026)",
      "endpoint": "https://mnnr.app/api/intake",
      "method": "POST",
      "prefill_url": "https://mnnr.app/contact/pilot"
    },
    {
      "id": "schedule_founder_call",
      "title": "Book a founder call",
      "endpoint": "https://mnnr.app/schedule",
      "method": "GET",
      "params": ["persona", "prefill_id"]
    },
    {
      "id": "download_eu_brief",
      "title": "Download EU brief (PDF)",
      "endpoint": "https://mnnr.app/eu-brief.pdf",
      "method": "GET"
    },
    {
      "id": "download_federal_brief",
      "title": "Download Federal brief (PDF)",
      "endpoint": "https://mnnr.app/federal-brief.pdf",
      "method": "GET"
    },
    {
      "id": "download_compliance_brief",
      "title": "Download Compliance brief (PDF)",
      "endpoint": "https://mnnr.app/compliance-brief.pdf",
      "method": "GET"
    },
    {
      "id": "read_spec",
      "title": "Read the open specification",
      "endpoint": "https://github.com/mnnr-org/mnnr-standard",
      "method": "GET"
    }
  ],
  "personas": [
    { "id": "bank", "label": "EU Bank / Acquirer" },
    { "id": "psp", "label": "PSP / Rail Integrator" },
    { "id": "issuer", "label": "Card Issuer" },
    { "id": "investor", "label": "Investor / VC" },
    { "id": "press", "label": "Journalist / Analyst" },
    { "id": "federal", "label": "US Federal" },
    { "id": "enterprise", "label": "Enterprise Agentic Deployer" }
  ],
  "rails": [
    { "id": "visa", "label": "Visa Agentic Ready", "how_it_works": "https://mnnr.app/how-it-works/visa" },
    { "id": "mastercard", "label": "Mastercard Agent Suite", "how_it_works": "https://mnnr.app/how-it-works/mastercard" },
    { "id": "stripe", "label": "Stripe Link for Agents", "how_it_works": "https://mnnr.app/how-it-works/stripe" },
    { "id": "paypal", "label": "PayPal Agentic Checkout", "how_it_works": "https://mnnr.app/how-it-works/paypal" },
    { "id": "crossmint", "label": "Crossmint Agentic Cards", "how_it_works": "https://mnnr.app/how-it-works/crossmint" },
    { "id": "adyen", "label": "Adyen", "how_it_works": "https://mnnr.app/how-it-works/adyen" },
    { "id": "bedrock", "label": "AWS Bedrock AgentCore Payments", "how_it_works": "https://mnnr.app/how-it-works/bedrock" },
    { "id": "ucp", "label": "Google Universal Commerce Protocol", "how_it_works": "https://mnnr.app/how-it-works/ucp" }
  ],
  "detected_agents": {
    "log_endpoint": "https://mnnr.app/api/agent-visit",
    "recognized_user_agents": [
      "ChatGPT-User",
      "GPTBot",
      "PerplexityBot",
      "Google-Extended",
      "GoogleOther",
      "ClaudeBot",
      "Claude-Web",
      "anthropic-ai",
      "Amazonbot",
      "cohere-ai",
      "Applebot-Extended",
      "meta-externalagent",
      "meta-externalfetcher",
      "Bytespider",
      "YouBot",
      "Timpibot"
    ]
  },
  "policies": {
    "vulnerability_disclosure": "https://mnnr.app/.well-known/security.txt",
    "privacy": "https://mnnr.app/legal/privacy",
    "terms": "https://mnnr.app/legal/terms",
    "acceptable_use": "https://github.com/mnnr-org/mnnr-standard/blob/main/contracts/templates/AUP.md"
  },
  "contact": {
    "hello": "hello@mnnr.app",
    "design_partners": "design-partners@mnnr.app",
    "legal": "legal@mnnr.app",
    "security": "security@mnnr.app",
    "press": "press@mnnr.app"
  }
}
