{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "permission-guard-fly-dev-mcp",
  "title": "Permission Guard \u00b7 Agent Scope Validator",
  "url": "https://permission-guard.fly.dev/mcp",
  "category": "tools",
  "summary": "Validate whether an agent's requested action exceeds its defined permission scope.",
  "seo": {
    "title": "Permission Guard MCP API | x402 Agent Security",
    "description": "Validate agent actions against defined scopes. $0.002 USDC per call on Base. Returns allowed/denied with violation details."
  },
  "use_cases": [
    "Enforce agent permission boundaries at runtime",
    "Flag dangerous operations even when technically in scope",
    "Audit agent actions for security compliance"
  ],
  "ideal_buyer": "Agent orchestration platforms and security systems needing runtime permission validation for autonomous agents.",
  "example_prompt": "Check if agent 'data-bot' is allowed to execute DELETE on resource 'user-database'.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.2,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x856401af27a1d59a473a2a8bd92af3ccaa830376",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "2000",
      "max_timeout_seconds": 30,
      "mime_type": "application/json",
      "description": "Checks if an agent's requested action exceeds its defined scope. Returns allowed/denied with violation details and flags dangerous operations even when technically in scope.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST"
        },
        "output": {
          "type": "object",
          "properties": {
            "allowed": {
              "type": "boolean"
            },
            "scope_size": {
              "type": "integer"
            },
            "violations": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "action": {
                    "type": "string"
                  },
                  "reason": {
                    "type": "string"
                  },
                  "resource": {
                    "type": "string"
                  },
                  "severity": {
                    "enum": [
                      "warning",
                      "denied"
                    ],
                    "type": "string"
                  }
                }
              }
            },
            "checked_action": {
              "type": "string"
            },
            "checked_resource": {
              "type": "string"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "permission-guard-fly-dev",
    "host": "permission-guard.fly.dev",
    "url": "https://permission-guard.fly.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/permission-guard-fly-dev-mcp",
    "url": "https://x402all.com/resource/permission-guard-fly-dev-mcp",
    "name": "Permission Guard \u00b7 Agent Scope Validator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/permission-guard-fly-dev-mcp",
      "@type": "Offer",
      "price": "0.002",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.002000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://permission-guard.fly.dev/mcp",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/permission-guard-fly-dev",
      "url": "https://permission-guard.fly.dev",
      "name": "permission-guard.fly.dev",
      "@type": "Organization"
    },
    "identifier": "permission-guard-fly-dev-mcp",
    "description": "Validate agent actions against defined scopes. $0.002 USDC per call on Base. Returns allowed/denied with violation details.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=permission-guard-fly-dev-mcp",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=permission-guard-fly-dev-mcp"
}
