list_callback_inboxes — agent health MCP Tool Read-only
list_callback_inboxes
(list callback inboxes) is one of 21 tools on the
agent health
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_callback_inboxes from your client
- Claude Code agent health list_callback_inboxes run in your project directory
- Claude Desktop agent health list_callback_inboxes ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor agent health list_callback_inboxes ~/.cursor/mcp.json
- VS Code agent health list_callback_inboxes .vscode/mcp.json
- Zed agent health list_callback_inboxes ~/.config/zed/settings.json
- Windsurf agent health list_callback_inboxes ~/.codeium/windsurf/mcp_config.json
- Cline agent health list_callback_inboxes ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI agent health list_callback_inboxes ~/.gemini/settings.json
- Grok agent health list_callback_inboxes .mcp.json (in your project root)
- ChatGPT agent health list_callback_inboxes Settings → Connectors → Advanced → Developer mode
- Claude.ai agent health list_callback_inboxes Settings → Connectors → Add custom connector
- LangChain agent health list_callback_inboxes pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http agent-health https://autonet.work/mcp
Other tools on this server
- probe_me_now
- agent_health_feed
- agent_health_instructions
- register_agent_health
- agent_health_status
- agent_health_checks
- agent_health_heartbeat
- update_agent_health
- delete_agent_health
- agent_domain_challenge
- verify_agent_domain
- agent_webhook_secret
- agent_endpoint_assessment
- internet_utils_instructions
- internet_utils_catalog
- create_utility_account
- utility_account
- create_callback_inbox
- read_callback_events
- delete_callback_inbox
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.