Virtuals Protocol
⚠️
Virtuals integration arrives v0.3. Virtuals agents require HTTP/SSE transport; the BCA server currently ships stdio only. HTTP/SSE is the headline feature of v0.3.
Planned shape (v0.3 preview)
Virtuals agents will point at the hosted BCA HTTP endpoint:
https://mcp.blockchainacademics.com/v1/sse
Authorization: Bearer bca_YOUR_KEY_HERE- Stateless per request (session IDs optional via
Mcp-Session-Idheader). - Full SSE streaming for long-running agent-job skills.
- Same envelope, same tool names, same pricing.
Until v0.3
If you’re experimenting on Virtuals today, the easiest path is to stand up a thin HTTP-to-stdio proxy on your own infra — fly.io or Render both work. We’ll publish a reference proxy container alongside v0.3.
Track progress on GitHub.