{
  "schema_version": "1",
  "name": "systemprompt.io",
  "description": "AI governance infrastructure for organisations running agents at scale, plus a free interactive tools API and a paid x402 reports MCP server for EU AI Act compliance reports.",
  "url": "https://systemprompt.io",
  "documentation": {
    "llms_txt": "https://systemprompt.io/llms.txt",
    "agents_md": "https://systemprompt.io/AGENTS.md",
    "sitemap": "https://systemprompt.io/sitemap.xml"
  },
  "mcp_servers": [
    {
      "name": "systemprompt-reports",
      "transport": "streamable-http",
      "endpoint": "https://systemprompt.io/api/v1/mcp/systemprompt-reports/mcp",
      "authentication": "none",
      "pricing": "per-call, by card (Stripe) or USDC on Base via x402; $1.50 per report; discovery (initialize, tools/list) is free and each tool description states its price",
      "tools": [
        "eu_ai_act_compliance"
      ],
      "page": "https://systemprompt.io/tools/eu-ai-act-compliance-report"
    }
  ],
  "apis": [
    {
      "name": "systemprompt.io interactive tools API",
      "manifest_url": "https://systemprompt.io/api/v1/tools",
      "authentication": "X-Agent-Id header or agent_id body field on every request, free-form 1-64 chars",
      "rate_limits": {
        "deterministic": "60 requests per hour per (IP, agent_id)",
        "ai": "5 requests per hour per (IP, agent_id) plus a global daily cap"
      },
      "tools": [
        {
          "id": "github-actions-permissions",
          "name": "GitHub Actions permissions generator",
          "description": "Minimal GITHUB_TOKEN permissions block from a list of workflow tasks, with fork and GitHub App caveats",
          "endpoint": "https://systemprompt.io/api/v1/tools/github-actions-permissions/run",
          "method": "POST",
          "pricing": "free",
          "authentication": "X-Agent-Id header or agent_id body field, free-form 1-64 chars",
          "page": "https://systemprompt.io/tools/github-actions-permissions",
          "embed_page": "https://systemprompt.io/tools/github-actions-permissions/embed/"
        },
        {
          "id": "claude-md-scorer",
          "name": "CLAUDE.md scorer",
          "description": "Scores a CLAUDE.md file against published best practices, returning a score out of 100 with per-rule recommendations",
          "endpoint": "https://systemprompt.io/api/v1/tools/claude-md-scorer/run",
          "method": "POST",
          "pricing": "free",
          "authentication": "X-Agent-Id header or agent_id body field, free-form 1-64 chars",
          "page": "https://systemprompt.io/tools/claude-md-scorer",
          "embed_page": "https://systemprompt.io/tools/claude-md-scorer/embed/"
        },
        {
          "id": "llms-txt",
          "name": "llms.txt and AGENTS.md generator and validator",
          "description": "Generates or validates llms.txt and AGENTS.md files against the published rule catalogue",
          "endpoint": "https://systemprompt.io/api/v1/tools/llms-txt/run",
          "method": "POST",
          "pricing": "free",
          "authentication": "X-Agent-Id header or agent_id body field, free-form 1-64 chars",
          "page": "https://systemprompt.io/tools/llms-txt-generator",
          "embed_page": "https://systemprompt.io/tools/llms-txt-generator/embed/"
        },
        {
          "id": "eu-ai-act",
          "name": "EU AI Act risk classifier",
          "description": "Annex III decision tree returning risk class, article references, obligations, and an evidence checklist",
          "endpoint": "https://systemprompt.io/api/v1/tools/eu-ai-act/run",
          "method": "POST",
          "pricing": "free",
          "authentication": "X-Agent-Id header or agent_id body field, free-form 1-64 chars",
          "page": "https://systemprompt.io/tools/eu-ai-act-risk-classifier",
          "embed_page": "https://systemprompt.io/tools/eu-ai-act-risk-classifier/embed/"
        },
        {
          "id": "ai-roi-calculator",
          "name": "AI coding tool ROI calculator",
          "description": "Monthly cost, value, net ROI, break-even, and sensitivity range for an AI tooling rollout",
          "endpoint": "https://systemprompt.io/api/v1/tools/ai-roi-calculator/run",
          "method": "POST",
          "pricing": "free",
          "authentication": "X-Agent-Id header or agent_id body field, free-form 1-64 chars",
          "page": "https://systemprompt.io/tools/ai-roi-calculator",
          "embed_page": "https://systemprompt.io/tools/ai-roi-calculator/embed/"
        }
      ]
    }
  ],
  "contact": "hello@systemprompt.io"
}