MCP HOST

Skills MCP

A normal skill host over Model Context Protocol. Drop a folder in skills/, register it, ship. First skill is Project SEKAI (sekai.best master data).

Connect

{
  "mcpServers": {
    "skills": {
      "url": "https://YOUR-DEPLOYMENT.vercel.app/api/mcp"
    }
  }
}

Streamable HTTP. Same path also lives at /mcp.

Skills

Project SEKAIproject-sekai · v1.0.0

Cards, characters, events, songs, and gacha from sekai.best / Sekai-World master data.

  • pjsk_searchSmart search. Mixed queries like 'kohane 4 cute' or a song title.
  • pjsk_cardLook up a card by id or filter by character, unit, rarity, attribute, type.
  • pjsk_characterCharacter profile and card counts by rarity.
  • pjsk_eventCurrent, named, or numbered event.
  • pjsk_musicLook up songs by id, title, or composer.
  • pjsk_gachaCurrent or named gacha banners and pickup card ids.
  • pjsk_countsCard counts for every character.

Add another skill

  1. Copy skills/_template to skills/your-id
  2. Export a Skill with tools + handlers
  3. Import it in lib/registry.ts and append to skills
  4. Push. Vercel redeploys.