{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "mcp-gateway-swarms-world-mcp-tools",
  "title": "Mcp-gateway \u00b7 Mcp Tools",
  "url": "https://mcp-gateway.swarms.world/mcp/tools",
  "category": "data",
  "summary": "Mcp-gateway \u00b7 Mcp Tools \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Mcp-gateway \u00b7 Mcp Tools \u2014 x402 data API \u00b7 $0.010 per call",
    "description": "Mcp-gateway \u00b7 Mcp Tools \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2d197c363d695ec15adee965fe7afdea07ead6bf",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Fetch the list of tools exposed by a target MCP server.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST"
        },
        "output": {
          "type": "array",
          "items": {
            "type": "object",
            "additionalProperties": true
          },
          "description": "List of tools in requested format"
        }
      }
    }
  ],
  "origin": {
    "slug": "mcp-gateway-swarms-world",
    "host": "mcp-gateway.swarms.world",
    "url": "https://mcp-gateway.swarms.world",
    "favicon": "http://mcp-gateway.swarms.world/logo.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/mcp-gateway-swarms-world-mcp-tools",
    "url": "https://x402all.com/resource/mcp-gateway-swarms-world-mcp-tools",
    "name": "Mcp-gateway \u00b7 Mcp Tools",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/mcp-gateway-swarms-world-mcp-tools",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://mcp-gateway.swarms.world/mcp/tools",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/mcp-gateway-swarms-world",
      "url": "https://mcp-gateway.swarms.world",
      "name": "mcp-gateway.swarms.world",
      "@type": "Organization"
    },
    "identifier": "mcp-gateway-swarms-world-mcp-tools",
    "description": "Mcp-gateway \u00b7 Mcp Tools \u2014 x402-protected data API. Pay $0.010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=mcp-gateway-swarms-world-mcp-tools",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=mcp-gateway-swarms-world-mcp-tools",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:30:31.043577+00:00",
    "warnings": []
  },
  "contract": {
    "method": "GET",
    "route_template": "/mcp/tools",
    "content_type": "application/json",
    "query_schema": {
      "type": "object",
      "required": [
        "url"
      ],
      "properties": {
        "url": {
          "type": "string",
          "title": "Url",
          "description": "The MCP server URL"
        },
        "format": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Format",
          "default": "openai",
          "description": "Output format (openai or mcp)"
        },
        "timeout": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "title": "Timeout",
          "default": 30,
          "description": "Request timeout in seconds"
        },
        "transport": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Transport",
          "default": "streamable_http",
          "description": "Transport type"
        },
        "authorization_token": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Authorization Token",
          "description": "Optional authorization token"
        }
      }
    },
    "response_schema": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      },
      "title": "Response Get Mcp Tools Mcp Tools Get"
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "declared",
      "header_schema": "unknown",
      "request_body_schema": "explicit_none",
      "response_schema": "declared"
    },
    "contract_hash": "dbbb2ec929849527df4a01fcf7f38ced4ab8bdcf728fd62f068e99a1a11d655f"
  }
}