Clear

other

1,873–1,896 of 7,042

finanz.halowerk.com

finanz.halowerk.com

61
score

Collects the corporate actions the SEC actually carries. Dividends: declared amounts per share per period from XBRL, newest first, with the change against the previous declaration and the implied annual rate. Splits: the conversion ratio from the equity note, with the period it was reported in.

USDC Base

finanz.halowerk.com

finanz.halowerk.com

61
score

Builds a reporting calendar from SEC filings. For each past period it gives the period end, the date the report was filed, the form type, and the earnings per share and revenue as filed — the reported figures, not a summary of them. From the historical gap between period end and filing date it derives the median lag and projects the next expected filing window, clearly marked as an estimate: the SEC publishes no forward calendar, and a company can file early or late.

USDC Base

research.halowerk.com

research.halowerk.com

61
score

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.

USDC Base

finanz.halowerk.com

finanz.halowerk.com

61
score

Searches Polymarket for markets matching your terms and returns, per market, the implied probability of each outcome with the liquidity, 24-hour volume, bid-ask spread and closing date. The probability is the mid price and nothing more: on a market with little liquidity or a wide spread it says little, so both are returned next to it and a thin market is flagged rather than presented as a confident forecast.

USDC Base

kette.halowerk.com

kette.halowerk.com

61
score

Reads the source transaction on chain, identifies the bridge from the contracts it touched, and reports what actually left the wallet. overdue is measured against the usual duration of THAT bridge, and the comparison value is part of the answer - not against a fixed number. For bridges that need a manual claim, next_step says which step is missing and who has to trigger it; that is the real answer for a transfer that looks stuck. amount_delta shows what was deducted on the way, so a smaller arri

USDC Base

natur.halowerk.com

natur.halowerk.com

61
score

Looks a marine organism up in the taxonomically curated register rather than in an aggregator, and returns the accepted name with its AphiaID, the authority, the rank, the full classification and the recorded status. Where the queried name is not the accepted one, the accepted name is given together with the status term that explains why — unaccepted, alternate representation, nomen dubium and the rest each mean something different to a taxonomist and are passed through rather than flattened…

USDC Base

paket.halowerk.com

paket.halowerk.com

61
score

Answers the question an agent actually has about a product cycle: for the version in use, is support over, how many days remain, and where should it move. Given a product identifier from endoflife.date and optionally a version, it locates the matching release line and returns the release date, the end of active support, the end of life, the end of extended security support where one exists, whether the line is an LTS line, the latest patch release within that line and the number of days to each…

USDC Base

paket.halowerk.com

paket.halowerk.com

61
score

Returns the full version history of a package from a single normalised schema that covers seven ecosystems. Versions are ordered by semantic version, not alphabetically and not in registry order, so 1.10.0 sorts after 1.9.0 — the mistake that quietly breaks naive comparisons. For each version you get the publication timestamp, whether it is the registry default, whether it is deprecated and the deprecation reason as the registry states it.

USDC Base

paket.halowerk.com

paket.halowerk.com

61
score

Turns the release history of a package into a maintenance signal an agent can act on. Four measurements go in: the age in days of the newest stable release, the median gap between the last ten releases, the ratio of the current silence to that median, and whether the newest version is deprecated. Each maps to a component score and the components combine into a grade from A to E.

USDC Base

research.halowerk.com

research.halowerk.com

61
score

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.

USDC Base

handel.halowerk.com

handel.halowerk.com

61
score

Two answers in one call. Validation: the number is checked against the VIES service of the member state that issued it, with the consultation date returned. Treatment: given the supplier country, the customer country and whether the customer is a business, it states whether the supply is domestic with the local rate, an intra-community B2B supply where the reverse charge shifts the liability to the customer, a B2C supply taxed where the customer sits, or an export outside the EU.

USDC Base

agent.halowerk.com

agent.halowerk.com

61
score

Key-value state for agents that need to survive between calls. Every write carries a time-to-live; the maximum is 30 days and there is no way to store something permanently. Values are opaque JSON up to 64 KB, at most 1000 live keys per namespace. Actions: set, get, list, delete. A get on a missing or expired key answers found=false, it is not an error. The namespace is a plain string chosen by the caller and is not authenticated — anyone who knows it can read it, so do not put secrets in it.

USDC Base

modell.halowerk.com

modell.halowerk.com

61
score

Plans the division of a long input for a given model. It reserves room for the system prompt, the expected answer and a safety margin, then works out how many chunks are needed and where to cut, preferring paragraph boundaries over line and sentence boundaries and never cutting inside a word. Optional overlap carries context across the seams.

USDC Base

agent.halowerk.com

agent.halowerk.com

61
score

Takes two to twelve answers and returns a field-by-field comparison. For JSON answers every leaf path is compared across responders: a path is agreed when all responders that supplied it carry the same value, conflicting when they differ, and partial when some omitted it. Numbers count as equal inside a relative tolerance you set.

USDC Base

agent.halowerk.com

agent.halowerk.com

61
score

Takes a list of MCP tool definitions, as returned by tools/list on any number of servers, and rewrites them into one common form. Servers disagree on where the schema lives — inputSchema, input_schema, parameters, schema or arguments are all in use — and a consumer reading only one of them loses the others silently; every spelling is accepted and the one found is reported.

USDC Base

handel.halowerk.com

handel.halowerk.com

61
score

Rebuilds an invoice from its lines and compares the result with the stated totals. Line by line it checks quantity times unit price against the line total, applies line and document discounts in the right order, groups the net amounts by tax rate and computes the tax per group, then compares net, tax and gross with what the document claims.

USDC Base

handel.halowerk.com

handel.halowerk.com

61
score

Compares a purchase order against a delivery note and an invoice, line by line. Lines are paired by article number where both sides carry one, and otherwise by text similarity — a text pairing is marked as such with its similarity score, because quietly matching on similar wording is exactly how a wrong invoice gets approved.

USDC Base

sicher.halowerk.com

sicher.halowerk.com

61
score

Decodes a JWT and checks it in two layers. Structure and claims: expiry, not-before and issued-at against the current time with the clock skew you allow, issuer and audience against the values you expect, and the token lifetime. Signature: HMAC with a shared secret, or RSA, RSA-PSS and ECDSA against a PEM key or a JWKS you point at, with the kid matched to the right key.

USDC Base

buero.halowerk.com

buero.halowerk.com

61
score

Give it a search window, a meeting length, and for each participant a list of busy blocks — start and end, nothing else — and it returns the windows in which the meeting fits. Each participant carries their own IANA timezone and working hours, so nine-to-five means nine-to-five where they are, across daylight saving changes, and a meeting is only offered when it lies entirely inside one working-hours block for everyone counted as present.

USDC Base

sicher.halowerk.com

sicher.halowerk.com

61
score

Opens a TLS connection and reports the chain the server presents. Per certificate: subject and issuer, validity window with days remaining, serial, SHA-256 fingerprint, key type and size, and the subject alternative names. Above that it answers the questions a monitor asks: is the requested hostname covered by the leaf certificate including wildcard rules, how many days until the nearest expiry, is any certificate self-signed or signed with a weak algorithm, does the server send its…

USDC Base

handel.halowerk.com

handel.halowerk.com

61
score

Computes what an import actually costs at the destination. The customs value is assembled from goods, freight and insurance on the chosen basis (CIF or FOB), duty is applied to it, and import VAT is applied to the duty-inclusive value, which is the ordering most calculations get wrong. Duty rates come from the live tariff: the UK Trade Tariff for GB and the USITC HTS for the US, with the commodity description returned so a wrong classification is visible.

USDC Base

natur.halowerk.com

natur.halowerk.com

61
score

Computes reference evapotranspiration by the FAO-56 Penman-Monteith method from hourly forecast data, applies a crop coefficient, subtracts effective rainfall and returns the resulting daily water deficit and its running total. The method is named because it matters: a simple temperature-based estimate and Penman-Monteith diverge substantially in windy or dry conditions, and a number without its method cannot be compared with anything.

USDC Base

natur.halowerk.com

natur.halowerk.com

61
score

Calculates the Canadian Fire Weather Index components from an hourly forecast: the Fine Fuel Moisture Code for the surface litter that carries ignition, the Duff Moisture Code and Drought Code for the deeper layers that determine whether a fire keeps going, the Initial Spread Index combining wind with surface dryness, the Buildup Index, and the resulting Fire Weather Index.

USDC Base

stat.halowerk.com

stat.halowerk.com

61
score

Returns the energy import dependency rate for one or more countries, overall and split by solid fossil fuels, oil and petroleum products, and natural gas, together with the trend across the available years. The measure is defined as net imports over gross available energy, which means a net exporter produces a negative value — Norway sits well below zero — and treating that as an error or clamping it to zero turns the largest energy exporter in Europe into an average country.

USDC Base