Morpheus / Workspace
Morpheus Ventures

Agent Platform

Agents & MCP tools

Govern the Cerebro central brain: which tools each agent may use, and whether agents may take actions.

MCP endpoint

Any MCP client connects here with an agent's API key as a Bearer token (Streamable HTTP).

https://cerebro-igneo-ae.australiaeast.cloudapp.azure.com/api/mcp
Allow agents to take actions

Super-admin master switch. When off, agents can only use read & system (read-only) tools. When on, granted write/system-action tools become available. Actions disabled

Tool catalog (23)
ToolCategoryTierCallsEnabled
describe_schema
Describe the knowledge-graph schema: node types and edge types.
systemread0
get_graph
Return the Business-Brain knowledge graph: nodes (sources, claims, decisions, risks, tasks, assumptions) and the edges linking them.
readread1
get_node
Fetch a single knowledge-graph node by id, with its connected edges.
readread0
list_agents
List registered agents (names, kinds, status — no secrets).
systemread0
list_assumptions
List tracked project assumptions.
readread0
list_claims
List the analytic claims in the Business-Brain, with confidence and evidence counts.
readread0
list_decisions
List the decisions recorded in the Business-Brain, with owners and status.
readread1
list_proposals
List pending and resolved curator proposals.
readread0
list_risks
List the tracked risks in the Business-Brain, with severity and likelihood.
readread0
list_sources
List connected evidence sources and their sync status.
readread0
list_tasks
List tracked tasks with owners and status.
readread1
list_tools
List the tools registered in the Cerebro tool catalog.
systemread0
query_audit
Return recent audit-log entries (agent activity, tool runs, guardrails).
systemread0
search_evidence
Semantic search over the evidence store (IC memos, KPI extracts, LP mandates). Returns the most relevant evidence chunks with citations and similarity scores.
readread0
search_nodes
Search the knowledge graph by label/type substring, optionally filtered to a node type.
readread0
system_health
High-level system overview: graph size, knowledge counts, open proposals, platform stats.
systemread1
usage_metrics
Tool-invocation usage metrics and recent calls across all agents.
systemread0
archive_node
Soft-delete (archive) a graph node and detach its edges.
writewrite0
create_edge
Create a relationship (edge) between two existing nodes.
writewrite0
create_node
Create a new knowledge-graph node (claim, risk, task, etc.).
writewrite0
delete_edge
Remove a relationship (edge) between nodes.
writewrite0
propose_tool
Draft a new MCP tool for super-admin approval. Provide a snake_case name, a description, and either a read-only SQL SELECT over allow-listed tables (bindingKind=sql_view, sql=...) or an existing repo_fn (bindingKind=repo_fn, fn=...). Created as PROPOSED; an admin must approve it before it becomes callable by any agent.
writewrite0
update_node
Update a graph node's label, status, or type.
writewrite0
Agents (2)
diag-test
external · cbk_I2eMR-b… · revoked · never used
Igneo Platform
external · cbk_ry60C3U… · active · used 1h ago
Recent tool activity
get_graphIgneo Platformsuccess22ms
list_tasksIgneo Platformsuccess11ms
list_decisionsIgneo Platformsuccess7ms
system_healthIgneo Platformsuccess67ms