# kalshi-converted > Auto-generated skill adapter for MCP Server. - Author: aaaronmiller - Repository: aaaronmiller/super_agent_monitor - Version: 20251207052850 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/aaaronmiller/super_agent_monitor - Web: https://mule.run/skillshub/@@aaaronmiller/super_agent_monitor~kalshi-converted:20251207052850 --- --- name: kalshi-converted description: Auto-generated skill from MCP server. Contains tools: get_exchange_status, list_markets, get_market, get_market_orderbook, search_markets, get_recent_trades, get_market_candlesticks, list_events, get_event, list_multivariate_events, get_event_candlesticks, list_series, get_series. --- # kalshi-converted Auto-generated skill adapter for MCP Server. ## Available Scripts ### `scripts/get_exchange_status.py` **Description:** Get the current Kalshi exchange status. **Usage:** `uv run scripts/get_exchange_status.py --help` ### `scripts/list_markets.py` **Description:** List Kalshi markets with various filters. **Usage:** `uv run scripts/list_markets.py --help` ### `scripts/get_market.py` **Description:** Get detailed information for a specific market. **Usage:** `uv run scripts/get_market.py --help` ### `scripts/get_market_orderbook.py` **Description:** Get the orderbook for a specific market. **Usage:** `uv run scripts/get_market_orderbook.py --help` ### `scripts/search_markets.py` **Description:** Search markets by keyword using cached data. **Usage:** `uv run scripts/search_markets.py --help` ### `scripts/get_recent_trades.py` **Description:** Get recent trades across markets or for a specific market. **Usage:** `uv run scripts/get_recent_trades.py --help` ### `scripts/get_market_candlesticks.py` **Description:** Get candlestick data for a specific market. **Usage:** `uv run scripts/get_market_candlesticks.py --help` ### `scripts/list_events.py` **Description:** List Kalshi events (collections of related markets). **Usage:** `uv run scripts/list_events.py --help` ### `scripts/get_event.py` **Description:** Get detailed information for a specific event. **Usage:** `uv run scripts/get_event.py --help` ### `scripts/list_multivariate_events.py` **Description:** Get multivariate (combo) events. **Usage:** `uv run scripts/list_multivariate_events.py --help` ### `scripts/get_event_candlesticks.py` **Description:** Get candlestick data aggregated across all markets in an event. **Usage:** `uv run scripts/get_event_candlesticks.py --help` ### `scripts/list_series.py` **Description:** List all available series (market templates). **Usage:** `uv run scripts/list_series.py --help` ### `scripts/get_series.py` **Description:** Get detailed information about a specific series. **Usage:** `uv run scripts/get_series.py --help`