{"mcpSpec":"0.3.1","mcpVersion":"2025-11-25","server":{"name":"sourcey","version":"1.0.0","description":"Hosted agent access to Sourcey's provenance-bound registry.","websiteUrl":"https://sourcey.com"},"description":"Sourcey MCP exposes immutable catalog reads, eligibility evaluation, provenance, adoption profiles, and the signed change stream. It never applies for or redeems an offer.","capabilities":{"tools":{"listChanged":false}},"transport":{"type":"streamable-http","url":"https://mcp.sourcey.com/mcp"},"tools":[{"name":"search_offers","description":"Search the immutable Sourcey catalog.","inputSchema":{"type":"object","properties":{"query":{"type":"string","minLength":1}},"required":["query"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"data":{"type":"array","items":{"type":"object","properties":{"entity_id":{"type":"string","pattern":"^ent_[0-9a-hjkmnp-tv-z]{26}$"},"entity_slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"entity_name":{"type":"string","minLength":1},"category":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"offer":{"type":"object","properties":{"offer_id":{"type":"string","pattern":"^off_[0-9a-hjkmnp-tv-z]{26}$"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"title":{"type":"string","minLength":1},"summary":{"type":"string","minLength":1},"type":{"type":"string","enum":["credits","discount","fixed-price","free-tier","other"]},"value":{"type":"object","properties":{"display":{"type":"string","minLength":1},"amount":{"type":"number","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"percent":{"type":"number","minimum":0,"maximum":100},"duration_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["display"],"additionalProperties":false},"eligibility":{"type":"object","properties":{"stages":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"regions":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"max_funding_usd":{"type":"number","minimum":0},"max_company_age_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"max_employees":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"requirements":{"default":[],"type":"array","items":{"type":"string","minLength":1}}},"required":["stages","regions","requirements"],"additionalProperties":false},"redemption":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","enum":["form","code","contact","automatic","other"]}},"required":["url","method"],"additionalProperties":false},"terms_url":{"type":"string","format":"uri"},"lifecycle":{"type":"string","enum":["active","ended","withdrawn"]},"effective_from":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"effective_until":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false}},"required":["offer_id","slug","title","summary","type","value","eligibility","redemption","lifecycle","effective_from","revision_digest","provenance"],"additionalProperties":false},"canonical_url":{"type":"string","format":"uri"}},"required":["entity_id","entity_slug","entity_name","category","offer","canonical_url"],"additionalProperties":false}}},"required":["release_id","data"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_vendor","description":"Read one vendor by slug or immutable ID.","inputSchema":{"type":"object","properties":{"vendor":{"type":"string","minLength":1}},"required":["vendor"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"vendor":{"type":"object","properties":{"entity_id":{"type":"string","pattern":"^ent_[0-9a-hjkmnp-tv-z]{26}$"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"name":{"type":"string","minLength":1},"description":{"type":"string","minLength":1},"website":{"type":"string","format":"uri"},"category":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false},"offers":{"type":"array","items":{"type":"object","properties":{"offer_id":{"type":"string","pattern":"^off_[0-9a-hjkmnp-tv-z]{26}$"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"title":{"type":"string","minLength":1},"summary":{"type":"string","minLength":1},"type":{"type":"string","enum":["credits","discount","fixed-price","free-tier","other"]},"value":{"type":"object","properties":{"display":{"type":"string","minLength":1},"amount":{"type":"number","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"percent":{"type":"number","minimum":0,"maximum":100},"duration_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["display"],"additionalProperties":false},"eligibility":{"type":"object","properties":{"stages":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"regions":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"max_funding_usd":{"type":"number","minimum":0},"max_company_age_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"max_employees":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"requirements":{"default":[],"type":"array","items":{"type":"string","minLength":1}}},"required":["stages","regions","requirements"],"additionalProperties":false},"redemption":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","enum":["form","code","contact","automatic","other"]}},"required":["url","method"],"additionalProperties":false},"terms_url":{"type":"string","format":"uri"},"lifecycle":{"type":"string","enum":["active","ended","withdrawn"]},"effective_from":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"effective_until":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false}},"required":["offer_id","slug","title","summary","type","value","eligibility","redemption","lifecycle","effective_from","revision_digest","provenance"],"additionalProperties":false}}},"required":["entity_id","slug","name","description","website","category","revision_digest","provenance","offers"],"additionalProperties":false}},"required":["release_id","vendor"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_offer","description":"Read one offer by vendor and offer slug.","inputSchema":{"type":"object","properties":{"vendor":{"type":"string","minLength":1},"offer":{"type":"string","minLength":1}},"required":["vendor","offer"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"entity":{"type":"object","properties":{"entity_id":{"type":"string","pattern":"^ent_[0-9a-hjkmnp-tv-z]{26}$"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"name":{"type":"string","minLength":1},"description":{"type":"string","minLength":1},"website":{"type":"string","format":"uri"},"category":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false},"offers":{"type":"array","items":{"type":"object","properties":{"offer_id":{"type":"string","pattern":"^off_[0-9a-hjkmnp-tv-z]{26}$"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"title":{"type":"string","minLength":1},"summary":{"type":"string","minLength":1},"type":{"type":"string","enum":["credits","discount","fixed-price","free-tier","other"]},"value":{"type":"object","properties":{"display":{"type":"string","minLength":1},"amount":{"type":"number","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"percent":{"type":"number","minimum":0,"maximum":100},"duration_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["display"],"additionalProperties":false},"eligibility":{"type":"object","properties":{"stages":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"regions":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"max_funding_usd":{"type":"number","minimum":0},"max_company_age_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"max_employees":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"requirements":{"default":[],"type":"array","items":{"type":"string","minLength":1}}},"required":["stages","regions","requirements"],"additionalProperties":false},"redemption":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","enum":["form","code","contact","automatic","other"]}},"required":["url","method"],"additionalProperties":false},"terms_url":{"type":"string","format":"uri"},"lifecycle":{"type":"string","enum":["active","ended","withdrawn"]},"effective_from":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"effective_until":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false}},"required":["offer_id","slug","title","summary","type","value","eligibility","redemption","lifecycle","effective_from","revision_digest","provenance"],"additionalProperties":false}}},"required":["entity_id","slug","name","description","website","category","revision_digest","provenance","offers"],"additionalProperties":false},"offer":{"type":"object","properties":{"offer_id":{"type":"string","pattern":"^off_[0-9a-hjkmnp-tv-z]{26}$"},"slug":{"type":"string","pattern":"^[a-z0-9]+(?:-[a-z0-9]+)*$"},"title":{"type":"string","minLength":1},"summary":{"type":"string","minLength":1},"type":{"type":"string","enum":["credits","discount","fixed-price","free-tier","other"]},"value":{"type":"object","properties":{"display":{"type":"string","minLength":1},"amount":{"type":"number","minimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"percent":{"type":"number","minimum":0,"maximum":100},"duration_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["display"],"additionalProperties":false},"eligibility":{"type":"object","properties":{"stages":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"regions":{"default":[],"type":"array","items":{"type":"string","minLength":1}},"max_funding_usd":{"type":"number","minimum":0},"max_company_age_months":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"max_employees":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"requirements":{"default":[],"type":"array","items":{"type":"string","minLength":1}}},"required":["stages","regions","requirements"],"additionalProperties":false},"redemption":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"method":{"type":"string","enum":["form","code","contact","automatic","other"]}},"required":["url","method"],"additionalProperties":false},"terms_url":{"type":"string","format":"uri"},"lifecycle":{"type":"string","enum":["active","ended","withdrawn"]},"effective_from":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"effective_until":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false}},"required":["offer_id","slug","title","summary","type","value","eligibility","redemption","lifecycle","effective_from","revision_digest","provenance"],"additionalProperties":false}},"required":["release_id","entity","offer"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"check_eligibility","description":"Evaluate structured eligibility without accepting an application.","inputSchema":{"type":"object","properties":{"vendor":{"type":"string","minLength":1},"offer":{"type":"string","minLength":1},"stage":{"type":"string","minLength":1},"region":{"type":"string","minLength":1},"funding_usd":{"type":"number","minimum":0},"company_age_months":{"type":"number","minimum":0},"employees":{"type":"number","minimum":0}},"required":["vendor","offer"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"offer_id":{"type":"string","minLength":1},"evaluation":{"type":"object","properties":{"eligible":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"unmet":{"type":"array","items":{"type":"string"}},"unknown":{"type":"array","items":{"type":"string"}}},"required":["eligible","unmet","unknown"],"additionalProperties":false}},"required":["release_id","offer_id","evaluation"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_provenance","description":"Read the closed provenance graph for an exact revision.","inputSchema":{"type":"object","properties":{"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["revision_digest"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"provenance":{"type":"object","properties":{"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"first_inclusion_sequence":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"observation_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["revision_digest","first_inclusion_sequence","event_ids","observation_ids","coverage_policy_digest","freshness_policy_digest"],"additionalProperties":false}},"required":["release_id","provenance"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_changes","description":"Read deterministic release changes after an optional signed cursor.","inputSchema":{"type":"object","properties":{"cursor":{"type":"string","minLength":1}},"additionalProperties":false},"outputSchema":{"type":"object","properties":{"feed_contract":{"type":"string","const":"sourcey.catalog-feed/v1alpha1"},"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"snapshot_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"diff_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"retained_from_release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"data":{"type":"array","items":{"type":"object","properties":{"change_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"kind":{"type":"string","enum":["entity.added","entity.updated","entity.retired","offer.added","offer.updated","offer.ended","offer.withdrawn","policy.added","policy.updated","policy.retired","adoption.added","adoption.updated","adoption.regraded","adoption.ended","adoption.withdrawn","asset.bound","asset.updated","asset.withdrawn"]},"subject_type":{"type":"string","enum":["entity","offer","policy","adoption_profile","asset_binding"]},"subject_id":{"anyOf":[{"type":"string","pattern":"^[a-z0-9][a-z0-9_-]*$"},{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}]},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"previous_revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"projection_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"previous_projection_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"tombstone":{"type":"object","properties":{"reason":{"type":"string","enum":["retired","ended","withdrawn"]},"canonical_route":{"type":"string","pattern":"^\\/.*"}},"required":["reason"],"additionalProperties":false}},"required":["change_id","kind","subject_type","subject_id","basis_event_ids"],"additionalProperties":false}},"next_cursor":{"anyOf":[{"type":"string","minLength":1},{"type":"null"}]}},"required":["feed_contract","release_id","snapshot_id","diff_digest","retained_from_release_id","data","next_cursor"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"get_adoption_profile","description":"Read a future adoption profile without inventing unavailable data.","inputSchema":{"type":"object","properties":{"adoption_profile_id":{"type":"string","minLength":1}},"required":["adoption_profile_id"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"release_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"adoption_profile":{"type":"object","properties":{"projection_contract":{"type":"string","const":"sourcey.adoption-projection/v1alpha1"},"adoption_profile_id":{"type":"string","pattern":"^adp_[0-9a-hjkmnp-tv-z]{26}$"},"entity_id":{"type":"string","pattern":"^ent_[0-9a-hjkmnp-tv-z]{26}$"},"product":{"type":"string","minLength":1},"funnel":{"type":"string","minLength":1},"lifecycle":{"type":"string","enum":["active","ended","withdrawn"]},"effective_from":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"effective_until":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"revision_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"grade":{"type":"string","enum":["A","B","C","D","F","unrated"]},"stages":{"minItems":5,"maxItems":5,"type":"array","items":{"type":"object","properties":{"stage":{"type":"string","enum":["evaluate","sign_up","pay","provision","operate"]},"outcome":{"type":"string","enum":["pass","constrained","fail","unknown","not_applicable"]},"signal_codes":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9]+(?:[._-][a-z0-9]+)*$"}},"blocker_codes":{"type":"array","items":{"type":"string","minLength":1}},"remediation_codes":{"type":"array","items":{"type":"string","minLength":1}}},"required":["stage","outcome","signal_codes","blocker_codes","remediation_codes"],"additionalProperties":false}},"coverage":{"type":"string","enum":["complete","partial","insufficient"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"provenance":{"type":"object","properties":{"tier":{"type":"string","enum":["observed","signed","verified"]},"freshness":{"type":"string","enum":["fresh","stale","unknown"]},"dispute":{"type":"string","enum":["none","open","resolved"]},"coverage_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"freshness_policy_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"basis_event_ids":{"minItems":1,"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"fields":{"minItems":1,"type":"array","items":{"type":"object","properties":{"path":{"type":"string","pattern":"^\\/.*"},"supporting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"contradicting_event_ids":{"type":"array","items":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"latest_observation_at":{"type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$"},"freshness":{"type":"string","enum":["fresh","stale","unknown"]}},"required":["path","supporting_event_ids","contradicting_event_ids","freshness"],"additionalProperties":false}},"attestation_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"},"verification_event_id":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["tier","freshness","dispute","coverage_policy_digest","freshness_policy_digest","basis_event_ids","fields"],"additionalProperties":false},"canonical_url":{"type":"string","format":"uri"},"projection_digest":{"type":"string","pattern":"^sha256:[a-f0-9]{64}$"}},"required":["projection_contract","adoption_profile_id","entity_id","product","funnel","lifecycle","effective_from","revision_digest","policy_digest","grade","stages","coverage","freshness","provenance","canonical_url","projection_digest"],"additionalProperties":false}},"required":["release_id","adoption_profile"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}}],"resources":[],"resourceTemplates":[],"prompts":[],"x-sourcey-boundary":{"reads":"The immutable catalog release and its closed provenance graph.","actions":"No application, redemption, payment, account, claim, or maintainer operation is exposed."}}
