{
  "info": {
    "name": "Highergov — mcp.ai",
    "description": "REST API for the Highergov MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/highergov",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "highergov_get_agencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/agencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "agencies"
          ]
        },
        "description": "Retrieves government agency information from the HigherGov database with pagination support. Use this tool to: - List all federal agencies with details like name, abbreviation, type, and hierarchy - S",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0,\n  \"agency_key\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_contract_vehicles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/contract/vehicles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "contract",
            "vehicles"
          ]
        },
        "description": "Retrieve federal multi-award contract vehicles from HigherGov. Contract vehicles are pre-established contracting mechanisms that streamline procurement. Use this to list available vehicles with option",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ordering\": \"\",\n  \"page_size\": \"\",\n  \"page_number\": 0,\n  \"vehicle_key\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_contracts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/contracts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "contracts"
          ]
        },
        "description": "Retrieve federal government contract data from HigherGov. Returns paginated list of contracts with details including awardees, agencies, amounts, dates, NAICS/PSC codes, and performance information. S",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"award_id\": \"\",\n  \"psc_code\": \"\",\n  \"page_size\": 0,\n  \"search_id\": \"\",\n  \"naics_code\": \"\",\n  \"awardee_key\": 0,\n  \"page_number\": 0,\n  \"last_modified_date\": \"\",\n  \"awarding_agency_key\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "documents"
          ]
        },
        "description": "Retrieve document metadata and download URLs for files associated with government opportunities, contracts, and grants from HigherGov. **When to use:** After calling Get Opportunities, Get Contracts, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"grant_id\": 0,\n  \"ordering\": \"\",\n  \"page_size\": 0,\n  \"contract_id\": 0,\n  \"document_id\": 0,\n  \"related_key\": \"\",\n  \"opportunity_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_grant_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/grant/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "grant",
            "history"
          ]
        },
        "description": "Tool to fetch historical data on grants from the HigherGov API. REQUIRED: At least one filter parameter (award_id or last_modified_date) must be provided. Use cases: - Retrieve history for a specific ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"award_id\": \"\",\n  \"page_size\": 0,\n  \"last_modified_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_grant_opportunities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/grant/opportunities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "grant",
            "opportunities"
          ]
        },
        "description": "Retrieve government grant and contract opportunities from HigherGov. Returns Federal contracts, SLED (State/Local) opportunities, grants, and SBIR opportunities with comprehensive details including ag",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"status\": \"\",\n  \"keyword\": \"\",\n  \"opp_key\": 0,\n  \"agency_id\": 0,\n  \"page_size\": 0,\n  \"search_id\": \"\",\n  \"source_id\": 0,\n  \"agency_key\": 0,\n  \"posted_date\": \"\",\n  \"version_key\": 0,\n  \"captured_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_grant_programs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/grant/programs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "grant",
            "programs"
          ]
        },
        "description": "Tool to retrieve information on grant programs. Use when you need to list available grant programs with pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_naics",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/naics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "naics"
          ]
        },
        "description": "Retrieve NAICS (North American Industry Classification System) codes with detailed descriptions. Returns a paginated list of NAICS codes that can be filtered by code prefix and sorted. Useful for find",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ordering\": \"\",\n  \"page_size\": 0,\n  \"naics_code\": \"\",\n  \"page_number\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_opportunity_history",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/opportunity/history",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "opportunity",
            "history"
          ]
        },
        "description": "Retrieve historical opportunity data from HigherGov with pagination support. This tool requires at least one identifying filter (captured_date, opp_key, version_key, search_id, posted_date, source_id,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"opp_key\": \"\",\n  \"page_size\": 0,\n  \"search_id\": \"\",\n  \"source_id\": \"\",\n  \"agency_key\": 0,\n  \"posted_date\": \"\",\n  \"source_type\": \"\",\n  \"version_key\": \"\",\n  \"captured_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_people",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/people",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "people"
          ]
        },
        "description": "Retrieves contact information for federal and state/local government personnel from HigherGov. Returns detailed contact records including names, titles, emails, phone numbers, and affiliated agencies.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"ordering\": \"\",\n  \"page_size\": 0,\n  \"contact_email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_psc",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/psc",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "psc"
          ]
        },
        "description": "Tool to retrieve information on Product and Service Codes. Use when fetching PSC entries with optional pagination and filtering by code.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"psc_code\": \"\",\n  \"page_size\": 0,\n  \"page_number\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_pursuits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/pursuits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "pursuits"
          ]
        },
        "description": "Tool to retrieve user-specific pursuits. Use when you need to fetch a user's pursuits with optional filtering by status and pagination.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"status\": \"\",\n  \"opp_key\": 0,\n  \"user_id\": \"\",\n  \"page_size\": 0,\n  \"search_id\": \"\",\n  \"source_id\": \"\",\n  \"agency_key\": 0,\n  \"posted_date\": \"\",\n  \"source_type\": \"\",\n  \"version_key\": 0,\n  \"captured_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_sbir_opportunities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sbir/opportunities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sbir",
            "opportunities"
          ]
        },
        "description": "Retrieve SBIR (Small Business Innovation Research) opportunities from HigherGov. SBIR is a U.S. government program that provides funding to small businesses for research and development with commercia",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"opp_key\": \"\",\n  \"ordering\": \"\",\n  \"page_size\": \"\",\n  \"search_id\": \"\",\n  \"source_id\": \"\",\n  \"agency_key\": 0,\n  \"page_number\": 0,\n  \"posted_date\": \"\",\n  \"version_key\": \"\",\n  \"captured_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_sled_contract_opportunities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/sled/contract/opportunities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "sled",
            "contract",
            "opportunities"
          ]
        },
        "description": "Tool to retrieve state and local (SLED) contract opportunities. Uses the general Opportunity endpoint with optional filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"opp_key\": \"\",\n  \"ordering\": \"\",\n  \"page_size\": \"\",\n  \"search_id\": \"\",\n  \"source_id\": \"\",\n  \"agency_key\": 0,\n  \"page_number\": 0,\n  \"posted_date\": \"\",\n  \"source_type\": \"\",\n  \"version_key\": \"\",\n  \"captured_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_subcontract_awards",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subcontract/awards",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subcontract",
            "awards"
          ]
        },
        "description": "Retrieves federal subcontract award data from HigherGov. Returns paginated subcontract records with details about subcontract recipients, amounts, prime contracts, and awarding agencies. **Important**",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"page_size\": 0,\n  \"search_id\": \"\",\n  \"last_modified_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "highergov_get_subgrant_awards",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/subgrant/awards",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "subgrant",
            "awards"
          ]
        },
        "description": "Retrieves federal subgrant award data from HigherGov. Returns paginated subgrant records with details about subgrant recipients, funding amounts, associated prime grants, and program information. **Im",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"state\": \"\",\n  \"award_id\": \"\",\n  \"page_size\": 0,\n  \"search_id\": \"\",\n  \"fiscal_year\": 0,\n  \"subgrant_id\": 0,\n  \"recipient_name\": \"\",\n  \"subgrant_number\": \"\",\n  \"last_modified_date\": \"\",\n  \"cfda_program_number\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}