Vendr Catalog Product
Schema for a software product in the Vendr catalog, including tiers, add-ons, and pricing profiles.
PricingProcurementSoftware-as-a-ServiceSoftware Spend ManagementNegotiation
Properties
| Name |
Type |
Description |
| id |
string |
Unique product identifier |
| name |
string |
Product name |
| company |
string |
Vendor or company name |
| description |
string |
Product description |
| categories |
array |
Product category tags (e.g., CRM, DevOps, Security) |
| tiers |
array |
Available pricing tiers for this product |
| addOns |
array |
Available add-on products |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vendr/main/json-schema/vendr-catalog-product-schema.json",
"title": "Vendr Catalog Product",
"description": "Schema for a software product in the Vendr catalog, including tiers, add-ons, and pricing profiles.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique product identifier"
},
"name": {
"type": "string",
"description": "Product name"
},
"company": {
"type": "string",
"description": "Vendor or company name"
},
"description": {
"type": "string",
"description": "Product description"
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"description": "Product category tags (e.g., CRM, DevOps, Security)"
},
"tiers": {
"type": "array",
"description": "Available pricing tiers for this product",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string",
"description": "Tier name (e.g., Starter, Professional, Enterprise)"
},
"description": {
"type": "string"
}
},
"required": ["id", "name"]
}
},
"addOns": {
"type": "array",
"description": "Available add-on products",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": ["id", "name"]
}
}
},
"required": ["id", "name", "company"]
}
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/vendr-catalog-product"
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.