There are two VisIQ MCP servers, both listed in
/.well-known/mcp/server-cards.json:- Public MCP —
https://visiqlabs.com/mcp— read-only discovery, no credentials. Public information about VisIQ only. - Platform MCP (this page) —
https://app.visiqlabs.com/api/mcp— authenticated; operates your tenant.
Endpoint & transport
You need a management-audience API key. Get one from Connectors → API
Keys in the dashboard, or have your agent
self-register with
"requested_key_type": "management". A harness key is confined to the SDK
operational surface and is not accepted here.
Connect a client
Point any MCP client at the endpoint with a bearer header. For example, a genericmcpServers configuration:
whoami to confirm which vendor and permissions your key
resolves to — every other tool is gated by those permissions.
Tool catalog
The server advertises the tools below viatools/list. Each is permission-gated
exactly like its web/API counterpart.
Discovery
whoami— the vendor and effective permissions your key holds. Call this first.describe_chat— how the in-product natural-language query tools work.
list_rules,get_rule— read action rulescreate_rule,update_rule,delete_rule— author action rulescompile_rule— compile natural language into a rule (requiresallow_rules:createorrecall_rules:create)
list_recall_rules,create_recall_rule— read and author retrieval rules
list_agents,get_agent— inventoryregister_agent,update_agent— register and manage agents across frameworks
get_decision_outcomes— decision/audit outcomeslist_action_schemas— the action schemas agents report
list_hitl_queue— pending approvalsrespond_hitl— approve or deny a queued action (authenticated approver identity)
get_allow_settings,update_allow_settings— enforcement mode and settings
chat_rules_table,chat_events_log,chat_agents_inventory,chat_hitl_queue,chat_data_table— ask questions over each surface in plain language
revoke_self— revoke this key (no arguments, no permission required). It stops authenticating immediately, so make it your final call. See self-revocation.
Related
- Agent authentication — the agent-facing auth guide (device flow + self-revoke).
- Managing API keys — key lifecycle, formats, errors.
- Agent self-registration — obtain a key without a pre-provisioned credential.