Integrations

EmblemAI is designed to be both a product experience and a programmable surface.

Use the integration layer when you need wallet-aware intelligence in another agent, workflow runner, or product surface without rebuilding the discovery, auth, and payment stack yourself.

Hosted MCP

Connect Claude Code, GitHub Copilot CLI, and other MCP clients to EmblemAI over a hosted HTTP MCP endpoint with API key or JWT auth.

Open resource
A2A JSON-RPC

Connect over A2A when you want agent-to-agent messaging, authenticated tool access, and a stable endpoint model.

Open resource
Agent card and registration

Expose machine-readable discovery documents so directories, agents, and orchestration systems know what EmblemAI supports.

Open resource
x402

Use x402 when you want payment-gated tool discovery and per-call settlement for programmable usage.

Open resource

Recommended sequence

  1. Start with the hosted MCP docs when you want plain-English tool access from MCP-capable clients.
  2. Read the A2A auth docs to choose API key or JWT.
  3. Check the public agent card to confirm the capabilities you need.
  4. Use x402 when payment-gated tool execution is part of the design.