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.

Connect to Claudehttps://agentlas.cloud/api/mcp/hephaestus-network

What 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

ToolAccessPurpose
hephaestus_search_agentsPublic, read-onlyFind matching public Hub agents.
hephaestus_searchPublic, read-onlyReturn separate Agentlas Cloud and public Hub candidate sections without invoking an agent. The cloud section reports signed_out when there is no session.
hephaestus_callOAuth required, consumes creditsPrepare 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_bundleOAuth required, consumes creditsFetch 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_fileOAuth required, read-onlyRead one allowlisted file using the lazy-read state returned by the bundle response.
hephaestus_resolve_pluginsPublic, read-onlyMatch capability needs to available plugins.
recommend_ontology_chipsPublic, read-onlySuggest exact-release Ontology Chips for one exact agent definition, release, and task. Never purchases or attaches anything.
workforce_search_candidatesPublic, read-onlySearch 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_selectionPublic, read-onlyValidate the team Claude selected against that candidate set and issue a selection receipt. Never reranks, substitutes, or falls back.
workforce_fetch_runtime_bundleOAuth required, consumes creditsFetch one exact immutable release from its original candidate-set receipt. Normal Hub call credits and leases apply on the authenticated runtime path.
workforce_prepare_executionOAuth required, consumes creditsPrepare 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.

See the Hephaestus Network Connector Privacy Policy.

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.

Hephaestus Network connector - Agentlas