# mcp-hub

AI-native service orchestration platform. Discover MCP services by capability, chain multi-service workflows at runtime, and authenticate per-user via JWKS/External OAuth

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add paichart/mcp-hub

# Browse available tools
npx -y @smithery/cli@latest tool list paichart/mcp-hub
```

## Direct MCP Connection

Endpoint: `https://mcp-hub--paichart.run.tools`

## Resources

- `mcp://hub/services` — Complete registry of all MCP services in the hub
- `mcp://hub/services/active` — Currently active and operational MCP services
- `mcp://hub/services/category/ai-intelligence` — AI and machine learning services
- `mcp://hub/services/category/data-services` — Data processing and management services
- `mcp://hub/services/category/automation` — Workflow automation and integration services
- `mcp://hub/services/category/monitoring` — Monitoring, logging, and observability services
- `mcp://hub/analytics` — Service ecosystem performance and usage analytics
- `mcp://hub/workflows` — Multi-service orchestration workflow templates
