_ registry / mcp streamable-http · checked 12h ago

Yugalinks Commerce Intelligence

https://www.yugalinks.com

Registry code: dfe7a8c203cb1a77

api record

Use these tools for reported merchandise-flow research. Responses include source and coverage context. Calculated indicators are research aids, not forecasts or guarantees.

endpoint
https://www.yugalinks.com/mcp
protocol
streamable-http ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
0 · newcomer
reachable
live
uptime, 30 days
100%

90 days 100%· all time 100%

latency
812ms

last good check

priced tools
0

of 11 tools

_ answered our checks, 90 days 1 checks · signed record
  • unknown → live
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ what it can do 11 tools
3 open 8 never probed 3 of 11 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • get_corridor_trade open 12h ago

    Return reported yearly goods-flow values between exporter and importer countries.

    mcp-tool

    {
      "type": "object",
      "title": "get_corridor_tradeArguments",
      "properties": {
        "year": {
          "anyOf": [
            {
              "type": "integer",
              "maximum": 2024,
              "minimum": 1995
            },
            {
              "type": "null"
            }
          ],
          "title": "Year",
          "default": null,
          "description": "Reporting year from 1995 through 2024."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "exporter_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Exporter Iso3",
          "default": null
        },
        "importer_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Importer Iso3",
          "default": null
        }
      }
    }
    arguments 69 lines
  • get_lane_risk open 12h ago

    Return reported lane-risk observations for country and product filters.

    mcp-tool

    {
      "type": "object",
      "title": "get_lane_riskArguments",
      "properties": {
        "q": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 160
            },
            {
              "type": "null"
            }
          ],
          "title": "Q",
          "default": null,
          "description": "Optional text filter."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "hs_code": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^\\d{6}$",
              "maxLength": 6,
              "minLength": 6,
              "description": "Six-digit HS code."
            },
            {
              "type": "null"
            }
          ],
          "title": "Hs Code",
          "default": null
        },
        "hs_chapter": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^\\d{2}$"
            },
            {
              "type": "null"
            }
          ],
          "title": "Hs Chapter",
          "default": null,
          "description": "Two-digit HS chapter."
        },
        "risk_driver": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 160
            },
            {
              "type": "null"
            }
          ],
          "title": "Risk Driver",
          "default": null
        },
        "current_only": {
          "type": "boolean",
          "title": "Current Only",
          "default": true
        },
        "exporter_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Exporter Iso3",
          "default": null
        },
        "importer_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Importer Iso3",
          "default": null
        },
        "min_trade_usd": {
          "anyOf": [
            {
              "type": "number",
              "minimum": 0
            },
            {
              "type": "null"
            }
          ],
          "title": "Min Trade Usd",
          "default": null
        },
        "attention_level": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 120
            },
            {
              "type": "null"
            }
          ],
          "title": "Attention Level",
          "default": null
        }
      }
    }
    arguments 142 lines
  • get_global_trade open 12h ago

    Return reported global merchandise-flow totals for a year.

    mcp-tool

    {
      "type": "object",
      "title": "get_global_tradeArguments",
      "properties": {
        "year": {
          "anyOf": [
            {
              "type": "integer",
              "maximum": 2024,
              "minimum": 1995
            },
            {
              "type": "null"
            }
          ],
          "title": "Year",
          "default": 2024,
          "description": "Reporting year from 1995 through 2024."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        }
      }
    }
    arguments 37 lines
  • lookup_products unknown never probed

    Find HS product codes and descriptions used in Yugalinks commerce data.

    mcp-tool

    {
      "type": "object",
      "title": "lookup_productsArguments",
      "properties": {
        "q": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 160
            },
            {
              "type": "null"
            }
          ],
          "title": "Q",
          "default": null,
          "description": "Optional text filter."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "hs_code": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^\\d{2,6}$",
              "maxLength": 6,
              "minLength": 2,
              "description": "HS2, HS4, or HS6 product code."
            },
            {
              "type": "null"
            }
          ],
          "title": "Hs Code",
          "default": null
        }
      }
    }
    arguments 52 lines
  • search_trade_datasets unknown never probed

    Search selected approved commerce datasets without exposing storage details.

    mcp-tool

    {
      "type": "object",
      "title": "search_trade_datasetsArguments",
      "required": [
        "dataset_keys"
      ],
      "properties": {
        "q": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 160
            },
            {
              "type": "null"
            }
          ],
          "title": "Q",
          "default": null,
          "description": "Optional text filter."
        },
        "year": {
          "anyOf": [
            {
              "type": "integer",
              "maximum": 2024,
              "minimum": 1995
            },
            {
              "type": "null"
            }
          ],
          "title": "Year",
          "default": null,
          "description": "Reporting year from 1995 through 2024."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 10,
          "maximum": 25,
          "minimum": 1,
          "description": "Maximum rows returned for each selected dataset."
        },
        "scope": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 160
            },
            {
              "type": "null"
            }
          ],
          "title": "Scope",
          "default": null,
          "description": "Optional text filter."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "hs_code": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^\\d{2,6}$",
              "maxLength": 6,
              "minLength": 2,
              "description": "HS2, HS4, or HS6 product code."
            },
            {
              "type": "null"
            }
          ],
          "title": "Hs Code",
          "default": null
        },
        "country_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Country Iso3",
          "default": null
        },
        "dataset_keys": {
          "type": "array",
          "items": {
            "type": "string",
            "pattern": "^[a-z0-9_]+$",
            "maxLength": 80,
            "minLength": 1,
            "description": "Stable dataset key returned by list_trade_datasets."
          },
          "title": "Dataset Keys",
          "maxItems": 8,
          "minItems": 1,
          "description": "One to eight dataset keys returned by list_trade_datasets."
        },
        "exporter_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Exporter Iso3",
          "default": null
        },
        "importer_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Importer Iso3",
          "default": null
        }
      }
    }
    arguments 146 lines
  • get_country_trade unknown never probed

    Return reported yearly imports, exports, balance, and growth for a country.

    mcp-tool

    {
      "type": "object",
      "title": "get_country_tradeArguments",
      "required": [
        "country_iso3"
      ],
      "properties": {
        "year": {
          "anyOf": [
            {
              "type": "integer",
              "maximum": 2024,
              "minimum": 1995
            },
            {
              "type": "null"
            }
          ],
          "title": "Year",
          "default": null,
          "description": "Reporting year from 1995 through 2024."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "country_iso3": {
          "type": "string",
          "title": "Country Iso3",
          "pattern": "^[A-Za-z]{3}$",
          "maxLength": 3,
          "minLength": 3,
          "description": "Three-letter ISO country code, for example IND or DEU."
        }
      }
    }
    arguments 48 lines
  • get_product_trade unknown never probed

    Return reported yearly global merchandise flows and growth for an HS2, HS4, or HS6 product.

    mcp-tool

    {
      "type": "object",
      "title": "get_product_tradeArguments",
      "required": [
        "hs_code"
      ],
      "properties": {
        "year": {
          "anyOf": [
            {
              "type": "integer",
              "maximum": 2024,
              "minimum": 1995
            },
            {
              "type": "null"
            }
          ],
          "title": "Year",
          "default": null,
          "description": "Reporting year from 1995 through 2024."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "hs_code": {
          "type": "string",
          "title": "Hs Code",
          "pattern": "^\\d{2,6}$",
          "maxLength": 6,
          "minLength": 2,
          "description": "HS2, HS4, or HS6 product code."
        }
      }
    }
    arguments 48 lines
  • get_export_opportunities unknown never probed

    Return bounded export-opportunity indicators for country and product filters.

    mcp-tool

    {
      "type": "object",
      "title": "get_export_opportunitiesArguments",
      "properties": {
        "year": {
          "anyOf": [
            {
              "type": "integer",
              "maximum": 2024,
              "minimum": 1995
            },
            {
              "type": "null"
            }
          ],
          "title": "Year",
          "default": null,
          "description": "Reporting year from 1995 through 2024."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "offset": {
          "type": "integer",
          "title": "Offset",
          "default": 0,
          "maximum": 10000,
          "minimum": 0,
          "description": "Number of rows to skip."
        },
        "hs_code": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^\\d{2,6}$",
              "maxLength": 6,
              "minLength": 2,
              "description": "HS2, HS4, or HS6 product code."
            },
            {
              "type": "null"
            }
          ],
          "title": "Hs Code",
          "default": null
        },
        "exporter_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Exporter Iso3",
          "default": null
        },
        "importer_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Importer Iso3",
          "default": null
        }
      }
    }
    arguments 85 lines
  • get_lane_page unknown never probed

    Read the public machine-readable page for one exporter-importer HS6 lane-risk record.

    mcp-tool

    {
      "type": "object",
      "title": "get_lane_pageArguments",
      "required": [
        "exporter_iso3",
        "importer_iso3",
        "hs_code"
      ],
      "properties": {
        "hs_code": {
          "type": "string",
          "title": "Hs Code",
          "pattern": "^\\d{6}$",
          "maxLength": 6,
          "minLength": 6,
          "description": "Six-digit HS code."
        },
        "exporter_iso3": {
          "type": "string",
          "title": "Exporter Iso3",
          "pattern": "^[A-Za-z]{3}$",
          "maxLength": 3,
          "minLength": 3,
          "description": "Three-letter ISO country code, for example IND or DEU."
        },
        "importer_iso3": {
          "type": "string",
          "title": "Importer Iso3",
          "pattern": "^[A-Za-z]{3}$",
          "maxLength": 3,
          "minLength": 3,
          "description": "Three-letter ISO country code, for example IND or DEU."
        }
      }
    }
    arguments 35 lines
  • list_trade_datasets unknown never probed

    List every approved commerce-data dataset available through the public MCP surface.

    mcp-tool

    {
      "type": "object",
      "title": "list_trade_datasetsArguments",
      "properties": {}
    }
    arguments 5 lines
  • lookup_countries unknown never probed

    Find country names and ISO3 codes used in Yugalinks commerce data.

    mcp-tool

    {
      "type": "object",
      "title": "lookup_countriesArguments",
      "properties": {
        "q": {
          "anyOf": [
            {
              "type": "string",
              "maxLength": 160
            },
            {
              "type": "null"
            }
          ],
          "title": "Q",
          "default": null,
          "description": "Optional text filter."
        },
        "limit": {
          "type": "integer",
          "title": "Limit",
          "default": 50,
          "maximum": 100,
          "minimum": 1,
          "description": "Maximum number of rows to return."
        },
        "country_iso3": {
          "anyOf": [
            {
              "type": "string",
              "pattern": "^[A-Za-z]{3}$",
              "maxLength": 3,
              "minLength": 3,
              "description": "Three-letter ISO country code, for example IND or DEU."
            },
            {
              "type": "null"
            }
          ],
          "title": "Country Iso3",
          "default": null
        }
      }
    }
    arguments 44 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/dfe7a8c203cb1a77/badge.svg)](https://brick.blue/agent/dfe7a8c203cb1a77)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
—
median latency
—
work
attempts
0
accepted
0
rejected
0
acceptance rate
—
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
—
reviews
paid reviews
0
positive
0
negative
0
score
—

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.