送信

Luxxon

@daniel-underpass

On-demand live vision for AI agents. Open a session at a lat/lng, receive a JPEG snapshot or WebRTC stream, settle per-second in USDC on Base. The agent-first way to give an LLM eyes on the physical world. Four tools today: get_session, get_frame, get_stream_url, cancel_session. Drop the MCP server into Claude Desktop, Cursor, or Claude Code with one npx command + a Luxxon API key from console.luxxon.dev. Currently on Base Sepolia testnet. Docs: https://docs.luxxon.dev.

ツール

サーバー設定

{
  "mcpServers": {
    "luxxon": {
      "command": "npx",
      "args": [
        "-y",
        "--package=@luxxon/mcp",
        "luxxon-mcp"
      ],
      "env": {
        "LUXXON_API_KEY": "<YOUR_LUXXON_API_KEY>"
      }
    }
  }
}