{"name":"com.knowmapped/mcp","slug":"knowmapped-mcp","title":"KnowMapped","description":"Search, retrieve, create, and update visual knowledge maps in a user's KnowMapped account.","url":"https://mcp.market/server/knowmapped-mcp","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:25:42.132Z","last_ok_at":"2026-09-24T06:25:42.132Z","latency_ms":162},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://knowmapped.com/integrations/mcp/","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://mcp.knowmapped.com/mcp"}],"packages":[],"tools":[{"name":"confirm_knowmapped_map_creation","description":"Transactionally confirm a preflighted creation by draft ID. Success definitively returns map_id and revision. A failed transaction preserves the draft for retry, and retrying a committed success returns the same result without charging again. Use get_knowmapped_map_creation_result after a timeout or malformed response.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"draft_id":{"title":"Draft Id","type":"string"},"confirm_credit_use":{"default":false,"title":"Confirm Credit Use","type":"boolean"}},"required":["draft_id"],"title":"confirm_knowmapped_map_creationArguments"}},{"name":"create_knowmapped_map","description":"Validate or create a KnowMapped graph. Specify requested layout only as top-level graph.layout_intent. When omitted, requested_layout and resolved_strategy are smart, but [0,0] placeholders are retained for the map client to lay out on first draw; layout_application is client-first-draw. Complete explicit coordinates are preserved instead. Set validate_only=true to check the exact final graph schema, layout, capacity, links, and credits without creating a map, charging credits, or reserving the idempotency key. For credit-bearing creation, show the quoted charge, then confirm the retained draft only after explicit approval.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"graph":{"type":"object","properties":{"title":{"type":"string","minLength":1},"description":{"type":"string"},"layout_intent":{"type":"string","enum":["smart","left-to-right","top-to-bottom","radial","clustered","grid","hierarchical","declutter","manual"],"default":"smart","description":"Requested semantic layout. Use this exact top-level field. If omitted, KnowMapped automatically applies Smart layout unless every node supplies explicit x/y coordinates; complete explicit coordinates are preserved as manual positioning."},"tags":{"type":"array","items":{"type":"string"}},"nodes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"position":{"type":"object"},"importance":{"type":"string"},"is_core":{"type":"boolean"},"resources":{"type":"array"},"icon":{"type":"string"},"semantic_data":{"type":"object"}},"required":["id","label"],"additionalProperties":false}},"edges":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string"},"target":{"type":"string"},"label":{"type":"string"},"style":{"type":"object"},"routing":{"type":"string"},"strength":{"type":"string"},"semantic_data":{"type":"object"}},"required":["id","source","target"],"additionalProperties":false}},"presentation":{"type":"object","description":"Non-layout visual settings. Layout belongs in top-level layout_intent.","additionalProperties":true}},"required":["nodes","edges"],"additionalProperties":false,"examples":[{"title":"Research flow","layout_intent":"left-to-right","nodes":[{"id":"source","label":"Source"},{"id":"review","label":"Review"}],"edges":[{"id":"source-review","source":"source","target":"review","label":"informs"}]}]},"idempotency_key":{"title":"Idempotency Key","type":"string"},"validate_only":{"default":false,"title":"Validate Only","type":"boolean"},"confirm_credit_use":{"default":false,"title":"Confirm Credit Use","type":"boolean"}},"required":["graph","idempotency_key"],"title":"create_knowmapped_mapArguments"}},{"name":"get_knowmapped_layout_summary","description":"Return layout bounds and graph statistics without returning graph content.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"map_id":{"title":"Map Id","type":"string"}},"required":["map_id"],"title":"get_knowmapped_layout_summaryArguments"}},{"name":"get_knowmapped_map","description":"Retrieve an authorized map with independent node_offset, edge_offset, and page_size parameters. Canonical IDs are always retained in projected nodes and edges even when include_nodes or include_edges omits id. Use summary for statistics without graph content or compact for token-efficient fields. Search results return copy-safe map references so UUIDs should not be typed manually.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"map_id":{"title":"Map Id","type":"string"},"include":{"default":"full","enum":["full","compact","summary"],"title":"Include","type":"string"},"include_nodes":{"default":"","title":"Include Nodes","type":"string"},"include_edges":{"default":"","title":"Include Edges","type":"string"},"node_offset":{"default":0,"title":"Node Offset","type":"integer","description":"Zero-based offset for the independently paginated node collection.","minimum":0,"examples":[0,100]},"edge_offset":{"default":0,"title":"Edge Offset","type":"integer","description":"Zero-based offset for the independently paginated edge collection.","minimum":0,"examples":[0,100]},"page_size":{"default":100,"title":"Page Size","type":"integer","description":"Maximum nodes and maximum edges returned in this page (1-200).","minimum":1,"examples":[100],"maximum":200}},"required":["map_id"],"title":"get_knowmapped_mapArguments"}},{"name":"get_knowmapped_map_adjacency","description":"Return one concept and its directly connected concepts and relationships without retrieving the full graph. Provide node_id or an exact unique label.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"map_id":{"title":"Map Id","type":"string"},"node_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Node Id"},"exact_label":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Exact Label"},"offset":{"default":0,"title":"Offset","type":"integer"},"limit":{"default":100,"title":"Limit","type":"integer"}},"required":["map_id"],"title":"get_knowmapped_map_adjacencyArguments"}},{"name":"get_knowmapped_map_creation_result","description":"Recover the definitive state of a map creation without creating a map or charging credits. Provide exactly one draft_id or the original idempotency_key. A succeeded result includes the canonical map ID and revision.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"draft_id":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Draft Id"},"idempotency_key":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Idempotency Key"}},"title":"get_knowmapped_map_creation_resultArguments"}},{"name":"get_knowmapped_update_schema","description":"Return the authoritative, versioned schema and examples for atomic KnowMapped map patches. Call this before constructing an update instead of guessing operation or field names.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_knowmapped_update_schemaArguments"}},{"name":"preflight_knowmapped_map_creation","description":"Check eligibility and credits, or retain a fully validated graph as a short-lived draft. The exact creation layout field is top-level graph.layout_intent, for example left-to-right. If omitted, Smart is the intent but [0,0] placeholders remain until the map client detects them and applies Smart on first draw; the response reports layout_application=client-first-draw. Complete explicit coordinates are preserved. Fields named layout, layout_type, or strategy are rejected. Drafts do not reserve credits and can be confirmed by draft ID without resending the graph.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"graph":{"anyOf":[{"type":"object","properties":{"title":{"type":"string","minLength":1},"description":{"type":"string"},"layout_intent":{"type":"string","enum":["smart","left-to-right","top-to-bottom","radial","clustered","grid","hierarchical","declutter","manual"],"default":"smart","description":"Requested semantic layout. Use this exact top-level field. If omitted, KnowMapped automatically applies Smart layout unless every node supplies explicit x/y coordinates; complete explicit coordinates are preserved as manual positioning."},"tags":{"type":"array","items":{"type":"string"}},"nodes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"position":{"type":"object"},"importance":{"type":"string"},"is_core":{"type":"boolean"},"resources":{"type":"array"},"icon":{"type":"string"},"semantic_data":{"type":"object"}},"required":["id","label"],"additionalProperties":false}},"edges":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"source":{"type":"string"},"target":{"type":"string"},"label":{"type":"string"},"style":{"type":"object"},"routing":{"type":"string"},"strength":{"type":"string"},"semantic_data":{"type":"object"}},"required":["id","source","target"],"additionalProperties":false}},"presentation":{"type":"object","description":"Non-layout visual settings. Layout belongs in top-level layout_intent.","additionalProperties":true}},"required":["nodes","edges"],"additionalProperties":false,"examples":[{"title":"Research flow","layout_intent":"left-to-right","nodes":[{"id":"source","label":"Source"},{"id":"review","label":"Review"}],"edges":[{"id":"source-review","source":"source","target":"review","label":"informs"}]}]},{"type":"null"}],"default":null,"title":"Graph"},"idempotency_key":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Idempotency Key"}},"title":"preflight_knowmapped_map_creationArguments"}},{"name":"search_knowmapped_maps","description":"Search maps available to the connected KnowMapped account. Use this when a user refers to a saved map or wants to find prior concepts; existing ownership and sharing permissions are enforced server-side.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"default":"","title":"Query","type":"string"},"limit":{"default":20,"title":"Limit","type":"integer"}},"title":"search_knowmapped_mapsArguments"}},{"name":"update_knowmapped_map","description":"Validate or atomically update an editable map with one mixed patch. Accepted operations are update_map, add_node, update_node, remove_node, add_edge, update_edge, remove_edge, replace_edges, and layout_nodes; get_knowmapped_update_schema is the authoritative versioned contract. Use id for identifiers, title for the map title, and layout_nodes with strategy, spacing, groups, and optional flow. Node references accept IDs, earlier temp_id values, or exact unique labels. Edge references accept IDs or semantic source/target/current-relationship matches. validate_only returns a corrected executable normalized_patch, all detectable errors and warnings, layout positions and bounds, a patch summary, publication state, and current revision without changing data. On a stale write, revalidate the same patch at current_revision, then submit the returned normalized_patch.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"map_id":{"title":"Map Id","type":"string"},"expected_revision":{"title":"Expected Revision","type":"integer"},"operations":{"description":"One atomic patch. Node references accept IDs, declared temp IDs, or {\"label\":\"Exact unique label\"}.","examples":[[{"label":"New finding","op":"add_node","position":{"x":100,"y":200},"temp_id":"finding-1"},{"label":"supports","op":"add_edge","source":{"label":"Existing concept"},"target":"finding-1"}],[{"op":"layout_nodes","spacing":220,"strategy":"hierarchical"}],[{"confirm":true,"id":{"label":"Obsolete concept"},"op":"remove_node"}]],"items":{"$id":"https://knowmapped.com/schemas/mcp/map-patch/2026-08-22.3","schema_version":"2026-08-22.3","oneOf":[{"type":"object","properties":{"op":{"const":"add_edge"},"source":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"target":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"label":{"type":"string"},"style":{"type":"object"},"routing":{"type":"string"},"strength":{"type":"string"},"semantic_data":{"type":"object"}},"required":["op","source","target"],"additionalProperties":false,"examples":[{"op":"add_edge","source":{"label":"Source material"},"target":"new-concept","label":"supports"}]},{"type":"object","properties":{"op":{"const":"add_node"},"temp_id":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"position":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"],"additionalProperties":false},"importance":{"type":"string"},"is_core":{"type":"boolean"},"resources":{"type":"array"},"icon":{"type":"string"},"semantic_data":{"type":"object"}},"required":["op","label","temp_id"],"additionalProperties":false,"examples":[{"op":"add_node","temp_id":"new-concept","label":"New concept"}]},{"type":"object","properties":{"op":{"const":"layout_nodes"},"strategy":{"type":"string","enum":["smart","left-to-right","top-to-bottom","manual","grid","radial","hierarchical","clustered","declutter"]},"spacing":{"type":"number","minimum":80,"maximum":800},"groups":{"type":"object","additionalProperties":{"type":"array","items":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]}}},"flow":{"anyOf":[{"type":"string"},{"type":"array","items":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]}}],"description":"Optional reading order, either concept references or labels separated by → or ->."}},"required":["op","strategy"],"additionalProperties":false,"examples":[{"op":"layout_nodes","strategy":"hierarchical","spacing":220,"groups":{"Evidence":[{"label":"Source material"}]},"flow":"Source → Draft → Concepts → Review"}]},{"type":"object","properties":{"op":{"const":"remove_edge"},"id":{"anyOf":[{"type":"string","minLength":1},{"type":"object","properties":{"source":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"target":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"relationship":{"type":"string"}},"required":["source","target"],"additionalProperties":false,"description":"Semantic relationship match. relationship matches the current edge label when supplied."}]},"confirm":{"const":true}},"required":["op","confirm","id"],"additionalProperties":false,"examples":[{"op":"remove_edge","id":"relationship-id","confirm":true}]},{"type":"object","properties":{"op":{"const":"remove_node"},"id":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"confirm":{"const":true}},"required":["op","confirm","id"],"additionalProperties":false,"examples":[{"op":"remove_node","id":{"label":"Obsolete concept"},"confirm":true}]},{"type":"object","properties":{"op":{"const":"replace_edges"},"remove":{"type":"array","items":{"anyOf":[{"type":"string","minLength":1},{"type":"object","properties":{"source":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"target":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"relationship":{"type":"string"}},"required":["source","target"],"additionalProperties":false,"description":"Semantic relationship match. relationship matches the current edge label when supplied."}]}},"add":{"type":"array","items":{"type":"object","properties":{"source":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"target":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"label":{"type":"string"},"style":{"type":"object"},"routing":{"type":"string"},"strength":{"type":"string"},"semantic_data":{"type":"object"}},"required":["source","target"],"additionalProperties":false}},"confirm":{"const":true}},"required":["op","add","confirm","remove"],"additionalProperties":false,"examples":[{"op":"replace_edges","remove":[{"source":{"label":"Draft"},"target":{"label":"Review"},"relationship":"precedes"}],"add":[{"source":{"label":"Draft"},"target":{"label":"Concepts"},"label":"produces"}],"confirm":true}]},{"type":"object","properties":{"op":{"const":"update_edge"},"id":{"anyOf":[{"type":"string","minLength":1},{"type":"object","properties":{"source":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"target":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"relationship":{"type":"string"}},"required":["source","target"],"additionalProperties":false,"description":"Semantic relationship match. relationship matches the current edge label when supplied."}]},"source":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"target":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"label":{"type":"string"},"style":{"type":"object"},"routing":{"type":"string"},"strength":{"type":"string"},"semantic_data":{"type":"object"}},"required":["op","id"],"additionalProperties":false,"examples":[{"op":"update_edge","id":"relationship-id","label":"strengthens"}]},{"type":"object","properties":{"op":{"const":"update_map"},"title":{"type":"string"},"description":{"type":"string"},"view_settings":{"type":"object"}},"required":["op"],"additionalProperties":false,"examples":[{"op":"update_map","title":"Revised map title"}]},{"type":"object","properties":{"op":{"const":"update_node"},"id":{"anyOf":[{"type":"string","minLength":1,"description":"Canonical node ID or a temp_id declared by add_node."},{"type":"object","properties":{"label":{"type":"string","minLength":1}},"required":["label"],"additionalProperties":false}]},"label":{"type":"string"},"description":{"type":"string"},"position":{"type":"object","properties":{"x":{"type":"number"},"y":{"type":"number"}},"required":["x","y"],"additionalProperties":false},"importance":{"type":"string"},"is_core":{"type":"boolean"},"resources":{"type":"array"},"icon":{"type":"string"},"semantic_data":{"type":"object"}},"required":["op","id"],"additionalProperties":false,"examples":[{"op":"update_node","id":{"label":"Source material"},"description":"Revised description"}]}],"discriminator":{"propertyName":"op"}},"title":"Operations","type":"array"},"idempotency_key":{"title":"Idempotency Key","type":"string"},"validate_only":{"default":false,"title":"Validate Only","type":"boolean"}},"required":["map_id","expected_revision","operations","idempotency_key"],"title":"update_knowmapped_mapArguments"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T05:10:46.105Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:10:46.136Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 180ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.knowmapped.com/mcp","reachable":true,"authRequired":false,"latencyMs":180,"serverInfo":{"name":"KnowMapped","version":"1.29.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://knowmapped.com/favicon.svg?v=2","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}