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 resourceA2A JSON-RPC
Connect over A2A when you want agent-to-agent messaging, authenticated tool access, and a stable endpoint model.
Open resourceAgent card and registration
Expose machine-readable discovery documents so directories, agents, and orchestration systems know what EmblemAI supports.
Open resourcex402
Use x402 when you want payment-gated tool discovery and per-call settlement for programmable usage.
Open resourceRecommended sequence
- Start with the hosted MCP docs when you want plain-English tool access from MCP-capable clients.
- Read the A2A auth docs to choose API key or JWT.
- Check the public agent card to confirm the capabilities you need.
- Use x402 when payment-gated tool execution is part of the design.
