Skip to main content
Glama

Server Details

We buy from x402 endpoints with real USDC and publish delivery outcomes. Check before you spend.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jalcodev/nohumans-mcp
GitHub Stars
0
Server Listing
nohumans-mcp

Available Tools

3 tools
find_paid_serviceA
Read-onlyIdempotent
Inspect

Search a registry of paid (x402) APIs and datasets verified by real paid purchases — nohumans pays listed endpoints real USDC and confirms delivery. Returns ranked results: verified listings first, then by reputation score (0..1, recency-weighted probe success), then by ascending price. Each result includes has_sample (boolean) — true means you can cheaply test real output before paying full price; prefer these when a listing is new or thinly-reputed and you can't yet judge it from score alone. Use this before spending money to find services that actually work. Prefer results with status 'verified' and score >= 0.8. Zero results means no known service matches — do not invent endpoints. Always describe the actual need in query in your own words — what data, what freshness, what format, what constraint prompted the search — rather than only setting category/max_price/min_score filters. The exact wording of what you're looking for is what improves this directory over time; a bare filter with no query text tells us far less about what was actually needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (default 10, cap 50).
queryNoDescribe what you actually need, in your own words and as specifically as possible — not just a topic, but the real constraint: e.g. 'sub-second latency wallet risk scoring for Base memecoins', 'EUR/USD spot rate with sub-100ms freshness', 'translate legal contracts, not casual text'. This text is what makes results relevant and is the only place that level of detail is captured — category and price are coarse filters on top of it, not a substitute for it. Only leave this empty if you are genuinely just browsing with no specific need in mind.
categoryNoOne of the 40 most-populated existing categories, most-used first. Omit and rely on free-text `query` instead if none fit well — an unmatched or long-tail category still works via text-search fallback, it just won't be offered here as a constrained choice.
max_priceNoMaximum per-call price. Omit for no cap.
min_scoreNoMinimum reputation score, 0..1. Use 0.8 to only see reliably-passing services.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
resultsYes
category_expandedNo

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds substantial behavior beyond that: exact ranking order (verified first, then reputation score, then ascending price), the meaning of has_sample, and a zero-results rule: 'do not invent endpoints.' This is strong, non-obvious behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but well-structured and front-loaded with purpose, then ranking, then usage guidance. Every sentence contributes either ranking semantics, query guidance, or decision rules. It is slightly repetitive around the importance of `query`, but not wasteful enough to drop to a 3.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an output schema and read-only/idempotent annotations, the description covers what matters for correct invocation: how results are ranked, how to interpret has_sample, what score threshold to prefer, how to handle zero results, and how to write an effective `query`. Nothing essential for calling this tool is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The tool description adds meaning beyond the schema by explaining that score is 'recency-weighted probe success', that has_sample enables cheap testing, and by strongly instructing agents to populate `query` with actual need rather than relying only on filters. This adds value, though the schema already covers the basic semantics of each parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Search a registry of paid (x402) APIs and datasets verified by real paid purchases.' This clearly differentiates find_paid_service from the sibling tools get_service_details and resolve_endpoint, which are about inspecting a known service rather than discovering one.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'Use this before spending money to find services that actually work,' and gives decision rules like preferring 'verified' and score >= 0.8, and using has_sample for thinly-reputed listings. It does not explicitly name sibling tools as alternatives or state when not to use this tool, so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_service_detailsA
Read-onlyIdempotent
Inspect

Fetch the full record for one listing by id (from find_paid_service results), led by paid_verification — whether nohumans has paid this endpoint real USDC and confirmed delivery, with the settlement tx hash as on-chain proof where settled — plus endpoint URL, request/response JSON Schemas when provided, accepted chains, pricing, and reputation detail (probe count, last successful probe, consecutive failures). Call this before making a paid request so you know the exact request shape, current reliability, and whether real-money delivery has been independently confirmed.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesListing id, as returned by find_paid_service.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
kindNo
nameYes
scoreNo
chainsNo
statusYes
categoryNo
transportNo
has_sampleNo
kind_notesNo
obs_pay_toNo
obs_schemeNo
payto_noteNo
descriptionNo
obs_networkNo
probe_countNo
endpoint_urlYes
price_amountYes
report_countNo
report_scoreNo
sample_queryNo
x402_versionNo
evidence_noteNo
evidence_tierNo
onchain_dailyNo
onchain_shapeNo
paid_verifiedNo
response_mimeNo
last_probed_atNo
p50_latency_msNo
p95_latency_msNo
p99_latency_msNo
payto_unstableNo
price_currencyNo
request_schemaNo
distinct_payersNo
response_schemaNo
observed_networkNo
paid_verificationNo
status_changed_atNo
verdict_age_secondsNo
payto_distinct_recentNo
onchain_unique_payers_30dNo

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds meaningful context beyond that: the paid_verification semantics (real USDC payment with settlement tx hash as on-chain proof where settled) and the reputation fields an agent can use to gauge reliability before spending money. No contradiction with annotations, and the added context is decision-relevant rather than padding.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is front-loaded ('Fetch the full record for one listing by id'), and the second sentence delivers the usage guidance cleanly. The first sentence is long and dense (~70 words), but every clause earns its place: fields, verification semantics, and reliability signals all matter to an agent deciding whether to risk real money. Slightly long, but justified by the stakes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one parameter, read-only, idempotent), the description is complete: it states what is returned, where the id comes from, when to call it, and what the paid_verification proof means. An output schema exists so return-value details are covered structurally, and annotations handle the safety profile. Nothing an agent needs to decide whether to invoke this before a paid request is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% — the single id parameter is already documented as 'Listing id, as returned by find_paid_service.' The tool description largely repeats this provenance ('from find_paid_service results') rather than adding new meaning. Baseline 3 is appropriate since the schema carries the full parameter burden and the description adds nothing beyond reinforcement.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb and resource — 'Fetch the full record for one listing by id' — and immediately scopes it with provenance ('from find_paid_service results'), distinguishing it from its siblings. It enumerates the record's contents (paid_verification, endpoint URL, JSON schemas, chains, pricing, reputation), so an agent knows exactly what this tool returns and how it differs from find_paid_service and resolve_endpoint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: 'Call this before making a paid request so you know the exact request shape, current reliability, and whether real-money delivery has been independently confirmed.' It also implies the workflow sequence (find_paid_service results feed the id here), which orients the agent. It stops short of stating when-not-to-use or naming alternatives as exclusions, so it misses a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

resolve_endpointA
Read-onlyIdempotent
Inspect

Pre-spend verdict on an endpoint URL you already hold — from another catalog, a prompt, a config, anywhere: check before paying instead of buying to find out. Returns match 'active' with the same full record as get_service_details (status, reputation score, paid_verification with on-chain tx proof, observed 402 protocol detail), match 'delisted' if the endpoint was listed here and later removed (treat as a warning), or a not-listed result. IMPORTANT: not-listed means never checked here, NOT unsafe — absence of a record is not a verdict either way. Use this as the pre-spend check when you have a URL in hand and no listing id; use find_paid_service instead when you have a need but no URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe endpoint URL exactly as you hold it, including any query string (parameterized listings bake params into the URL, so the query string matters). Trailing slashes and http/https differences are tolerated.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
matchYes
detailNo

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond the readOnly/openWorld/idempotent annotations. It explains the three possible outcomes ('active', 'delisted', not-listed), warns that delisted should be treated as a warning, and emphasizes that an absence of a record is not a safety verdict. This is exactly the kind of nuanced behavioral context an agent needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and then efficiently covers return variants, the critical not-listed caveat, and explicit usage routing. Each sentence earns its place; there is no repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for selection and invocation: it explains when to use the tool, what the outcome variants mean, how to interpret a not-listed result, and the parameter schema fully documents the URL format. Combined with strong annotations and an output schema, nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage for the single url parameter, including exact-match guidance, query-string significance, and tolerance for trailing slashes and http/https differences. The description adds source context ('from another catalog, a prompt, a config') but does not fundamentally extend the parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear and specific purpose: 'Pre-spend verdict on an endpoint URL you already hold.' It distinguishes itself from siblings by framing the use case as having a URL but no listing id, and explicitly contrasts with find_paid_service for need-without-URL scenarios.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage guidance: use this tool as the pre-spend check when you have a URL in hand and no listing id, and use find_paid_service instead when you have a need but no URL. It also clarifies the meaning of the not-listed outcome, preventing a likely misinterpretation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.onchain",
        -  "verification",
        -  "data.reference",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "data.health",
        -  "infra.creative",
        -  "data.research",
        -  "compute.nlp",
        -  "crypto.token-safety",
        -  "data.utility",
        -  "commerce.general",
        -  "infra.compliance",
        -  "infra.payments",
        -  "infra.search",
        -  "data.validation",
        -  "data.x402",
        -  "infra.media",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.compute"
        -]New value: +[
        +  "data.other",
        +  "data.crypto",
        +  "data.misc",
        +  "data.web",
        +  "data.weather",
        +  "data.markets",
        +  "compute.llm",
        +  "compute.media",
        +  "data.geo",
        +  "data.fx",
        +  "data.stocks",
        +  "compute.tools",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "data.news",
        +  "infra.utility",
        +  "data.macro",
        +  "data.contacts",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.onchain",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.health",
        +  "infra.creative",
        +  "data.research",
        +  "compute.nlp",
        +  "crypto.token-safety",
        +  "data.utility",
        +  "commerce.general"
        +]
  2. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.onchain",
        -  "verification",
        -  "data.reference",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "data.health",
        -  "infra.creative",
        -  "data.research",
        -  "compute.nlp",
        -  "crypto.token-safety",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "infra.payments",
        -  "infra.search",
        -  "data.validation",
        -  "data.x402",
        -  "infra.media",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.compute"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.onchain",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.health",
        +  "infra.creative",
        +  "data.research",
        +  "compute.nlp",
        +  "crypto.token-safety",
        +  "data.utility",
        +  "commerce.general",
        +  "infra.compliance",
        +  "infra.payments",
        +  "infra.search",
        +  "data.validation",
        +  "data.x402",
        +  "infra.media",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.compute"
        +]
  3. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "infra.inference",
        -  "data.enrichment",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.onchain",
        -  "verification",
        -  "data.reference",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "data.health",
        -  "infra.creative",
        -  "data.research",
        -  "compute.nlp",
        -  "crypto.token-safety",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "infra.payments",
        -  "infra.search",
        -  "data.validation",
        -  "data.x402",
        -  "infra.media",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.compute"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.onchain",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.health",
        +  "infra.creative",
        +  "data.research",
        +  "compute.nlp",
        +  "crypto.token-safety",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "infra.payments",
        +  "infra.search",
        +  "data.validation",
        +  "data.x402",
        +  "infra.media",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.compute"
        +]
  4. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "infra.inference",
        -  "data.enrichment",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.onchain",
        -  "verification",
        -  "data.reference",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "data.health",
        -  "infra.creative",
        -  "data.research",
        -  "compute.nlp",
        -  "crypto.token-safety",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "infra.payments",
        -  "infra.search",
        -  "data.validation",
        -  "data.x402",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.compute",
        -  "infra.mcp"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "infra.inference",
        +  "data.enrichment",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.onchain",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.health",
        +  "infra.creative",
        +  "data.research",
        +  "compute.nlp",
        +  "crypto.token-safety",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "infra.payments",
        +  "infra.search",
        +  "data.validation",
        +  "data.x402",
        +  "infra.media",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.compute"
        +]
  5. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "infra.inference",
        -  "data.enrichment",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "infra.security",
        -  "verification",
        -  "data.reference",
        -  "data.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "infra.payments",
        -  "infra.search",
        -  "data.validation",
        -  "data.x402",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.compute",
        -  "infra.mcp"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "infra.inference",
        +  "data.enrichment",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.onchain",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.health",
        +  "infra.creative",
        +  "data.research",
        +  "compute.nlp",
        +  "crypto.token-safety",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "infra.payments",
        +  "infra.search",
        +  "data.validation",
        +  "data.x402",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.compute",
        +  "infra.mcp"
        +]
  6. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "infra.security",
        -  "verification",
        -  "data.reference",
        -  "data.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "infra.payments",
        -  "data.validation",
        -  "data.x402",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "infra.inference",
        +  "data.enrichment",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "infra.security",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "infra.payments",
        +  "infra.search",
        +  "data.validation",
        +  "data.x402",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.compute",
        +  "infra.mcp"
        +]
  7. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "infra.security",
        -  "data.reference",
        -  "data.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "infra.payments",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "infra.security",
        +  "verification",
        +  "data.reference",
        +  "data.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "infra.payments",
        +  "data.validation",
        +  "data.x402",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  8. 1 tool update
    • Changedget_service_details29 fields changed
      • addedOutput schema / properties / category
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / chains
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / description
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / distinct_payers
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / endpoint_url
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / evidence_note
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / evidence_tier
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / has_sample
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / id
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / kind
        Added value: +{
        +  "enum": [
        +    "api",
        +    "agent"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / last_probed_at
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / name
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / observed_network
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / onchain_unique_payers_30d
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / p50_latency_ms
        Added value: +{
        +  "type": [
        +    "number",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / p95_latency_ms
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / p99_latency_ms
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / paid_verified
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / price_amount
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / price_currency
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / probe_count
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / report_count
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / report_score
        Added value: +{
        +  "type": [
        +    "number",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / response_mime
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / score
        Added value: +{
        +  "type": [
        +    "number",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / status
        Added value: +{
        +  "enum": [
        +    "verified",
        +    "unverified",
        +    "failing"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / status_changed_at
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / verdict_age_seconds
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / x402_version
        Added value: +{
        +  "type": [
        +    "integer",
        +    "null"
        +  ]
        +}
  9. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "infra.security",
        -  "data.reference",
        -  "data.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "infra.security",
        +  "data.reference",
        +  "data.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "infra.payments",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  10. 3 tool updates
    • Changedfind_paid_service1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "category_expanded": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "count": {
        +      "type": "integer"
        +    },
        +    "results": {
        +      "items": {
        +        "additionalProperties": true,
        +        "properties": {
        +          "category": {
        +            "type": "string"
        +          },
        +          "chains": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "description": {
        +            "type": "string"
        +          },
        +          "distinct_payers": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "endpoint_url": {
        +            "type": "string"
        +          },
        +          "evidence_note": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "evidence_tier": {
        +            "type": "string"
        +          },
        +          "has_sample": {
        +            "type": "boolean"
        +          },
        +          "id": {
        +            "type": "string"
        +          },
        +          "kind": {
        +            "enum": [
        +              "api",
        +              "agent"
        +            ],
        +            "type": "string"
        +          },
        +          "last_probed_at": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "name": {
        +            "type": "string"
        +          },
        +          "observed_network": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "onchain_unique_payers_30d": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "p50_latency_ms": {
        +            "type": [
        +              "number",
        +              "null"
        +            ]
        +          },
        +          "p95_latency_ms": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "p99_latency_ms": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "paid_verified": {
        +            "type": "boolean"
        +          },
        +          "price_amount": {
        +            "type": "number"
        +          },
        +          "price_currency": {
        +            "type": "string"
        +          },
        +          "probe_count": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "report_count": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "report_score": {
        +            "type": [
        +              "number",
        +              "null"
        +            ]
        +          },
        +          "response_mime": {
        +            "type": [
        +              "string",
        +              "null"
        +            ]
        +          },
        +          "score": {
        +            "type": [
        +              "number",
        +              "null"
        +            ]
        +          },
        +          "status": {
        +            "enum": [
        +              "verified",
        +              "unverified",
        +              "failing"
        +            ],
        +            "type": "string"
        +          },
        +          "status_changed_at": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "verdict_age_seconds": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          },
        +          "x402_version": {
        +            "type": [
        +              "integer",
        +              "null"
        +            ]
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "name",
        +          "endpoint_url",
        +          "status",
        +          "price_amount"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    }
        +  },
        +  "required": [
        +    "count",
        +    "results"
        +  ],
        +  "type": "object"
        +}
    • Changedget_service_details1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "kind_notes": {
        +      "additionalProperties": true,
        +      "type": [
        +        "object",
        +        "null"
        +      ]
        +    },
        +    "obs_network": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "obs_pay_to": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "obs_scheme": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "onchain_daily": {
        +      "items": {
        +        "additionalProperties": true,
        +        "type": "object"
        +      },
        +      "type": [
        +        "array",
        +        "null"
        +      ]
        +    },
        +    "onchain_shape": {
        +      "additionalProperties": true,
        +      "type": [
        +        "object",
        +        "null"
        +      ]
        +    },
        +    "paid_verification": {
        +      "additionalProperties": true,
        +      "type": "object"
        +    },
        +    "payto_distinct_recent": {
        +      "type": [
        +        "integer",
        +        "null"
        +      ]
        +    },
        +    "payto_note": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "payto_unstable": {
        +      "type": "boolean"
        +    },
        +    "request_schema": {
        +      "additionalProperties": true,
        +      "type": [
        +        "object",
        +        "null"
        +      ]
        +    },
        +    "response_schema": {
        +      "additionalProperties": true,
        +      "type": [
        +        "object",
        +        "null"
        +      ]
        +    },
        +    "sample_query": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    },
        +    "transport": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "required": [
        +    "id",
        +    "name",
        +    "endpoint_url",
        +    "status",
        +    "price_amount"
        +  ],
        +  "type": "object"
        +}
    • Changedresolve_endpoint1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "additionalProperties": true,
        +  "properties": {
        +    "detail": {
        +      "additionalProperties": true,
        +      "type": [
        +        "object",
        +        "null"
        +      ]
        +    },
        +    "match": {
        +      "enum": [
        +        "active",
        +        "delisted",
        +        "unknown"
        +      ],
        +      "type": "string"
        +    },
        +    "note": {
        +      "type": [
        +        "string",
        +        "null"
        +      ]
        +    }
        +  },
        +  "required": [
        +    "match"
        +  ],
        +  "type": "object"
        +}
  11. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "infra.security",
        -  "data.security",
        -  "compute.utility",
        -  "data.energy",
        -  "data.reference",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "infra.security",
        +  "data.reference",
        +  "data.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  12. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "data.reference",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "infra.security",
        +  "data.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.reference",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  13. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "data.research",
        -  "compute.nlp",
        -  "data.reference",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "data.reference",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  14. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "compute.nlp",
        -  "data.reference",
        -  "data.research",
        -  "commerce.general",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "data.research",
        +  "compute.nlp",
        +  "data.reference",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  15. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "data.energy",
        -  "infra.creative",
        -  "crypto.token-safety",
        -  "compute.nlp",
        -  "data.reference",
        -  "commerce.general",
        -  "data.research",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "compute.nlp",
        +  "data.reference",
        +  "data.research",
        +  "commerce.general",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  16. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "crypto.token-safety",
        -  "data.energy",
        -  "infra.creative",
        -  "compute.nlp",
        -  "data.reference",
        -  "commerce.general",
        -  "data.research",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "data.energy",
        +  "infra.creative",
        +  "crypto.token-safety",
        +  "compute.nlp",
        +  "data.reference",
        +  "commerce.general",
        +  "data.research",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  17. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "infra.inference",
        -  "data.enrichment",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "crypto.token-safety",
        -  "data.energy",
        -  "infra.creative",
        -  "compute.nlp",
        -  "data.reference",
        -  "commerce.general",
        -  "data.research",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.validation",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "data.enrichment",
        +  "infra.inference",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "crypto.token-safety",
        +  "data.energy",
        +  "infra.creative",
        +  "compute.nlp",
        +  "data.reference",
        +  "commerce.general",
        +  "data.research",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  18. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "infra.inference",
        -  "data.enrichment",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "crypto.token-safety",
        -  "data.energy",
        -  "infra.creative",
        -  "compute.nlp",
        -  "data.reference",
        -  "commerce.general",
        -  "data.research",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "data.validation",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "infra.inference",
        +  "data.enrichment",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "crypto.token-safety",
        +  "data.energy",
        +  "infra.creative",
        +  "compute.nlp",
        +  "data.reference",
        +  "commerce.general",
        +  "data.research",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.validation",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]
  19. 1 tool update
    • Changedfind_paid_service1 field changed
      • changedInput schema / properties / category / enum
        Previous value: -[
        -  "data.misc",
        -  "data.crypto",
        -  "data.stocks",
        -  "data.search",
        -  "data.defi",
        -  "data.intelligence",
        -  "infra.utility",
        -  "data.macro",
        -  "data.fx",
        -  "data.enrichment",
        -  "infra.inference",
        -  "data.derivatives",
        -  "data.social",
        -  "data.weather",
        -  "infra.trust",
        -  "infra.validation",
        -  "infra.scraping",
        -  "data.health",
        -  "data.onchain",
        -  "data.security",
        -  "infra.security",
        -  "compute.utility",
        -  "crypto.token-safety",
        -  "data.energy",
        -  "infra.creative",
        -  "compute.nlp",
        -  "data.reference",
        -  "commerce.general",
        -  "data.research",
        -  "data.utility",
        -  "infra.compliance",
        -  "verification",
        -  "data.x402",
        -  "infra.payments",
        -  "commerce.giftcards",
        -  "data.gaming",
        -  "data.validation",
        -  "infra.mcp",
        -  "ai.text",
        -  "compute.rendering"
        -]New value: +[
        +  "data.misc",
        +  "data.crypto",
        +  "data.stocks",
        +  "data.search",
        +  "data.defi",
        +  "data.intelligence",
        +  "infra.utility",
        +  "data.macro",
        +  "data.fx",
        +  "infra.inference",
        +  "data.enrichment",
        +  "data.derivatives",
        +  "data.social",
        +  "data.weather",
        +  "infra.trust",
        +  "infra.validation",
        +  "infra.scraping",
        +  "data.health",
        +  "data.onchain",
        +  "data.security",
        +  "infra.security",
        +  "compute.utility",
        +  "crypto.token-safety",
        +  "data.energy",
        +  "infra.creative",
        +  "compute.nlp",
        +  "data.reference",
        +  "commerce.general",
        +  "data.research",
        +  "data.utility",
        +  "infra.compliance",
        +  "verification",
        +  "data.x402",
        +  "infra.payments",
        +  "commerce.giftcards",
        +  "data.gaming",
        +  "data.validation",
        +  "infra.mcp",
        +  "ai.text",
        +  "compute.rendering"
        +]

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool maps to a distinct stage: find_paid_service searches by need, get_service_details fetches details by listing id, and resolve_endpoint checks an arbitrary URL before spending. Although get_service_details and resolve_endpoint return similar records, their input types and intended use cases are clearly separated.

Naming Consistency5/5

All three tool names follow a consistent verb_noun snake_case pattern: find_paid_service, get_service_details, and resolve_endpoint. The verbs clearly indicate their actions and the nouns identify their targets.

Tool Count5/5

Three tools is compact but well-scoped for a directory and verification registry: discover, inspect, and verify. Each tool serves a distinct and necessary part of the pre-payment workflow, with no redundancy.

Completeness5/5

The tool surface covers the core user journey for the domain: finding a paid service, getting its full record, and checking an existing endpoint before paying. Since nohumans maintains and verifies listings itself, create/update/delete tools are not expected, and actual payment execution is outside the directory's purpose.