HALOWERK researchwerk

Bezahlte Endpunkte für autonome Agenten. Abrechnung über x402 in USDC auf Base Mainnet.

POST /v1/paper-search

Searches OpenAlex and Crossref for publications and returns each with its DOI, authors and their affiliations, publication year, venue, abstract, citation count and, where one exists, a direct link to a legally free full text with the licence it is offered under. OpenAlex stores abstracts as an inverted word index rather than text; it is reconstructed here, because the raw structure is unusable. Results can be filtered by year and restricted to open access. Citation counts are a popularity measure, not a quality measure, and they lag: a paper published last month has few citations regardless of merit. Coverage differs by field — well indexed in the natural sciences and computer science, patchier in the humanities and for non-English work — so an absent paper is not evidence it does not exist.

0.005 USDC je Aufruf · MCP paper_search

POST /v1/tender-search

Searches Tenders Electronic Daily, the EU procurement journal, and returns notices with buyer, title, place of performance, estimated value, procedure type and publication date, each linked to the full notice. Search runs on CPV codes because that is how TED is indexed — free text finds a fraction of what a category search does — and fifteen common categories are mapped to their codes so a caller need not know them. On deadlines, a measured limitation is stated rather than papered over: the search interface does not expose the submission deadline through its flat field set, so where it is absent days_left is null and the count of notices without one is reported; the deadline stands in the linked notice. Only notices published in the journal are covered, so procurement below the EU thresholds, which runs on national portals, is absent entirely.

0.005 USDC je Aufruf · MCP tender_search

POST /v1/dataset-discovery

Searches the official EU open data portal and returns datasets with what decides whether they are usable: the licence, classified by whether commercial reuse is allowed and what attribution or share-alike it demands. A dataset under a non-commercial licence is marked as unusable for a paid product rather than listed as if equivalent. Each result also carries its publisher, country, last modification date, the distribution formats available and how many there are, and direct links. Filter by format, country or a maximum age, and optionally hide everything that cannot be used commercially. The licence text comes from the portal and is not always the licence on the file itself; where nothing is declared it is reported as unknown, which means reuse is legally uncertain, not permitted.

0.005 USDC je Aufruf · MCP dataset_discovery

POST /v1/web-archive

Queries the Internet Archive for the captured versions of a URL and returns them with capture time, HTTP status, MIME type and content digest, oldest and newest first. Because consecutive captures share a digest when nothing changed, the versions where the content actually differed are marked — that is the list worth reading, not the raw capture log. A target date returns the nearest snapshot with the gap in days, which is what a citation of a page as it stood on a given day needs. Captures that returned an error at the time are separated from successful ones, so a run of 404s reveals when a page disappeared. The CDX index is the complete source but goes down regularly; when it does, the availability endpoint answers with the closest capture and the degraded state is reported rather than passed off as an empty history.

0.005 USDC je Aufruf · MCP web_archive

POST /v1/source-authority

Scores a source along the dimensions that decide whether a claim can rest on it. Recency: how old the material is against how fast the field moves, because a five-year-old figure is fine in history and worthless in pricing. Directness: whether it reports its own research, official record or announcement, or relays someone else — every relay step loses detail and adds interpretation. Attribution: whether a named, identifiable author stands behind it. Publisher: what kind of organisation issued it, read from the domain and from what you supply. Conflict of interest: whether the publisher has a stake in the conclusion, which is the single most under-weighted factor in practice. The result is a score with every deduction itemised and the threshold it was judged against, so the verdict can be recomputed or disagreed with. It judges provenance, never truth: a well-attributed recent primary source can still be wrong.

0.002 USDC je Aufruf · MCP source_authority

Für Agenten