GovTribe

Vendor MCP response

MCP tool response payload returned when agents retrieve GovTribe vendor records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
ueistringUEI attribute
namestringName attribute
divisionstringDivision attribute
dbastringDBA attribute
locationrelationship objectLocation attribute
addressstringAddress attribute
activation_datestringActivation date attribute
registration_datestringRegistration date attribute
registration_deleted_datestringRegistration deleted date attribute
registration_expiration_datestringRegistration expiration date attribute
sba_cert_8a_entry_datestringSBA cert 8(a) entry date attribute
sba_cert_8a_expiration_datestringSBA cert 8(a) expiration date attribute
sba_cert_8a_joint_venture_entry_datestringSBA cert 8(a) joint venture entry date attribute
sba_cert_8a_joint_venture_expiration_datestringSBA cert 8(a) joint venture expiration date attribute
sba_cert_hubzone_entry_datestringSBA cert HUBZone entry date attribute
sba_cert_hubzone_expiration_datestringSBA cert HUBZone expiration date attribute
sba_cert_small_disadvantaged_business_entry_datestringSBA cert small disadvantaged business entry date attribute
sba_cert_small_disadvantaged_business_expiration_datestringSBA cert small disadvantaged business expiration date attribute
sba_cert_edwosb_entry_datestringSBA cert EDWOSB entry date attribute
sba_cert_sdvosb_entry_datestringSBA cert SDVOSB entry date attribute
sba_cert_sdvosb_expiration_datestringSBA cert SDVOSB expiration date attribute
sba_cert_vosb_entry_datestringSBA cert VOSB entry date attribute
sba_cert_vosb_expiration_datestringSBA cert VOSB expiration date attribute
sba_cert_wosb_entry_datestringSBA cert WOSB entry date attribute
structurestringStructure attribute
sba_certificationsarraySBA certifications attribute
business_typesarrayBusiness types attribute
cage_codesarrayCAGE codes attribute
parent_or_childstringParent or child attribute
awarded_federal_contract_awardbooleanAwarded federal contract award attribute
awarded_federal_contract_idvbooleanAwarded federal contract IDV attribute
awarded_federal_contract_vehiclebooleanAwarded federal contract vehicle attribute
awarded_federal_grant_awardbooleanAwarded federal grant award attribute
has_federal_contract_prime_awardeesbooleanHas federal contract prime awardees attribute
has_federal_grant_prime_awardeesbooleanHas federal grant prime awardees attribute
updated_atstringUpdated at attribute
parentrelationship objectParent attribute
naics_categoryrelationship objectNAICS category attribute
federal_contract_awardsrelationship object arrayFederal contract awards attribute
federal_contract_idvsrelationship object arrayFederal contract IDV attribute
federal_contract_sub_awardsrelationship object arrayFederal contract sub-award attribute
federal_grant_awardsrelationship object arrayFederal grant awards attribute
federal_grant_sub_awardsrelationship object arrayFederal grant sub-awards attribute

Relationship Returns

FieldReturns
locationLocation MCP response
parentVendor MCP response
naics_categoryNAICS category MCP response
federal_contract_awardsFederal contract award MCP response array
federal_contract_idvsFederal contract IDV MCP response array
federal_contract_sub_awardsFederal contract sub-award MCP response array
federal_grant_awardsFederal grant award MCP response array
federal_grant_sub_awardsFederal grant sub-award MCP response array

Example

{
  "activation_date": "2020-01-15T00:00:00Z",
  "address": "123 Example Street, San Antonio, TX 78236",
  "awarded_federal_contract_award": true,
  "awarded_federal_contract_idv": true,
  "awarded_federal_contract_vehicle": true,
  "awarded_federal_grant_award": true,
  "business_types": [
    "Small Business"
  ],
  "cage_codes": [
    "1ABC2"
  ],
  "dba": "Example DBA",
  "division": "Example Division",
  "federal_contract_awards": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_AWARD_ID",
      "govtribe_type": "federal_contract_award",
      "govtribe_url": "https://govtribe.com/award/federal-contract-award/FEDERAL_CONTRACT_AWARD_ID",
      "name": "Federal contract award"
    }
  ],
  "federal_contract_idvs": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_IDV_ID",
      "govtribe_type": "federal_contract_idv",
      "govtribe_url": "https://govtribe.com/award/federal-idv-award/FEDERAL_CONTRACT_IDV_ID",
      "name": "Federal contract IDV"
    }
  ],
  "federal_contract_sub_awards": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_SUB_AWARD_ID",
      "govtribe_type": "federal_contract_sub_award",
      "govtribe_url": "https://govtribe.com/award/federal-contract-sub-award/FEDERAL_CONTRACT_SUB_AWARD_ID",
      "name": "Federal contract sub-award"
    }
  ],
  "federal_grant_awards": [
    {
      "govtribe_id": "FEDERAL_GRANT_AWARD_ID",
      "govtribe_type": "federal_grant_award",
      "govtribe_url": "https://govtribe.com/award/federal-grant-award/FEDERAL_GRANT_AWARD_ID",
      "name": "Federal grant award"
    }
  ],
  "federal_grant_sub_awards": [
    {
      "govtribe_id": "FEDERAL_GRANT_SUB_AWARD_ID",
      "govtribe_type": "federal_grant_sub_award",
      "govtribe_url": "https://govtribe.com/award/federal-grant-sub-award/FEDERAL_GRANT_SUB_AWARD_ID",
      "name": "Federal grant sub-award"
    }
  ],
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "VENDOR_ID",
  "govtribe_type": "vendor",
  "govtribe_url": "https://govtribe.com/vendors/VENDOR_ID",
  "has_federal_contract_prime_awardees": true,
  "has_federal_grant_prime_awardees": false,
  "location": {
    "govtribe_id": "LOCATION_ID",
    "govtribe_type": "location",
    "lat": 29.3887899,
    "lng": -98.61057029999999,
    "name": "San Antonio, TX 78236, USA"
  },
  "naics_category": {
    "govtribe_id": "611512",
    "govtribe_type": "naics_category",
    "govtribe_url": "https://govtribe.com/category/naics/611512-flight-training",
    "name": "Flight Training"
  },
  "name": "Technical Assent, LLC",
  "parent": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Parent vendor"
  },
  "parent_or_child": "Parent",
  "registration_date": "2020-01-15T00:00:00Z",
  "registration_deleted_date": null,
  "registration_expiration_date": "2027-01-15T00:00:00Z",
  "sba_cert_8a_entry_date": "2021-01-15T00:00:00Z",
  "sba_cert_8a_expiration_date": "2030-01-15T00:00:00Z",
  "sba_cert_8a_joint_venture_entry_date": null,
  "sba_cert_8a_joint_venture_expiration_date": null,
  "sba_cert_edwosb_entry_date": null,
  "sba_cert_hubzone_entry_date": null,
  "sba_cert_hubzone_expiration_date": null,
  "sba_cert_sdvosb_entry_date": null,
  "sba_cert_sdvosb_expiration_date": null,
  "sba_cert_small_disadvantaged_business_entry_date": null,
  "sba_cert_small_disadvantaged_business_expiration_date": null,
  "sba_cert_vosb_entry_date": null,
  "sba_cert_vosb_expiration_date": null,
  "sba_cert_wosb_entry_date": null,
  "sba_certifications": [
    "8(a)"
  ],
  "structure": "Corporate Entity (Not Tax Exempt)",
  "uei": "EXAMPLEUEI1",
  "updated_at": "2026-03-23T04:00:00Z"
}