1. IBISWorld MCP
IBISWorld API
  • Overview
    • πŸš€ Getting Started
    • πŸ“Š About IBISWorld
    • 🚦Rate Limits & Data Size
    • 🌐 API Uptime, SLA & Support
    • πŸ“Œ Versioning & API Changes
    • ❓Frequently Asked Questions (FAQs)
    • πŸ“° API Release Notes
    • Authentication
      POST
  • How-To Guides
    • πŸ” How To: Convert ANZSIC ➜ IBISWorld Report
    • πŸ“₯ How To: Download an IBISWorld PDF Report
  • IBISWorld MCP
    • Tools References
    • Claude
    • ChatGPT
    • Copilot
  • Classifications
    • List of Classification System Versions
    • List of Classification System Titles and Codes
    • Classification System to IBISWorld Report Concordance
    • IBISWorld Report to Classification System Concordance
  • Industry
    • Risk
      • Risk Reports List
      • Recently Updated Risk Reports List
      • Full Industry Risk Report
      • Sections of Risk Report
      • Early Warning System (EWS)
    • States (US) & Provinces (Canada)
      • Industry Reports List
      • Full Industry Report
      • Sections of Industry Report
    • Segment Benchmarking (US)
      • Full Segment Benchmarking Report
      • Sections of a Segment Benchmarking Report
    • ESG
      • Full ESG Report
      • Sections of ESG Report
    • Industry Reports List
    • Recently Updated Industry Reports List
    • Sections of Industry Report
    • Full Industry Report
    • One Section from Multiple Industry Reports
    • Industry Report Images
  • Downloads
    • Download a Report
  • Business Environment Profiles
    • BED Reports List
    • Recently Updated BED Reports List
    • Full BED Report
    • Sections of BED Report
  • Occupation Profiles
    • Occupation Report List
    • Recently Updated Occupation Report List
    • Full Occupation Report
    • Sections of Occupation Report
  • Company
    • Company Reports List (Australia)
    • Recently Updated Company Reports List
    • Full Company Report (Australia)
    • Sections of Company Report (Australia)
  • Procurement
    • Procurement Reports
    • Recently Updated Procurement Reports List
    • Sections of Procurement Report
    • Full Procurement Report
    • One Section from Multiple Procurement Reports
  • SupplierIQ
    • SupplierIQ Report List
    • Recently Updated SupplierIQ Reports List
    • Sections of SupplierIQ Report
  • Schemas
    • classification_system_version
    • ibis_report_concordance
    • ibis_industry_report
    • ibis_industry_risk_report
    • ibis_bed_report
    • ibis_company_report
  1. IBISWorld MCP

Tools References

🧰 Tools Reference#

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.

πŸ“‹ Available Tools#

ToolDescription
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#

fetch_metadata#

ParameterTypeRequiredDescription
titlestringβœ…Primary identifier of the IBISWorld content to retrieve metadata for.

fetch_sections#

ParameterTypeRequiredDescription
titlestringβœ…Primary key of the source to retrieve sections from.
sectionsarrayβœ…List of section identifiers to fetch.

search_industry#

ParameterTypeRequiredDescription
industryDescriptionstringβœ…Industry name (e.g. Meat Processing). Do not include country or region.
countrystringβœ…ISO 3166 country code (e.g. US, AU, GB).
languagestringβœ…ISO 639 language code (e.g. en).
dataQuestionstringβ€”Specific question or data point being sought.

search_industry_region#

ParameterTypeRequiredDescription
industryDescriptionstringβœ…Industry name, without country or region.
countrystringβœ…ISO 3166 country code.
regionstringβœ…Region or state code to scope the report geographically.
languagestringβœ…ISO 639 language code.
dataQuestionstringβ€”Specific question or data point being sought.

search_company#

ParameterTypeRequiredDescription
companyNamestringβœ…Company name (e.g. Apple Inc, BHP Group).
countrystringβœ…ISO 3166 country code for the company's primary market.
languagestringβœ…ISO 639 language code.
dataQuestionstringβ€”Specific question or data point being sought.

search_business_environment#

ParameterTypeRequiredDescription
topicstringβœ…Macro-level topic or external factor (e.g. interest rates, aging population).
countrystringβœ…ISO 3166 country code.
languagestringβœ…ISO 639 language code.
dataQuestionstringβ€”Specific question or data point being sought.

search_procurement#

ParameterTypeRequiredDescription
productDescriptionstringβœ…Product or service category being sourced (e.g. Steel, Cloud Computing Services).
countrystringβœ…ISO 3166 country code.
languagestringβœ…ISO 639 language code.
dataQuestionstringβ€”Specific procurement or sourcing question.

search_segment_benchmark#

ParameterTypeRequiredDescription
industryDescriptionstringβœ…Industry to benchmark operator segments within.
countrystringβœ…ISO 3166 country code.
languagestringβœ…ISO 639 language code.
dataQuestionstringβ€”Specific benchmarking question or metric being sought.
Modified atΒ 2026-07-24 17:05:52
Previous
IBISWorld MCP
Next
Claude
Built with