{"id":41460381,"url":"https://github.com/drptbl/universalis-mcp-server","last_synced_at":"2026-01-23T15:50:21.762Z","repository":{"id":331934527,"uuid":"1132292268","full_name":"drptbl/universalis-mcp-server","owner":"drptbl","description":"MCP server for Universalis.app (FFXIV).","archived":false,"fork":false,"pushed_at":"2026-01-11T18:32:18.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-11T20:25:10.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drptbl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-11T17:30:39.000Z","updated_at":"2026-01-11T18:32:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/drptbl/universalis-mcp-server","commit_stats":null,"previous_names":["drptbl/universalis-mcp-server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/drptbl/universalis-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2Funiversalis-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2Funiversalis-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2Funiversalis-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2Funiversalis-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drptbl","download_url":"https://codeload.github.com/drptbl/universalis-mcp-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2Funiversalis-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-23T15:50:21.620Z","updated_at":"2026-01-23T15:50:21.748Z","avatar_url":"https://github.com/drptbl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# universalis-mcp-server\n\nMCP server for FFXIV market data via Universalis + Saddlebag Exchange, plus XIVAPI item lookup.\n\n## Capabilities\n\nThis MCP server exposes read-only tools for Universalis market data, Saddlebag Exchange analytics, and XIVAPI item lookup.\nAll tools support `response_format` as `markdown` or `json`.\n\n### Market board data (Universalis)\n\n- `universalis_get_aggregated_prices`: Aggregated pricing stats for up to 100 item IDs on a world, data center, or region (cached values only).\n- `universalis_get_current_listings`: Current listings plus recent sales history; supports filters like `hq`, `listings`, `entries`, and field selection.\n- `universalis_get_sales_history`: Sales history with optional time windows and price filters.\n\n### Item lookup (XIVAPI)\n\n- `universalis_resolve_items_by_name`: Search items by name with `partial` or `exact` matching.\n- `universalis_resolve_items_by_names`: Resolve multiple item names in one search query.\n- `universalis_get_item_by_id`: Fetch a single item row by ID.\n- `universalis_get_items_by_ids`: Fetch multiple item rows by ID in one request.\n\n### Workflows\n\n- `universalis_rank_items_by_profitability`: Resolve names, fetch aggregated data, and rank by demand and profit.\n\n### Market analytics (Saddlebag Exchange)\n\n- `saddlebag_get_listing_metrics`: Listing competition metrics and current listings.\n- `saddlebag_get_history_metrics`: Aggregated history metrics and price distributions.\n- `saddlebag_get_raw_stats`: Daily snapshot stats (median, average, sales volume).\n- `saddlebag_get_scrip_exchange`: Gil-per-scrip rankings.\n- `saddlebag_get_shopping_list`: Crafting shopping list across servers (may return exception payloads).\n- `saddlebag_get_export_prices`: Cross-world price comparison for export trading.\n- `saddlebag_get_marketshare`: Marketshare leaderboard snapshot for a server.\n- `saddlebag_get_reselling_scan`: Reselling opportunities (region/DC/vendor filters).\n- `saddlebag_get_weekly_price_group_delta`: Weekly deltas for custom item groups.\n- `saddlebag_get_price_check`: Price alert checks (user-supplied auctions).\n- `saddlebag_get_quantity_check`: Quantity alert checks (user-supplied auctions).\n- `saddlebag_get_sale_alert`: Sale alerts for retainer listings.\n- `saddlebag_get_craftsim`: Crafting profitability scan (use `max_results` to limit payloads).\n- `saddlebag_get_blog_description`: Item description text lookup.\n\nBest-deals is excluded (premium gated + inconsistent API validation).\n\n### Guides (Wiki snapshots)\n\n- `wiki_list_pages`: List curated wiki pages for Saddlebag and Universalis guides.\n- `wiki_get_page`: Fetch a wiki page by slug for extra context.\n\n### Reference data (Universalis)\n\n- `universalis_list_worlds`: List worlds with pagination.\n- `universalis_list_data_centers`: List data centers with pagination.\n- `universalis_list_marketable_items`: List marketable item IDs with pagination.\n- `universalis_get_tax_rates`: Current tax rates for a world.\n- `universalis_get_list`: Fetch a Universalis list by ID.\n- `universalis_get_content`: Fetch content metadata by ID (best-effort endpoint).\n\n### Stats and activity (Universalis)\n\n- `universalis_get_most_recent_updates`: Most recently updated items for a world or data center.\n- `universalis_get_least_recent_updates`: Least recently updated items for a world or data center.\n- `universalis_get_recent_updates`: Legacy list of recent updates (no world/DC scoping).\n- `universalis_get_upload_counts_by_source`: Upload counts by client app.\n- `universalis_get_upload_counts_by_world`: Upload counts and proportions by world.\n- `universalis_get_upload_history`: Daily upload totals for the last 30 days.\n\n## Use with Codex and Claude Code\n\nInstall from npm via MCP:\n\n```bash\n# Codex\ncodex mcp add universalis-mcp-server -- npx universalis-mcp-server@latest\n\n# Claude Code\nclaude mcp add universalis-mcp-server npx universalis-mcp-server@latest\n```\n\nTo pass environment variables (optional), add them before the command:\n\n```bash\n# Codex\ncodex mcp add universalis-mcp-server -- env UNIVERSALIS_TIMEOUT_MS=30000 XIVAPI_TIMEOUT_MS=30000 npx universalis-mcp-server@latest\n\n# Claude Code\nclaude mcp add universalis-mcp-server env UNIVERSALIS_TIMEOUT_MS=30000 XIVAPI_TIMEOUT_MS=30000 npx universalis-mcp-server@latest\n```\n\n## Setup\n\n```bash\npnpm install\npnpm build\n```\n\nTo refresh curated wiki snapshots:\n\n```bash\npnpm update-wiki-docs\n```\n\n## Run (stdio)\n\n```bash\nnode dist/index.js\n```\n\n## Local Development with Codex and Claude Code\n\nBuild the server and point MCP to the local `dist` entry:\n\n```bash\npnpm build\n\n# Codex\ncodex mcp add universalis-mcp-server -- node ./dist/index.js\n\n# Claude Code\nclaude mcp add universalis-mcp-server node ./dist/index.js\n```\n\nIf you change code, re-run `pnpm build` and restart the MCP connection.\n\n## Environment Variables\n\n- `UNIVERSALIS_BASE_URL`: Override Universalis base URL (default: `https://universalis.app/api/v2`).\n- `XIVAPI_BASE_URL`: Override XIVAPI base URL (default: `https://v2.xivapi.com/api`).\n- `SADDLEBAG_BASE_URL`: Override Saddlebag base URL (default: `https://docs.saddlebagexchange.com/api`).\n- `UNIVERSALIS_MCP_USER_AGENT`: Custom User-Agent header.\n- `UNIVERSALIS_TIMEOUT_MS`: Request timeout for Universalis (default: 30000).\n- `XIVAPI_TIMEOUT_MS`: Request timeout for XIVAPI (default: 30000).\n- `SADDLEBAG_TIMEOUT_MS`: Request timeout for Saddlebag (default: 30000).\n- `WIKI_FETCH_MODE`: `local` (default) for snapshot files or `live` to fetch from GitHub.\n- `WIKI_REFRESH_TTL_MS`: Cache TTL for live wiki fetches (default: 3600000).\n- `XIVAPI_LANGUAGE`: Default XIVAPI language (default: `en`).\n- `XIVAPI_VERSION`: Default XIVAPI version (default: `latest`).\n\n## Notes\n\n- Rate limits are enforced client-side for Universalis and XIVAPI.\n- Tools support `response_format` as `markdown` or `json`.\n- Some Saddlebag endpoints proxy Universalis data; avoid excessive polling.\n- Wiki pages are curated snapshots stored in `docs/wiki`.\n- Set `WIKI_FETCH_MODE=live` to refresh wiki pages at runtime using the allowlisted index.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrptbl%2Funiversalis-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrptbl%2Funiversalis-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrptbl%2Funiversalis-mcp-server/lists"}