Poobah MCP
Tool Reference
Service Operations

Service Operations

Tools for retrieving Andromeda service addresses.

Note: Service tools support the optional userId parameter for session persistence. Include it in every call to maintain chain state across reconnections.

get_service_addresses

Get the addresses of Andromeda core services on the current chain.

Parameters

None required.

Response

Returns addresses for:

ServiceDescription
KernelCentral hub for all Andromeda operations
ADODBADO Database - registry of available ADO types and versions
VFSVirtual Filesystem - human-readable path system
EconomicsFee and economics management

Example Response

{
  "kernel": "andr1kernel...",
  "adodb": "andr1adodb...",
  "vfs": "andr1vfs...",
  "economics": "andr1economics..."
}

When to Use

  • Debugging connection issues
  • Verifying you're connected to the correct kernel
  • Direct interaction with core Andromeda services