TAM-MCP-Server
by gvaibhav·★ 29·Score 41
A comprehensive MCP server for market sizing analysis with 28 tools, 15 business prompts, and integration with 8 economic data sources.
Overview
The TAM-MCP-Server provides extensive market research and business analysis capabilities through 28 specialized tools organized in three tiers: direct data access, basic market analysis, and advanced business intelligence. It integrates with 8 major economic data sources including Alpha Vantage, BLS, Census, FRED, IMF, Nasdaq Data Link, OECD, and World Bank. The server supports multiple transport methods (STDIO, HTTP, SSE) and features smart defaults that enable immediate use without parameter research.
Try asking AI
After installing, here are 8 things you can ask your AI assistant:
When to choose this
Choose this server for professional market analysis and business intelligence work, especially when you need TAM/SAM calculations, industry research, or integration with economic data sources.
When NOT to choose this
Not ideal if you need real-time market data with minimal latency, as the server relies on external APIs with potential caching delays, or if you require highly specialized industry data not covered by the integrated sources.
Tools this server exposes
12 tools extracted from the READMEalphaVantage_getCompanyOverviewGet detailed company overview and financials from Alpha Vantage
tam_analysisAdvanced Total Addressable Market calculations with scenario projections
market_size_calculatorBasic market size estimation with methodology explanations
industry_analysisEnhanced multi-source industry analysis with intelligent ranking
fred_getSeriesObservationsFetch Federal Reserve economic data series
market_forecastingTime series forecasting with scenario analysis
market_comparisonMulti-market comparative analysis and rankings
census_fetchIndustryDataAccess U.S. Census Bureau industry statistics
market_segmentsHierarchical market segmentation analysis
worldBank_getIndicatorDataFetch World Bank development indicators
sam_calculatorServiceable Addressable Market with constraint analysis
market_opportunitiesMarket gap and growth opportunity identification
Comparable tools
Installation
Installation
Prerequisites
- Node.js 20.x or later
- npm or yarn
- API keys for data sources (optional)
Quick Setup
# Clone repository
git clone https://github.com/gvaibhav/TAM-MCP-Server.git
cd TAM-MCP-Server
# Install dependencies
npm install
# Configure environment
cp .env.example .env
# Edit .env with your API keys
# Build and start (HTTP - recommended)
npm run build
npm run start:httpClaude Desktop Integration
Add to your configuration:
{
"mcpServers": {
"tam": {
"command": "npm",
"args": ["run", "start:http"],
"cwd": "/path/to/TAM-MCP-Server"
}
}
}FAQ
- Do I need API keys for all data sources?
- No, many data sources have free tiers or public APIs (World Bank, OECD, IMF, Census, FRED). Keys are optional but provide higher request limits.
- What transport methods are supported?
- The server supports three transport methods: STDIO, HTTP (recommended), and Server-Sent Events (SSE) for different integration needs.
- Can I use this without programming knowledge?
- Yes, the server provides smart defaults for all tools, allowing immediate use without parameter research. You can also use the 15 business prompts for ready-made analysis templates.
Compare TAM-MCP-Server with
Last updated · Auto-generated from public README + GitHub signals.