Market Sizing

v1.0.0Analyticsstable

Provides comprehensive market research and business analysis capabilities by integrating with eight major economic data sources like FRED, World Bank, and Census Bureau. It offers 28 specialized tools for calculating TAM/SAM, conducting industry anal

ai-toolsbusiness-intelligencemarket-analysismcp-servermodel-context-protocol
Share:
29
Stars
0
Downloads
0
Weekly
0/5

What is Market Sizing?

Market Sizing is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides comprehensive market research and business analysis capabilities by integrating with eight major economic data sources like fred, world bank, and census bureau. it offers 28 specialized tools...

Provides comprehensive market research and business analysis capabilities by integrating with eight major economic data sources like FRED, World Bank, and Census Bureau. It offers 28 specialized tools for calculating TAM/SAM, conducting industry anal

This server falls under the Analytics category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides comprehensive market research and business analysis

Use Cases

Calculate TAM/SAM figures using data from FRED, World Bank, and Census Bureau.
Conduct industry analysis and market research with 28 specialized tools.
Access comprehensive economic data for business intelligence.
gvaibhav

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedFeb 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx market-sizing-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Market Sizing

The Market Sizing MCP Server is a TypeScript-based MCP server that provides 28 specialized tools and 15 professional business analysis prompts by integrating with eight major economic data sources: Alpha Vantage, Bureau of Labor Statistics (BLS), Census Bureau, FRED (Federal Reserve), IMF, Nasdaq Data Link, OECD, and World Bank. It enables AI assistants to calculate Total Addressable Market (TAM) and Serviceable Addressable Market (SAM) figures, retrieve real-time financial and economic indicators, run industry analysis, and generate funding-pitch-ready market research — all backed by authoritative public data rather than training-data estimates. Business analysts, startup founders, and investors use it to produce credible, source-cited market sizing figures directly from Claude or another MCP client.

Prerequisites

  • Node.js 20.x or later installed
  • npm or yarn package manager
  • Optional but recommended: API keys for Alpha Vantage (https://www.alphavantage.co/) and FRED (https://fred.stlouisfed.org/docs/api/api_key.html) — the server works with smart defaults without them
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • Git to clone the repository
1

Clone the repository

Clone the TAM-MCP-Server repository from GitHub to your local machine.

git clone https://github.com/gvaibhav/TAM-MCP-Server.git
cd TAM-MCP-Server
2

Install dependencies

Install all Node.js dependencies using npm.

npm install
3

Configure environment variables

Copy the example environment file and add your API keys for the data sources you want to use. The server uses smart defaults so it works without keys, but API keys unlock full data access.

cp .env.example .env
4

Build the server

Compile the TypeScript source to JavaScript.

npm run build
5

Start the server

Start the server in HTTP mode (recommended) for MCP clients that support HTTP transport, or in stdio mode for direct process integration.

npm run start:http
6

Add to your MCP client configuration

Register the server in your claude_desktop_config.json. The server supports both stdio and HTTP transports — use the HTTP approach for Claude Desktop.

Market Sizing Examples

Client configuration

Add this to your claude_desktop_config.json. Adjust the cwd path to where you cloned the repository. Uses STDIO transport for direct integration.

{
  "mcpServers": {
    "market-sizing": {
      "command": "npm",
      "args": ["run", "start:stdio"],
      "cwd": "/path/to/TAM-MCP-Server",
      "env": {
        "ALPHA_VANTAGE_API_KEY": "your_alpha_vantage_key",
        "FRED_API_KEY": "your_fred_key"
      }
    }
  }
}

Prompts to try

These prompts exercise the TAM/SAM calculation tools, data source integrations, and the pre-built business analysis prompt templates.

- "Calculate the TAM for the B2B SaaS market in North America"
- "Get the current US GDP growth rate from FRED"
- "Show me a company overview for MSFT using Alpha Vantage"
- "Prepare a market sizing section for a startup pitch in the healthcare AI space"
- "Compare unemployment data from BLS across the last 5 years and chart the trend"

Troubleshooting Market Sizing

Data source tools return 'API key missing' or limited results

Add the relevant API key to your .env file. ALPHA_VANTAGE_API_KEY is needed for stock/company data, FRED_API_KEY for Federal Reserve economic indicators. Free keys are available from each provider's website.

Server fails to start with TypeScript or module errors

Ensure you ran 'npm run build' before starting. If errors persist, delete node_modules and the dist folder, then re-run 'npm install && npm run build'.

Claude Desktop cannot connect to the HTTP server

For Claude Desktop, use the stdio transport config with 'npm run start:stdio' instead of HTTP. HTTP transport works best with MCP Inspector or frameworks that support SSE/HTTP connections.

Frequently Asked Questions about Market Sizing

What is Market Sizing?

Market Sizing is a Model Context Protocol (MCP) server that provides comprehensive market research and business analysis capabilities by integrating with eight major economic data sources like fred, world bank, and census bureau. it offers 28 specialized tools for calculating tam/sam, conducting industry anal It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Market Sizing?

Follow the installation instructions on the Market Sizing GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Market Sizing?

Market Sizing works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Market Sizing free to use?

Yes, Market Sizing is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Analytics MCP Servers

Explore all analytics servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "market-sizing-mcp-server": { "command": "npx", "args": ["-y", "market-sizing-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Market Sizing?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides