{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"com.secondshiftagents/site","title":"Second Shift Agents","description":"Supervised AI agents for supply-chain workflows, with public discovery and human-approved booking.","version":"0.1.0","websiteUrl":"https://www.secondshiftagents.com","icons":[{"src":"https://www.secondshiftagents.com/second-shift-mark-192.png","mimeType":"image/png","sizes":["192x192"]}],"remotes":[{"type":"streamable-http","url":"https://www.secondshiftagents.com/mcp","supportedProtocolVersions":["2025-06-18","2025-03-26","2024-11-05"]}],"serverUrl":"https://www.secondshiftagents.com/mcp","tools":[{"name":"about_second_shift","description":"What Second Shift Agents does, current supply-chain workflow engagements, and how to engage.","inputSchema":{"type":"object","properties":{"detailLevel":{"type":"string","enum":["summary","full"],"description":"Return a short overview or the full workflow description.","default":"full"}},"additionalProperties":false}},{"name":"book_working_session","description":"Request a 30-minute working session to map one supply-chain workflow for agentification. The request is stored and held for owner confirmation. The requester is emailed the confirmed time; nothing is scheduled automatically.","inputSchema":{"type":"object","properties":{"name":{"type":"string","description":"Requester's name (or principal's name)"},"email":{"type":"string","description":"Email address a human can reply to, to confirm a time"},"company":{"type":"string","description":"Company name (optional)"},"focus":{"type":"string","description":"The workflow or bottleneck to discuss, e.g. 'customs entry filing' (optional)"},"preferred_times":{"type":"string","description":"Preferred days/times with timezone (optional)"}},"required":["name","email"],"additionalProperties":false}},{"name":"get_developer_resources","description":"Return canonical Second Shift Agents developer documentation links, optionally filtered by topic.","inputSchema":{"type":"object","properties":{"topic":{"type":"string","enum":["all","api","authentication","mcp","sandbox","policies"],"description":"Developer resource group to return.","default":"all"}},"additionalProperties":false}}]}