{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "mcp-gateway-swarms-world-mcp-request",
  "title": "Mcp-gateway \u00b7 Mcp Request",
  "url": "https://mcp-gateway.swarms.world/mcp/request",
  "category": "tools",
  "summary": "Mcp-gateway \u00b7 Mcp Request \u2014 x402-protected tools API. Pay $0.010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Mcp-gateway \u00b7 Mcp Request \u2014 x402 tools API \u00b7 $0.010 per call",
    "description": "Mcp-gateway \u00b7 Mcp Request \u2014 x402-protected tools API. Pay $0.010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1.0,
    "median_category_atomic": 10000
  },
  "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": "Proxy MCP (Model Context Protocol) tool calls to a target MCP server.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST"
        },
        "output": {
          "type": "object",
          "properties": {
            "content": {
              "type": "array",
              "items": {
                "type": "object",
                "additionalProperties": true
              },
              "description": "Tool execution results"
            },
            "isError": {
              "type": "boolean",
              "description": "Whether the tool call resulted in an error"
            }
          },
          "description": "MCP tool call result",
          "additionalProperties": true
        }
      }
    }
  ],
  "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-request",
    "url": "https://x402all.com/resource/mcp-gateway-swarms-world-mcp-request",
    "name": "Mcp-gateway \u00b7 Mcp Request",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/mcp-gateway-swarms-world-mcp-request",
      "@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/request",
    "@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-request",
    "description": "Mcp-gateway \u00b7 Mcp Request \u2014 x402-protected tools 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-request",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=mcp-gateway-swarms-world-mcp-request",
  "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:33:53.292647+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/mcp/request",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "title": "MCPRequest",
      "required": [
        "url",
        "tool_name"
      ],
      "properties": {
        "url": {
          "type": "string",
          "title": "Url",
          "description": "The MCP server URL"
        },
        "headers": {
          "anyOf": [
            {
              "type": "object",
              "additionalProperties": {
                "type": "string"
              }
            },
            {
              "type": "null"
            }
          ],
          "title": "Headers",
          "description": "Optional HTTP headers"
        },
        "timeout": {
          "anyOf": [
            {
              "type": "integer"
            },
            {
              "type": "null"
            }
          ],
          "title": "Timeout",
          "default": 30,
          "description": "Request timeout in seconds"
        },
        "arguments": {
          "type": "object",
          "title": "Arguments",
          "description": "Arguments to pass to the tool",
          "additionalProperties": true
        },
        "tool_name": {
          "type": "string",
          "title": "Tool Name",
          "description": "Name of the tool to call"
        },
        "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"
        }
      },
      "description": "Request model for MCP proxy requests.\n\nAttributes:\n    url: The MCP server URL\n    tool_name: Name of the tool to call\n    arguments: Arguments to pass to the tool\n    transport: Transport type (default: \"streamable_http\")\n    headers: Optional HTTP headers\n    authorization_token: Optional authorization token\n    timeout: Request timeout in seconds (default: 30)"
    },
    "response_schema": {
      "type": "object",
      "title": "Response Proxy Mcp Request Mcp Request Post",
      "additionalProperties": true
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "33d2e1a1ba3a1ee1dbdbf06341a2cd8ef6c39c0b7063a3e7bd93538d939c7e9e"
  }
}