Agency

A nonprofit agency participating in the AbilityOne program

Federal-GovernmentDisability EmploymentProcurementNon-ProfitAccessibility

Properties

Name Type Description
id string Agency identifier
name string Agency name
affiliate string Central nonprofit affiliate
state string State abbreviation
city string City
address string Mailing address
phone string Contact phone number
website string Agency website URL
employeesBlind integer Number of employees who are blind
employeesDisabled integer Number of employees with significant disabilities
View JSON Schema on GitHub

JSON Schema

procurement-list-api-agency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.abilityone.gov/schema/agency.json",
  "title": "Agency",
  "description": "A nonprofit agency participating in the AbilityOne program",
  "type": "object",
  "properties": {
    "id": {
      "description": "Agency identifier",
      "type": "string",
      "example": "agency-001"
    },
    "name": {
      "description": "Agency name",
      "type": "string",
      "example": "Lighthouse for the Blind - St. Louis"
    },
    "affiliate": {
      "description": "Central nonprofit affiliate",
      "type": "string",
      "enum": [
        "NIB",
        "SourceAmerica"
      ]
    },
    "state": {
      "description": "State abbreviation",
      "type": "string",
      "example": "MO"
    },
    "city": {
      "description": "City",
      "type": "string",
      "example": "St. Louis"
    },
    "address": {
      "description": "Mailing address",
      "type": "string",
      "example": "4244 Forest Park Ave, St. Louis, MO 63108"
    },
    "phone": {
      "description": "Contact phone number",
      "type": "string",
      "example": "314-842-1180"
    },
    "website": {
      "description": "Agency website URL",
      "type": "string",
      "example": "https://www.blindmissouri.org"
    },
    "employeesBlind": {
      "description": "Number of employees who are blind",
      "type": "integer",
      "example": 125
    },
    "employeesDisabled": {
      "description": "Number of employees with significant disabilities",
      "type": "integer",
      "example": 45
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/procurement-list-api-agency"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.