{"uid":"cap_wgMXUCGlqCrUnsmh2JMGo","slug":"url-parse-tool-gpt-5-5-x402-gateway-8f4f1d94","name":"URL Parse Tool – GPT-5.5 x402 Gateway","description":"Parse an absolute URL into protocol, host, path, query parameters, hash, and origin without fetching the URL or calling an upstream model. GET variant for agents, crawlers, and wallets that prefer query parameters over a JSON body. Pay up to $0.0001 per request with x402 USDC on Base.","url":"https://gpt55.558686.xyz/v1/tools/url-parse","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","maxLength":2048,"minLength":1}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"ok":{"type":"boolean"},"tool":{"type":"string"},"fetchedAt":{"type":"string"}},"additionalProperties":true}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"url":"https://example.com/search?q=artificial+intelligence&page=2"}}},"response":{"ok":true,"hash":"","host":"example.com","href":"https://example.com/search?q=artificial+intelligence&page=2","port":"","tool":"urlParse","first":{"q":"artificial intelligence","page":"2"},"query":{"q":["artificial intelligence"],"page":["2"]},"origin":"https://example.com","search":"?q=artificial+intelligence&page=2","hostname":"example.com","pathname":"/search","protocol":"https:","fetchedAt":"2026-06-18T06:29:38.522Z","passwordPresent":false,"usernamePresent":false}},"exampleRequest":{"url":"https://example.com/search?q=artificial+intelligence&page=2"},"tags":["x402"],"displayCostAmount":"0.0001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"down","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_dEQN3auEslM6OPKuC2tbf","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0001","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a URL into its component parts (scheme, host, path, query, etc.) via a micropayment-gated HTTP GET endpoint using x402 USDC on Base.","exampleAgentPrompt":"Can you parse this URL for me and tell me its individual components — scheme, host, path, and query parameters: https://example.com/search?q=hello&page=2#results","exampleUseCases":null,"resultDescription":"Returns a JSON object with ok status, tool name ('urlParse'), a summary string, and structured breakdown of URL components including scheme, host, path, query parameters, port, and fragment extracted from the input URL.","failureModes":["Missing or empty 'url' query parameter returns validation error","URL exceeds 2048 character limit returns schema error","Malformed or non-HTTP URL may return parse error or empty fields","Payment failure (insufficient USDC balance or x402 protocol error) blocks the request","Network timeout to the gateway returns 5xx error"],"whenToPreferThis":"Choose this endpoint when you need a quick, cheap ($0.0001 USDC) URL decomposition without setting up a local parser, particularly in agentic workflows on Base where x402 micropayments are already available. Prefer over heavier LLM-based extraction when deterministic URL parsing is sufficient.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T17:28:43.078Z","isFirstParty":false}