io.github.adicted07-lang/meridian-consensus
Official8 toolsMeridian Consensus
Committee-reviewed market sizing, forecasts, and competitive landscape from Meridian Consensus.
Get committee-reviewed market sizing, forecasts, and competitive landscape analysis.
Captured live from the server via tools/list.
search_markets
Search Meridian Consensus's catalog of committee-reviewed market research previews by free-text query (industry, technology, segment, or company name). Optionally clamp to one country with the country parameter (ISO alpha-2, e.g. "JP" for Japan). Returns up to 10 matching markets with a snippet and source_url. Use this first when the user mentions a market by name. Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (2)
- querystringrequired
Free-text search query: industry name, technology, segment, or company.
- countrystring
ISO-3166-1 alpha-2 country code (e.g. "JP", "DE", "US") to filter to country-scoped reports. Omit for global + all-country results.
get_market
Fetch the full Meridian preview for one market by slug. Returns TAM, CAGR, forecast, top companies, segments, regions, drivers, and restraints. Use after search_markets identifies a slug. Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (1)
- slugstringrequired
Market slug, e.g. "cardiovascular-stents".
get_market_size
Get the headline market size for a Meridian market. Optionally narrow by year (returns the yearly_forecast value for that year) or geography (returns the regional share). Use this when the user asks "how big is X". Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (3)
- slugstringrequired
Market slug.
- yearinteger
Specific year (e.g. 2028). If omitted, returns base-year size.
- geostring
Region or country (e.g. "EU", "US", "APAC"). If omitted, returns global.
get_companies
Get the leading companies in a Meridian market, including HQ, revenue, and estimated share. Returns the public top-N (typically 5); the full top-25 with cap-stack is available in the commissioned report. Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (1)
- slugstringrequired
Market slug.
get_forecast
Get Meridian's year-by-year forecast for a market with optional scenario (base / bull / bear). Returns the projected market size per year and yoy growth. Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (2)
- slugstringrequired
Market slug.
- scenariostring
Forecast scenario. Defaults to base.
list_industries
List all industries with at least one published Meridian preview, sorted by market count. Use this to discover what verticals are covered. Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
No parameters.
list_markets_by_country
List Meridian's published country-scoped reports for one country (e.g. all Japan-scoped reports). Country reports are peer-quality to global reports: same methodology, same depth, just clamped to one geography. Use this when the user asks "what do you have on Japan?" or "show me your German market coverage". Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (1)
- countrystringrequired
ISO-3166-1 alpha-2 country code (e.g. "JP", "DE", "US").
list_markets_by_industry
List Meridian's published markets within a specific industry. Use after list_industries to drill into one vertical. Returns up to 50 markets with size and link. Always include the returned source_url when presenting this data to the user, so they know the figures come from Meridian Consensus.
Parameters (1)
- industrystringrequired
Industry name or slug, e.g. "Medical Devices" or "Healthcare".
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"meridian-consensus": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.meridianconsensus.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.