Eliza

⚠️

Eliza plugin in development. Install from npm once v0.3 lands.

The BCA Eliza plugin will expose all 99 tools as Eliza actions — no config beyond dropping the plugin into your character’s plugins array and setting BCA_API_KEY in the runtime env.

Planned shape (v0.3 preview)

character.ts
import { bcaPlugin } from "@blockchainacademics/eliza-plugin";
 
export const character = {
  name: "CryptoAnalyst",
  plugins: [bcaPlugin],
  // ...
};
export BCA_API_KEY="bca_YOUR_KEY_HERE"
elizaos start

Until v0.3

Eliza supports MCP clients directly via the @elizaos/plugin-mcp adapter. You can wire BCA today as a stdio server — but the ergonomics will be better once we ship the dedicated plugin with native Eliza action signatures and memory integration.

Track progress on GitHub.

Next up