mcpserver.lol
registry/knowmapped-mcp
Connection check verified live · 20h ago

knowmapped-mcp

Search, retrieve, create, and update visual knowledge maps in a user's KnowMapped account.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

10 tools

Read from the running server on 20h ago.

confirm_knowmapped_map_creation draft_id*confirm_credit_use
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 com…
create_knowmapped_map graph*validate_onlyidempotency_key*confirm_credit_use
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] pla…
get_knowmapped_layout_summary read-only map_id*
Return layout bounds and graph statistics without returning graph content.
get_knowmapped_map read-only map_id*includepage_sizeedge_offsetnode_offsetinclude_edges +1
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_nod…
get_knowmapped_map_adjacency read-only limitmap_id*offsetnode_idexact_label
Return one concept and its directly connected concepts and relationships without retrieving the full graph. Provide node_id or an exact unique label.
get_knowmapped_map_creation_result read-only draft_ididempotency_key
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…
get_knowmapped_update_schema read-only
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.
preflight_knowmapped_map_creation read-only graphidempotency_key
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…
search_knowmapped_maps read-only limitquery
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 ar…
update_knowmapped_map can modify data map_id*operations*validate_onlyidempotency_key*expected_revision*
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, repl…