Reference

Marketplace

Scanna's Claude Code plugin — skills, slash commands, and the MCP server in a single install.

The Scanna Marketplace is a Claude Code plugin marketplace. The scanna plugin brings Scanna's prediction-market intelligence into your editor as skills, slash commands, and the MCP server — so you can ask about markets, signals, wallets, and divergence without leaving Claude Code.

Note

Beta (v0.1.0). The slash commands below work today against the live API with any valid Scanna key. Richer skill flows that use the bundled MCP server roll out as @scanna/mcp is published to npm.

Install

/plugin marketplace add scanna-xyz/scanna-marketplace
/plugin install scanna@scanna-marketplace

Configure

The plugin needs a Scanna API key — get one free. Set SCANNA_API_KEY in your environment:

export SCANNA_API_KEY=sk_live_...

…or in ~/.claude/settings.json:

{
  "env": {
    "SCANNA_API_KEY": "sk_live_..."
  }
}

Then run /scanna-doctor to confirm your key and the API are healthy.

Slash commands

CommandDescription
/scanna-setupGuided onboarding
/scanna-doctor [limit]Check your key + API health
/scanna-hot [limit]Top trending markets
/scanna-market <id>Deep-dive a specific market

Skills

Skills activate automatically from natural-language intent:

  • scanna-onboarding — first-time setup and key configuration
  • scanna-market-intel — discover trending markets and ML signals
  • scanna-divergence-and-arb — find arbitrage and cross-venue divergence
  • scanna-wallet-and-flow-analysis — score wallets and surface smart money
  • scanna-agent-development — build production agents on Scanna

How it works

Slash commands call the Scanna REST API directly; the bundled MCP server powers the richer skill flows as it ships. One Scanna key powers all of it.