# Computer-mcp

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list jjbot1/Computer-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jjbot1/Computer-mcp run_python

# Call a tool
npx -y @smithery/cli@latest tool call jjbot1/Computer-mcp run_python '{}'
```

## Direct MCP Connection

Endpoint: `https://computer-mcp--jjbot1.run.tools`

## Tools (12)

- `run_python` — Execute Python code
- `run_javascript` — Execute JavaScript code
- `run_shell` — Execute shell commands
- `get_stock_quote` — Real-time stock quote
- `get_crypto_markets` — Top cryptocurrencies by market cap
- `get_crypto_trending` — Trending cryptocurrencies
- `get_binance_price` — Real-time Binance price
- `get_fear_greed` — Crypto Fear & Greed Index
- `get_exchange_rates` — Forex rates for a base currency
- `get_defi_tvl` — Top DeFi protocols by TVL
- `get_defi_yields` — Top DeFi yield opportunities
- `get_chain_tvl` — TVL by blockchain

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