The IBISWorld MCP Server exposes 8 tools that give agentic workflows and LLM platforms structured access to IBISWorld's industry intelligence. The client's model selects the right tool(s) based on the user's prompt, so there's nothing to call directly.| Tool | Description |
|---|
fetch_metadata | ποΈ First step when working with IBISWorld data. Retrieves available sections and structure before fetching full content. |
fetch_sections | π Used after fetch_metadata to retrieve full content of specific sections from an IBISWorld title. |
search_industry | π Market size, growth, drivers, trends, competitive landscape, key players, and outlook by industry. |
search_industry_region | πΊοΈ Industry questions scoped to a specific state or region. |
search_company | π’ Company-level performance, operations, market position, financials, and strategic activity. |
search_business_environment | π Macro-level external factors: economic conditions, demographics, regulation, technology trends. |
search_procurement | π Procurement, sourcing, and supply chain: pricing, supplier landscape, buying strategies. |
search_segment_benchmark | π Operator size segment data, comparing performance across small, medium, and large operators. |
π‘ Common Use Cases#
Typical use cases include:π Summarizing industry outlook and growth drivers for a specific market
π’ Researching a company's financials and competitive position ahead of a call
π Assessing supplier and procurement risk for a product category
π Benchmarking a client's performance against operator size segments
π Grounding investment or credit memos in macro-level business environment data
π§ Parameters#
| Parameter | Type | Required | Description |
|---|
title | string | β
| Primary identifier of the IBISWorld content to retrieve metadata for. |
fetch_sections#
| Parameter | Type | Required | Description |
|---|
title | string | β
| Primary key of the source to retrieve sections from. |
sections | array | β
| List of section identifiers to fetch. |
search_industry#
| Parameter | Type | Required | Description |
|---|
industryDescription | string | β
| Industry name (e.g. Meat Processing). Do not include country or region. |
country | string | β
| ISO 3166 country code (e.g. US, AU, GB). |
language | string | β
| ISO 639 language code (e.g. en). |
dataQuestion | string | β | Specific question or data point being sought. |
search_industry_region#
| Parameter | Type | Required | Description |
|---|
industryDescription | string | β
| Industry name, without country or region. |
country | string | β
| ISO 3166 country code. |
region | string | β
| Region or state code to scope the report geographically. |
language | string | β
| ISO 639 language code. |
dataQuestion | string | β | Specific question or data point being sought. |
search_company#
| Parameter | Type | Required | Description |
|---|
companyName | string | β
| Company name (e.g. Apple Inc, BHP Group). |
country | string | β
| ISO 3166 country code for the company's primary market. |
language | string | β
| ISO 639 language code. |
dataQuestion | string | β | Specific question or data point being sought. |
search_business_environment#
| Parameter | Type | Required | Description |
|---|
topic | string | β
| Macro-level topic or external factor (e.g. interest rates, aging population). |
country | string | β
| ISO 3166 country code. |
language | string | β
| ISO 639 language code. |
dataQuestion | string | β | Specific question or data point being sought. |
search_procurement#
| Parameter | Type | Required | Description |
|---|
productDescription | string | β
| Product or service category being sourced (e.g. Steel, Cloud Computing Services). |
country | string | β
| ISO 3166 country code. |
language | string | β
| ISO 639 language code. |
dataQuestion | string | β | Specific procurement or sourcing question. |
search_segment_benchmark#
| Parameter | Type | Required | Description |
|---|
industryDescription | string | β
| Industry to benchmark operator segments within. |
country | string | β
| ISO 3166 country code. |
language | string | β
| ISO 639 language code. |
dataQuestion | string | β | Specific benchmarking question or metric being sought. |
Modified atΒ 2026-07-24 17:05:52