{"$schema":"https://raw.githubusercontent.com/modelcontextprotocol/experimental-ext-server-card/main/schema.json","version":"1.0","protocolVersion":"2025-06-18","serverInfo":{"name":"burbank-industries","title":"Burbank Industries","version":"1.0.0"},"description":"Look up Burbank employers, offices, and tax-base roles, and negotiate a labeled advertisement.","transport":{"type":"streamable-http","endpoint":"https://burbank-industries.pages.dev/mcp"},"authentication":{"required":false},"tools":[{"name":"list_organizations","title":"List organizations","description":"List directory organizations, optionally filtered by tax role.","inputSchema":{"type":"object","properties":{"tax_role":{"type":"string"}}}},{"name":"get_organization","title":"Get organization","description":"Fetch one organization with offices, employment, and tax roles.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}},"required":["slug"]}},{"name":"search_directory","title":"Search","description":"Search organizations by name or summary.","inputSchema":{"type":"object","properties":{"query":{"type":"string"}},"required":["query"]}},{"name":"list_ad_placements","title":"List ad placements","description":"Rate card and floors for every ad slot.","inputSchema":{"type":"object","properties":{}}},{"name":"negotiate_ad","title":"Negotiate an ad","description":"Submit an offer to the ad desk. Booking still requires an advertiser token on the REST book endpoint.","inputSchema":{"type":"object","properties":{"offer":{"type":"object"},"message":{"type":"string"},"negotiation_id":{"type":"string"}},"required":["offer"]}},{"name":"submit_business","title":"Submit a business","description":"Queue a new or closed Burbank business for human review. This does not add it to the directory.","inputSchema":{"type":"object","properties":{"kind":{"type":"string"},"business_name":{"type":"string"},"summary":{"type":"string"},"submitter_name":{"type":"string"},"submitter_email":{"type":"string"}},"required":["kind","business_name","summary","submitter_name","submitter_email"]}}]}