{"name":"com.daedalmap/distributed-manufacturing","slug":"daedalmap-distributed-manufacturing","title":"DaedalMap Distributed Manufacturing Locations","description":"Open manufacturing and maker facility locations for country and facility-type queries.","url":"https://mcp.market/server/daedalmap-distributed-manufacturing","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":28,"stars":2,"forks":0,"downloads_week":null,"last_push_at":"2026-09-25T00:21:40.000Z","license":"MIT"},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T14:26:19.941Z","last_ok_at":"2026-09-27T14:26:19.941Z","latency_ms":229},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/xyver/daedal-map","website":"https://www.daedalmap.com","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://app.daedalmap.com/mcp/distributed_manufacturing"}],"packages":[],"tools":[{"name":"get_catalog","description":"Discover data packs or geometry families progressively: lite selection, full metric/query inventory, or a raw catalog download URL. Choose one result and call get_pack next. Current catalog: The same geography tools work worldwide across a cataloged baseline of 252 geographic entities, reaching up to Admin 2. Where additional country releases are available, the same calls automatically return deeper administrative tiers or maintained reference families. Additional detail is currently available for Australia, Brazil, Canada, France, Germany, Mexico, United Kingdom, United States.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"catalog":{"type":"string","enum":["data","geometry"],"default":"data","description":"Catalog family. The geography facade defaults to geometry; other facades default to data."},"detail":{"type":"string","enum":["lite","full","download"],"default":"lite","description":"Use lite to select a pack, full for expanded metric/query inventories, or download for the complete raw catalog URL."},"country_scope":{"type":"string","description":"Optional ISO3 focus for catalog='geometry' with detail='lite'."},"loc_id":{"type":"string","description":"Optional DaedalMap loc_id for catalog='data'. Combine with time_range to discover packs confirmed for both place and time. For place details without pack filtering, use get_loc_id_info."},"time_range":{"type":"object","properties":{"start":{"anyOf":[{"type":"string"},{"type":"integer"}]},"end":{"anyOf":[{"type":"string"},{"type":"integer"}]}},"additionalProperties":false,"description":"Optional inclusive discovery window for catalog='data'. At least one bound is required."}},"additionalProperties":false}},{"name":"get_data","description":"Retrieve rows from one selected published data pack using exact metrics, loc_id-based region filters, time/metric filters, sorting, and a row limit. Disaster event rows include stable event_id values for get_event drill-down. A parent administrative loc_id selects matching descendant rows at the pack's published grain. Call get_pack first; geometry families use their focused next-step tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"request_id":{"type":"string","description":"Optional caller-supplied request id for tracing and idempotency."},"pack_id":{"type":"string","minLength":1,"description":"Pack identifier from get_catalog. Newly catalog-admitted packs require no MCP schema change."},"metrics":{"type":"array","minItems":1,"uniqueItems":true,"items":{"type":"string","minLength":1},"description":"Exact metric ids from get_pack. Use event_count for aggregate counts only when get_pack publishes it."},"filters":{"type":"object","properties":{"region_ids":{"type":"array","minItems":1,"uniqueItems":true,"items":{"type":"string","minLength":1},"description":"Canonical country or hierarchical loc_ids from get_pack, such as JPN or USA-TX."},"time":{"type":"object","properties":{"value":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string","format":"date"},{"type":"integer"}]},"start":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string","format":"date"},{"type":"integer"}]},"end":{"anyOf":[{"type":"string","format":"date-time"},{"type":"string","format":"date"},{"type":"integer"}]},"granularity":{"type":"string","enum":["daily","weekly","monthly","yearly","timestamp"]}},"anyOf":[{"required":["value"]},{"required":["start"]},{"required":["end"]}],"additionalProperties":false,"description":"Inclusive ISO-8601 date/datetime or integer-year selection. Use YYYY-MM-DD, not partial YYYY-MM strings."},"equals":{"type":"object","additionalProperties":{"anyOf":[{"type":["string","number","integer","boolean","null"]},{"type":"array","items":{"type":["string","number","integer","boolean"]}}]},"description":"Exact field/value filters using filterable fields published by get_pack."},"compare":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","minLength":1},"op":{"type":"string","enum":["=","!=",">",">=","<","<="]},"value":{}},"required":["field","op","value"],"additionalProperties":false},"description":"Threshold filters using filterable fields or selected metric ids published by get_pack."}},"additionalProperties":{"anyOf":[{"type":["string","number","integer","boolean","null"]},{"type":"array","items":{"type":["string","number","integer","boolean"]}}]}},"sort":{"anyOf":[{"type":"object","properties":{"field":{"type":"string","minLength":1},"direction":{"type":"string","enum":["asc","desc"]}},"required":["field"],"additionalProperties":false},{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","minLength":1},"direction":{"type":"string","enum":["asc","desc"]}},"required":["field"],"additionalProperties":false}}],"description":"Sort by a sortable field from get_pack; direction defaults to asc."},"limit":{"type":"integer","minimum":1,"maximum":500,"description":"Maximum number of rows to return for the requested source or pack."},"output":{"type":"object","properties":{"format":{"type":"string","enum":["rows"],"default":"rows"},"include_provenance":{"type":"boolean","default":false}},"additionalProperties":false,"description":"Optional response controls. v1 supports rows only."}},"required":["pack_id","metrics","filters"],"additionalProperties":false}},{"name":"get_pack","description":"Inspect one selected data pack or geometry family progressively: lite starter contract, full MCP query metadata, or a raw metadata download URL. Use its next_step to retrieve data or call the preferred geometry tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"catalog":{"type":"string","enum":["data","geometry"],"description":"Metadata family. When omitted, geometry facades default to geometry and known geometry-family ids are inferred; all other calls default to data."},"pack_id":{"type":"string","description":"Pack identifier from get_catalog. Newly catalog-admitted packs require no MCP schema change."},"detail":{"type":"string","enum":["lite","full","download"],"default":"lite","description":"Use lite to decide and start, full for detailed MCP query metadata, or download for the complete raw metadata file."},"country_scope":{"type":"string","pattern":"^[A-Za-z]{3}$","description":"Optional ISO3 country for a geometry family. Omit it to learn which countries publish the family; provide it for country-specific versions, vintages, levels, and artifacts."},"release_unit":{"type":"string","pattern":"^[A-Za-z0-9_-]+$","description":"Optional non-country geometry release unit such as GLOBAL or MARINE. Do not combine with country_scope."}},"required":["pack_id"],"additionalProperties":false}},{"name":"get_tool_help","description":"Describe one tool visible on this facade, including its exact contract, or return a bounded workflow overview for one supported topic.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tool_name":{"type":"string","description":"Exact tool name from tools/list. Do not combine with topic."},"topic":{"type":"string","enum":["overview","data","disasters","custom_data","geometry"],"description":"Workflow overview. Do not combine with tool_name."},"question":{"type":"string","description":"Optional question used only with a topic overview."}},"oneOf":[{"required":["tool_name"],"not":{"required":["topic"]}},{"required":["topic"],"not":{"required":["tool_name"]}}],"additionalProperties":false}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-26T11:37:48.056Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-26T11:37:48.156Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 211ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 1 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://app.daedalmap.com/mcp/distributed_manufacturing","reachable":true,"authRequired":false,"latencyMs":211,"serverInfo":{"name":"com.daedalmap/distributed_manufacturing","version":"0.4.0"}}],"packages":[],"repo":{"found":true,"owner":"xyver","repo":"daedal-map","archived":false,"pushedAt":"2026-09-25T00:21:40Z","stars":2,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/16811056?v=4","ownerCreatedAt":"2016-01-21T03:39:51Z","license":"MIT"},"icon":{"url":"https://www.daedalmap.com/site-static/favicon_v2.png?v=b1742f1ad8ec","source":"site","width":180,"height":180},"presence":{"stars":2,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-25T00:21:40.000Z","score":28}}}},"grade_history":[],"reviews":[]}