N

Netzhandwerker Agent Tools · Discovery

by Netzhandwerker Agent Tools

POSTBase

$0.005

per call · USD Coin on Base

Prueft die bekannten Konventionspfade einer Domain auf OpenAPI, MCP, x402, GraphQL, Feeds, llms.txt, security.txt und strukturierte Daten und wertet die Verweise der Startseite mit aus. Liefert je Fund Art, URL, Statuscode und eine Kurzfassung des Inhalts sowie eine Kennzahl fuer die Agententauglichkeit.

Endpoint

POST https://tools.halowerk.com/v1/api/discovery

1

Calls / 30d

1

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tools.halowerk.com/v1/api/discovery", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "domain": "stripe.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/api/discovery" \
  -H "Content-Type: application/json" \
  -d '{"domain":"stripe.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "agent_readiness_score": 47,
  "base_url": "https://stripe.com",
  "capabilities": {
    "feeds": false,
    "graphql": false,
    "llms_txt": true,
    "machine_readable": true,
    "mcp": false,
    "openapi": true,
    "structured_data": true,
    "x402": false
  },
  "domain": "stripe.com",
  "found_count": 4,
  "homepage": {
    "generator": null,
    "json_ld_types": [
      "Organization"
    ],
    "link_header": null,
    "link_rels": [],
    "payment_header": false,
    "status": 200,
    "title": "Stripe"
  },
  "interfaces": [
    {
      "bytes": 1840233,
      "content_type": "application/json",
      "kind": "openapi",
      "status": 200,
      "summary": {
        "auth_schemes": [
          "bearerAuth"
        ],
        "methods": [
          "GET",
          "POST",
          "DELETE"
        ],
        "path_count": 512,
        "paths_sample": [
          "/v1/charges",
          "/v1/customers"
        ],
        "spec_version": "3.0.0",
        "title": "Stripe API",
        "version": "2026-06-30"
      },
      "url": "https://stripe.com/openapi.json"
    },
    {
      "bytes": 812,
      "content_type": "text/plain",
      "kind": "robots_txt",
      "status": 200,
      "summary": {
        "lines": 34,
        "sitemaps": [
          "https://stripe.com/sitemap.xml"
        ],
        "user_agents": [
          "*",
          "GPTBot"
        ]
      },
      "url": "https://stripe.com/robots.txt"
    }
  ],
  "kinds": [
    "openapi",
    "robots_txt",
    "sitemap",
    "llms_txt"
  ],
  "note": "Nur bekannte Konventionspfade und Verweise der Startseite. Nicht dokumentierte Schnittstellen bleiben unsichtbar.",
  "probed": 26
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services