# musashi

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add victor/musashi

# Browse available tools
npx -y @smithery/cli@latest tool list victor/musashi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get victor/musashi analyze_text

# Call a tool
npx -y @smithery/cli@latest tool call victor/musashi analyze_text '{}'
```

## Direct MCP Connection

Endpoint: `https://musashi--victor.run.tools`

## Tools (8)

- `analyze_text` — Analyze text against live Polymarket and Kalshi markets and return Musashi signal data.
- `get_arbitrage` — Find live cross-platform arbitrage opportunities across Polymarket and Kalshi.
- `get_movers` — Return markets with significant price changes.
- `ground_probability` — Ground a probability claim in live market prices and compare it to an LLM estimate.
- `get_feed` — Fetch analyzed tweets from the Musashi feed.
- `get_feed_stats` — Fetch summary statistics for the Musashi Twitter feed.
- `get_feed_accounts` — List the curated Twitter accounts Musashi tracks.
- `get_health` — Check API health and upstream market-source status.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get victor/musashi <tool-name>
```
