{
  "markdown": "# ArtistAlly — Convention Data MCP Server\n\n> Free fan-convention data for agents: search furry, anime & gaming conventions across 51 US & Canadian metros — dates, registration windows, table costs, and attendance history.\n\n**ArtistAlly** is a hosted, remote [Model Context Protocol](https://modelcontextprotocol.io)\nserver that gives any MCP-capable agent a single, no-key call for questions like\n*\"which conventions can I still get an artist-alley table at?\"* or *\"what anime\ncons are in the Southeast this fall?\"* It serves the approved ArtistAlly catalog —\ndates, venues, artist-alley and vendor registration windows, table costs, badge\nprices, hotel blocks, transit access, and multi-year attendance history — refreshed\ndaily, with organizer-verified fields flagged.\n\n- **Endpoint:** `https://artistally.alchemylab.sh/api/mcp` (streamable-HTTP)\n- **Auth:** none — every tool is free and read-only\n- **Docs & connect guide:** https://artistally.alchemylab.sh/mcp\n- **In the official MCP registry as:** `sh.alchemylab.artistally/conventions`\n\n> This repository is **documentation only** — ArtistAlly is a hosted service that's\n> always on. There's nothing to install, build, or run locally.\n\n## Quick start\n\nPoint any MCP client at the remote endpoint via the\n[`mcp-remote`](https://www.npmjs.com/package/mcp-remote) shim:\n\n```json\n{\n  \"mcpServers\": {\n    \"artistally\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://artistally.alchemylab.sh/api/mcp\"]\n    }\n  }\n}\n```\n\nDrop that into your client config (`claude_desktop_config.json`, Cursor, Cline,\netc.) and the ArtistAlly tools appear. Clients that speak streamable-HTTP directly\n(Claude Code, claude.ai connectors) can use the endpoint URL as-is — see\nhttps://artistally.alchemylab.sh/mcp for per-client instructions.\n\n## Tools\n\nAll tools are free and need no auth. See **https://artistally.alchemylab.sh/mcp**\nfor the always-current list and full schemas.\n\n| Tool | What it does |\n|---|---|\n| `artistally_search_conventions` | Search conventions by text, community (furry/anime/gaming), region, state, metro, or date range |\n| `artistally_get_convention` | Full profile of one convention: registration windows, costs, hotel block, transit, and up to 6 years of attendance/pricing history |\n| `artistally_list_open_registrations` | Artist-alley and vendor registration windows open now or opening soon, sorted by closing date |\n| `artistally_get_coverage` | The regions, states/provinces, and metros tracked, with convention counts (and the valid filter values for the other tools) |\n\nEvery response includes a canonical `url` for each convention and a `source`\nattribution block — please link the convention's page when you present the data.\n\n## Browse it yourself\n\nNo MCP client needed — the same catalog is public on the web:\n\n- **Events directory:** https://artistally.alchemylab.sh/events (filter by region, state, metro, community)\n- **Registration board:** https://artistally.alchemylab.sh/registrations (open now / opening soon)\n- **Machine-readable index:** https://artistally.alchemylab.sh/llms.txt\n- **Sitemap:** https://artistally.alchemylab.sh/sitemap.xml\n\n## Links\n\n- **Website:** https://artistally.alchemylab.sh\n- **Connect guide (canonical tool list):** https://artistally.alchemylab.sh/mcp\n- **Also on Smithery:** https://smithery.ai/servers/alix-petkov/artistally\n- **Official MCP registry:** `sh.alchemylab.artistally/conventions`\n\n## For registry tooling\n\nThe `Dockerfile` here is **not** the server — it's a thin\n[`mcp-remote`](https://www.npmjs.com/package/mcp-remote) bridge so directories\nthat build and introspect a container (e.g. Glama's checks) can start the\nserver and list its tools against the live endpoint. There's still nothing to\nrun locally; just point your client at the URL above.\n\n## License\n\n[MIT](LICENSE) — covers this documentation repository. The ArtistAlly service\nitself is a hosted product operated by Alchemy Lab LLC.\n",
  "bytes": 3945,
  "sha": "833f042d4eeb39893552becf5bba38094483d7b27f9df01cf7bdbf7f94c23df4",
  "repo_slug": "system-alchemist/artistally-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_sh_alchemylab_artistally_conventions_c4ddedfc/readme"
}