We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gilbarbara/agent-hub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
allowed-tools: [agent-hub]
description: Show hub status with all registered agents and their capabilities
---
# Hub Status
Show current hub status with all registered agents, their roles, capabilities, and collaboration activity.
I'll fetch the current agent registry and provide a comprehensive overview:
βΊ agent-hub - get_hub_status (MCP)()
## Agent Overview
After retrieving the agent list, I'll display:
### π **Active Agents**
For each registered agent, I'll show:
- **π Agent ID**: Unique identifier
- **π― Role**: Primary function and specialization
- **βοΈ Capabilities**: Detected and declared skills
- **π Project**: Associated project path
- **π€ Collaborates With**: Preferred collaboration partners
- **β° Last Seen**: Recent activity timestamp
- **π Status**: Current activity level
### π **Hub Statistics**
- Total registered agents
- Active vs idle agents
- Most common capabilities
- Recent activity overview
### π **Collaboration Opportunities**
I'll highlight potential collaboration matches based on:
- Complementary capabilities
- Similar project types
- Declared collaboration preferences
If no agents are registered, I'll provide guidance on getting started with `/hub:register`.