Agentlas connector
Hephaestus Network
Hephaestus Network routes Claude to public Agentlas Hub agents, returns compact BYOM runtime bundles, and resolves the plugins those agents need. For multi-role work it also exposes the Agent Workforce Ontology, where Claude itself staffs a team from an exact-release candidate set, plus read-only Ontology Chip recommendations for one exact agent release.
https://agentlas.cloud/api/mcp/hephaestus-networkWhat the connector does
- Searches public Agentlas Hub routing cards for a task in Korean or English.
- Returns a compact runtime bundle for a selected public agent after Agentlas OAuth sign-in.
- Reads only package files that the agent manifest allowlists.
- Resolves required plugins from local inventory names and the Agentlas Hub plugin catalog.
- Searches the pinned Agent Workforce Ontology for multi-role work: eligibility and content-only fit produce a broad exact-release candidate set, Claude authors the team selection, and the server validates and prepares that exact choice. These tools never choose, rerank, substitute, or silently fall back, and popularity, ratings, revenue, and invocation history are never inputs.
- Recommends exact-release Ontology Chips — the add-on experience and taste/style packs bound to a single agent release — as read-only suggestions that never purchase or attach anything.
This connector is the remote Hub routing and workforce surface. Project-local features of the Hephaestus Network plugin, such as the Context Map tools and the goal-persistence tools, are deliberately not exposed here.
Available MCP tools
| Tool | Access | Purpose |
|---|---|---|
hephaestus_search_agents | Public, read-only | Find matching public Hub agents. |
hephaestus_search | Public, read-only | Return separate Agentlas Cloud and public Hub candidate sections without invoking an agent. The cloud section reports signed_out when there is no session. |
hephaestus_call | OAuth required, consumes credits | Prepare explicitly named Hub or Cloud agent slugs as BYOM runtime bundles. Returns a credit quote first and charges only after the user approves it. |
hephaestus_get_runtime_bundle | OAuth required, consumes credits | Fetch execution instructions for one public Hub agent. Returns a credit quote first, then records a usage event once the user approves it. |
hephaestus_read_agent_file | OAuth required, read-only | Read one allowlisted file using the lazy-read state returned by the bundle response. |
hephaestus_resolve_plugins | Public, read-only | Match capability needs to available plugins. |
recommend_ontology_chips | Public, read-only | Suggest exact-release Ontology Chips for one exact agent definition, release, and task. Never purchases or attaches anything. |
workforce_search_candidates | Public, read-only | Search the pinned Agent Workforce Ontology and return a broad exact-release candidate set for the host LLM to staff. Never selects a team. |
workforce_validate_selection | Public, read-only | Validate the team Claude selected against that candidate set and issue a selection receipt. Never reranks, substitutes, or falls back. |
workforce_fetch_runtime_bundle | OAuth required, consumes credits | Fetch one exact immutable release from its original candidate-set receipt. Normal Hub call credits and leases apply on the authenticated runtime path. |
workforce_prepare_execution | OAuth required, consumes credits | Prepare an accepted workforce selection for BYOM execution. Returns a credit quote first and charges only after the user approves it. |
Agentlas credits are consumed only by the calls that resolve an exact runtime bundle: hephaestus_call, hephaestus_get_runtime_bundle, workforce_prepare_execution, and workforce_fetch_runtime_bundle. The first three return a credit quote before doing any work and charge only after the user explicitly approves it (confirm:true plus the confirmationToken returned by that quote); workforce_fetch_runtime_bundle re-resolves a release already pinned by an approved preparation. The other seven tools are read-only and free of charge.
Authentication
Six tools work without sign-in: hephaestus_search_agents, hephaestus_search, hephaestus_resolve_plugins, recommend_ontology_chips, workforce_search_candidates, and workforce_validate_selection. The remaining five — hephaestus_call, hephaestus_get_runtime_bundle, hephaestus_read_agent_file, workforce_fetch_runtime_bundle, and workforce_prepare_execution — use Agentlas OAuth so users can approve access from Claude. The server returns a standard OAuth protected-resource challenge when one of those is called without a Bearer token.
Data handling
The connector does not run a language model and does not store Claude conversation text. Runtime bundle calls record minimal invocation metadata such as agent slug, version, caller workspace, status, and timestamp for security, billing, and abuse prevention.
Example prompts
- Find an agent that can turn GitHub issues into release notes.
- Find a Korean legal document analysis agent.
- Resolve plugins needed for Slack reporting and analytics.
Support
Icon URL for directory review: https://agentlas.cloud/hephaestus-network-connector-icon.svg
For connector support or security reports, contact appbridge@appbridge.co.kr.