Vendor MCP response
MCP tool response payload returned when agents retrieve GovTribe vendor records through MCP tools.
- Data type: Vendor data type
- Returned by: Search vendors MCP tool
Fields
Relationship Returns
| Field | Returns |
|---|---|
location | Location MCP response |
parent | Vendor MCP response |
naics_category | NAICS category MCP response |
federal_contract_awards | Federal contract award MCP response array |
federal_contract_idvs | Federal contract IDV MCP response array |
federal_contract_sub_awards | Federal contract sub-award MCP response array |
federal_grant_awards | Federal grant award MCP response array |
federal_grant_sub_awards | Federal 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"
}