Capability Host Protocol — Docs
Compare

CHP Landscape Comparison

Where CHP sits among adjacent tools.

Synced from chp-core/docs/comparisons/landscape.md.

CHP is a capability execution evidence layer. It does not replace tool-calling APIs, agent frameworks, workflow engines, observability systems, API gateways, or event streams.

SystemPrimary UnitSolvesMissing vs CHPIntegration Path
MCPTool, resource, promptStandard way for LLM apps to connect to tools and context.Mandatory execution evidence, denial semantics, replay by correlation ID, invariants, assurance.Wrap MCP tools as CHP capabilities or expose CHP capabilities as MCP tools.
OpenAI tool callingFunction tool callModel selects functions described by schemas; app executes calls and returns outputs.Host-level evidence, replay, denial records, capability graph semantics.Invoke CHP capabilities from the app-side function dispatcher.
Anthropic tool useClient or server tool use blockClaude emits structured tool use; client tools run in the application, server tools run on Anthropic infrastructure.Capability descriptors, evidence store, correlation replay, invariant model.Wrap client-side tool execution with CHP. Server-side tools can emit observed trace events when visible.
LangChain toolsCallable tool with schema and runtime contextAgent tool abstraction, state access, memory, middleware, streaming.Protocol-level evidence requirements and conformance.Register LangChain tools as CHP capabilities or emit CHP evidence from middleware/tool runtime.
LlamaIndex toolsTool or ToolSpecAgent-facing API-like tools with name, description, function schema.Evidence semantics, denial, replay, assurance.Wrap LlamaIndex Tool calls through a CHP host.
TemporalWorkflow execution and activityDurable workflow orchestration, replay, retries, long-running execution.Tool/agent capability boundary protocol and open evidence schema for arbitrary hosts.Treat Temporal activities or workflow steps as capabilities; emit CHP evidence at activity boundaries.
OpenTelemetryTrace/span/log/metricObservability signals and distributed tracing.Capability identity, invocation envelopes, denial semantics, replayable execution evidence.Map CHP correlation to trace IDs and emit OTel spans/events from CHP evidence.
API gatewaysRoute/service/API requestTraffic management, auth, rate limiting, API publishing, monitoring.Agent/tool capability semantics and per-capability execution evidence.A gateway route can invoke a CHP capability or add CHP correlation/evidence at upstream boundaries.
Event streaming systemsEvent/topic/streamDurable event transport, pub/sub, stream processing.Capability declaration and governed invocation boundary.Publish CHP evidence events to Kafka or similar streams for production fan-out.

Grounding Sources

Practical Positioning

Lead with:

CHP lets you see what your agents and tools actually did.

Do not lead with:

  • replacing MCP
  • replacing workflow engines
  • enterprise compliance
  • universal policy enforcement

CHP's launch wedge is local execution evidence. Production trust can build on that later.

On this page