{"name":"io.github.huangjunsong404-crypto/china-market-access-standards","slug":"huangjunsong404-crypto-china-market-access-standards","title":"China Market Access & Standards","description":"Find CCC product categories by product name.","url":"https://mcp.market/server/huangjunsong404-crypto-china-market-access-standards","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T17:40:27.863Z","last_ok_at":"2026-09-19T17:40:27.863Z","latency_ms":902},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://agentdatacore.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.agentdatacore.com/mcp/products/market-access"}],"packages":[],"tools":[{"name":"find_ccc_products","description":"Find CCC catalog product entries by product or category text. Inputs: product. Returns paginated structured records with source_class, provenance, snapshot, pagination and limits. Catalog matches only; does not determine certification or legal applicability. No match returns an empty data array. Required: product. Missing required or invalid input produces an argument error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","minLength":1,"maxLength":256,"description":"Recorded CCC product or category text. Literal, case-sensitive substring match; no fuzzy search. Non-empty string, at most 256 characters; control characters are not accepted. Required."},"limit":{"description":"Maximum number of records returned. Integer 1–100; default 20. A page may contain fewer records.","type":"integer","minimum":1,"maximum":100},"offset":{"description":"Zero-based pagination offset. Integer 0–999; default 0. Offsets of 1000 or greater are rejected. Use the returned next_offset when present.","type":"integer","minimum":0,"maximum":999},"snapshot":{"description":"Optional expected snapshot.version, not a historical-version selector. If omitted, the current dataset snapshot is used. For continued pagination reuse the previous response snapshot.version; a mismatch is rejected.","type":"string","minLength":1,"maxLength":256}},"required":["product"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"find_ccc_standard_references","description":"Find occurrences of a recorded standard number in CCC reference metadata. Inputs: standard_number. Returns paginated structured records with source_class, provenance, snapshot, pagination and limits. Reference occurrences only; does not imply equivalence or applicability. No match returns an empty data array. Required: standard_number. Missing required or invalid input produces an argument error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"standard_number":{"type":"string","minLength":1,"maxLength":256,"description":"Standard number exactly as recorded, including spaces, punctuation and version suffix if present. Exact match. Non-empty string, at most 256 characters; control characters are not accepted. Required."},"limit":{"description":"Maximum number of records returned. Integer 1–100; default 20. A page may contain fewer records.","type":"integer","minimum":1,"maximum":100},"offset":{"description":"Zero-based pagination offset. Integer 0–999; default 0. Offsets of 1000 or greater are rejected. Use the returned next_offset when present.","type":"integer","minimum":0,"maximum":999},"snapshot":{"description":"Optional expected snapshot.version, not a historical-version selector. If omitted, the current dataset snapshot is used. For continued pagination reuse the previous response snapshot.version; a mismatch is rejected.","type":"string","minLength":1,"maxLength":256}},"required":["standard_number"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"get_ccc_rule_versions","description":"Find recorded versions and dates for a CCC rule number. Inputs: rule_number. Returns paginated structured records with source_class, provenance, snapshot, pagination and limits. Recorded version facts only; does not infer legal applicability. No match returns an empty data array. Required: rule_number. Missing required or invalid input produces an argument error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"rule_number":{"type":"string","minLength":1,"maxLength":256,"description":"CCC rule number exactly as recorded, including punctuation and version suffix if present. Exact match. Non-empty string, at most 256 characters; control characters are not accepted. Required."},"limit":{"description":"Maximum number of records returned. Integer 1–100; default 20. A page may contain fewer records.","type":"integer","minimum":1,"maximum":100},"offset":{"description":"Zero-based pagination offset. Integer 0–999; default 0. Offsets of 1000 or greater are rejected. Use the returned next_offset when present.","type":"integer","minimum":0,"maximum":999},"snapshot":{"description":"Optional expected snapshot.version, not a historical-version selector. If omitted, the current dataset snapshot is used. For continued pagination reuse the previous response snapshot.version; a mismatch is rejected.","type":"string","minLength":1,"maxLength":256}},"required":["rule_number"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"get_information_standard","description":"Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata. Takes no arguments. Returns the information-standard document, not business records or an assessment of facts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"get_standard_metadata","description":"Retrieve standard metadata when its recorded standard number is known. Inputs: standard_number. Returns paginated structured records with source_class, provenance, snapshot, pagination and limits. Metadata only; no standard full text. No match returns an empty data array. Required: standard_number. Missing required or invalid input produces an argument error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"standard_number":{"type":"string","minLength":1,"maxLength":256,"description":"Standard number exactly as recorded, including spaces, punctuation and version suffix if present. Exact match. Non-empty string, at most 256 characters; control characters are not accepted. Required."},"limit":{"description":"Maximum number of records returned. Integer 1–100; default 20. A page may contain fewer records.","type":"integer","minimum":1,"maximum":100},"offset":{"description":"Zero-based pagination offset. Integer 0–999; default 0. Offsets of 1000 or greater are rejected. Use the returned next_offset when present.","type":"integer","minimum":0,"maximum":999},"snapshot":{"description":"Optional expected snapshot.version, not a historical-version selector. If omitted, the current dataset snapshot is used. For continued pagination reuse the previous response snapshot.version; a mismatch is rejected.","type":"string","minLength":1,"maxLength":256}},"required":["standard_number"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}},{"name":"search_standard_metadata","description":"Find standard metadata by title text, optionally filtered by its recorded status. Inputs: query, status. Returns paginated structured records with source_class, provenance, snapshot, pagination and limits. Metadata only; no standard full text. No match returns an empty data array. Required: query. Missing required or invalid input produces an argument error.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":256,"description":"Recorded Chinese or English standard-title text. Literal, case-sensitive substring match; no fuzzy search. Non-empty string, at most 256 characters; control characters are not accepted. Required. Supplied filters are combined with AND."},"status":{"description":"Standard status label exactly as published; no translation or status inference. Exact match. Non-empty string, at most 256 characters; control characters are not accepted. Optional; omitted means no filter on this field. Supplied filters are combined with AND.","type":"string","minLength":1,"maxLength":256},"limit":{"description":"Maximum number of records returned. Integer 1–100; default 20. A page may contain fewer records.","type":"integer","minimum":1,"maximum":100},"offset":{"description":"Zero-based pagination offset. Integer 0–999; default 0. Offsets of 1000 or greater are rejected. Use the returned next_offset when present.","type":"integer","minimum":0,"maximum":999},"snapshot":{"description":"Optional expected snapshot.version, not a historical-version selector. If omitted, the current dataset snapshot is used. For continued pagination reuse the previous response snapshot.version; a mismatch is rejected.","type":"string","minLength":1,"maxLength":256}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":false}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-19T19:47:57.761Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:47:57.716Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 654ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.agentdatacore.com/mcp/products/market-access","reachable":true,"authRequired":false,"latencyMs":654,"serverInfo":{"name":"agentdata-market-access","version":"1.0.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://agentdatacore.com/assets/mark.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}