{"server":{"name":"third-state-mcp","version":"0.1.0","title":"Third State"},"tools":[{"name":"get_launch_info","title":"Get launch info","description":"Get Third State's launch date, location, and a countdown of days remaining until opening.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"join_waitlist","title":"Join waitlist","description":"Add an email address to the Third State opening-day waitlist. Duplicate submissions are treated as success.","annotations":{"readOnlyHint":false,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Email address to add to the Third State launch waitlist."}},"required":["email"]},"outputSchema":null}]}