{
  "markdown": "## EVE Fleet Manager MCP Server\n\nAn MCP server that provides tools and resources for EVE Online fleet management: authorize your fleet via SSO, inspect composition and structure, organize squads, invite/kick members, and update MOTD.\n\nmcp-name: io.github.tedfytw1209/mcp-server-EVEfleet\n\n### Features\n- Fleet SSO authorization and status\n- Auto-refreshing fleet data and structure\n- Organize formations (squads/wings) by ship types\n- Bulk invite and kick utilities\n- Fleet MOTD updates (append/replace)\n- Composition and losses history\n- Ship utilities (type → group, lists of types/groups)\n\n### Install\n- pip: `pip install mcp-server-evefleet`\n- uv: `uv pip install mcp-server-evefleet`\n\n### Authenticate (first run)\n- On first run you’ll be guided through EVE SSO. A refresh token will be saved automatically to a cross‑platform location:\n  - Windows: %LOCALAPPDATA%/mcp_server_evefleet/refresh_token.txt\n  - macOS: ~/Library/Application Support/mcp_server_evefleet/refresh_token.txt\n  - Linux: ~/.config/mcp_server_evefleet/refresh_token.txt\n- If `refresh_token.txt` exists in the current directory, it will be used and then persisted to the proper location.\n\n### Tools (MCP)\n- ping: Health check\n- fleet_authorize(force_refresh=False): Re‑authorize/refresh SSO and connect\n- organize_fleet_formation(members_per_squad=8, location_match=True, number_of_squads=None)\n- invite_to_fleet(ids_or_names)\n- kick_from_fleet(ids_or_names, sleep_time=0.1)\n- update_fleet_motd(text, append=True)\n- get_fleet_history(limit=5)\n- get_fleet_losses(limit=5)\n- ship_type2group(type_name)\n\n### Resources (MCP)\n- character://status\n- fleet://status\n- fleet://composition\n- fleet://structure\n- ship://types\n- ship://groups\n- ship://types2groups\n\n\n### Development\n- Clone repo, then:\n  - `pip install -e .` or `uv pip install -e .`\n- Packaged data includes `config.yaml` and `setting/*`. The token file is not packaged and is created at runtime.\n\n### MCP Test\n```cmd\nuv run mcp dev ./src/mcp_server_evefleet/server.py\n```\n",
  "bytes": 2004,
  "sha": "15ee0375e54c41ff5cc2451630ae9710d076e04182fec3973f68a6cdc197a4b2",
  "repo_slug": "tedfytw1209/mcp-server-evefleet",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tedfytw1209_mcp_server_eveflee_a3aec699/readme"
}