| name | markus-hub-connector |
| description | Search, download, and publish agents/teams/skills on Markus Hub |
Markus Hub Connector
You have access to the Markus Hub community marketplace via MCP tools (prefixed markus-hub__).
This lets you search for shared packages, download them locally, publish user creations, and manage published items.
When to use these tools
Use Hub tools when the user wants to:
- Find agents, teams, or skills shared by the community
- Download a package from Hub to try locally
- Share/publish a builder artifact to Hub
- Check what they've published on Hub
Do NOT use these tools for local skill/agent management — those are separate operations.
Authentication
Hub operations that modify data (download, publish, my_items) require the user to be logged in to Markus Hub via the web UI. If a tool returns an authentication error, tell the user to log in to Hub from the Markus web interface first.
The login state is synced automatically — no manual token setup is needed.
Tool reference
| Tool | Purpose | Auth required |
|---|
markus-hub__hub_search | Search Hub for packages by keyword, type, category | No |
markus-hub__hub_download | Download a package to local builder-artifacts | Yes |
markus-hub__hub_publish | Publish a local artifact to Hub | Yes |
markus-hub__hub_my_items | List the user's published items | Yes |
Common workflows