TAM-MCP-Server
@gvaibhav
TAM-MCP-Server について
A comprehensive **Model Context Protocol (MCP)** server for market sizing analysis, TAM/SAM calculations, and industry research. Built with TypeScript, Express.js, and following the MCP 2024-11-05 specification.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"TAM-MCP-Server": {
"command": "docker",
"args": [
"build",
"-t",
"tam-mcp-server",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is TAM-MCP-Server?
TAM-MCP-Server is a Model Context Protocol (MCP) server for market sizing analysis, TAM/SAM calculations, and industry research. Built with TypeScript and Express.js, it provides 10 specialized tools for comprehensive market research and integrates with multiple market data providers.
How to use TAM-MCP-Server?
Clone the repository, install dependencies (Node.js 18+, npm/yarn, TypeScript 5+), copy .env.example to .env, configure environment variables (including SESSION_SECRET and optionally MARKET_DATA_API_KEY), then start with npm run dev or build and run with npm start. Use the MCP endpoints (e.g., POST /mcp/tools/{tool_name}) with JSON payloads to execute market analysis tools.
Key features of TAM-MCP-Server
- 10 specialized market analysis tools for comprehensive research
- HTTP Streamable Transport with Server-Sent Events for real-time updates
- Advanced caching system with configurable TTL
- Prometheus metrics for monitoring and observability
- Enterprise security with rate limiting, CORS, and input validation
- Support for multiple market data providers (IBISWorld, Statista, etc.)
Use cases of TAM-MCP-Server
- Calculate total addressable market (TAM) for a specific industry and geography
- Determine serviceable addressable market (SAM) with segmentation analysis
- Generate market forecasts and trend projections for future planning
- Compare multiple markets or industries to identify growth opportunities
- Validate market data accuracy and uncover market gaps
FAQ from TAM-MCP-Server
What runtime and dependencies are required?
Node.js 18+ with npm or yarn, and TypeScript 5+.
Does TAM-MCP-Server require API keys to work?
Yes, a SESSION_SECRET is required. A MARKET_DATA_API_KEY is recommended to enable real data integration with providers like IBISWorld, Statista, and Grand View Research.
What transport protocol does the server use?
It uses HTTP Streamable Transport with Server-Sent Events for real-time updates, following the MCP 2024-11-05 specification.
Is the server production-ready and secure?
Yes, it includes rate limiting, CORS protection, input validation with Zod, security headers via Helmet, and session management.
Is TAM-MCP-Server open source?
Yes, it is licensed under the MIT License.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント