Two Model Context Protocol servers over spatial data: a catalogue of building assets, and a graph of modelled buildings. Both speak JSON-RPC 2.0 over HTTP and go into any MCP client.
DAWA asset catalogue — furniture, fixtures, equipment and whole building models, searchable in four languages. No key needed.
Building ontology — 36 tools over a graph of real buildings: their spaces, circulation, equipment, sensors and events. This one is not open, and will not be. The graph holds clients’ facilities, including where people went in them; an anonymous reader is the wrong default for that, whatever the convenience. Ask us for a key.
{
"mcpServers": {
"dawa": { "url": "https://mcp.gongvue.com/dawa" },
"ontology": { "url": "https://mcp.gongvue.com/ontology",
"headers": { "Authorization": "Bearer YOUR_KEY" } }
}
}curl -s -X POST https://mcp.gongvue.com/dawa \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"dawa_search",
"arguments":{"query":"사무실 의자","lang":"en","limit":5}}}'Both endpoints are rate limited per caller. Tools that write — asset requests, reindexing — need a key and are not listed to anonymous callers.
Assets carry their own licences; dawa_get_asset returns the licence field, and it governs what you may do with the model. The endpoint tells you what exists — it does not grant you rights to it.