ai-market-intelligence
AI Market Intelligence MCP
Локальный MCP-сервер на TypeScript для сравнения моделей ИИ по сценариям: программирование, поддержка, документы, мультимодальность, агенты и конфиденциальность.
Что делает эта первая версия
перечисляет локальный каталог моделей;
рекомендует модели по явным критериям: возможности, контекст, относительная стоимость и собственный хостинг;
сравнивает выбранные модели;
объясняет веса, используемые в каждом сценарии.
Профили в src/catalog.ts являются качественными и начальными: это не официальные цены или бенчмарки. Проверьте рекомендацию на оценках в вашей предметной области и обновите источники перед принятием решения о покупке.
Related MCP server: ai-compass
Запуск
npm install
npm run build
npm run devДля тестирования с Inspector MCP:
npm run inspectПодключение в VS Code
Создайте или обновите .vscode/mcp.json в проекте, который будет использовать сервер:
{
"servers": {
"ai-market-intelligence": {
"command": "node",
"args": ["C:/Users/gabiv/Projects/ai-market-intelligence-mcp/dist/index.js"]
}
}
}После выполнения npm run build откройте раздел MCP в VS Code/Copilot и запустите сервер. Транспорт — stdio, поэтому программа никогда не пишет логи в stdout.
Рекомендуемые дальнейшие доработки
JSON-файл или база SQLite для данных и истории версий.
Сборщик официальных источников (цены, окна контекста и лимиты) с датой и URL для каждого значения.
Оценка на реальных промптах и метриках вашего бизнеса, а не на основе общих сравнений.
HTTP-интерфейс с аутентификацией, если вы хотите предоставить доступ к серверу команде.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides AI assistants with real-time access to 1000+ AI models including their latest pricing, context windows, capabilities, and specifications. Supports model search, comparison, recommendations, and live testing.32701MIT
- AlicenseDqualityFmaintenanceDescribe your AI use case in plain English, get ranked model recommendations with cost estimates and tradeoff reasoning. Covers 62 models across 29 providers. Available as a web app (BYOK + guest tier) and as an MCP server for Claude Desktop and Cursor — same recommendation engine, two interfaces.11MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to compare LLM benchmarks, get pricing, and receive model recommendations for tasks and budgets.1MIT
- AlicenseAqualityDmaintenanceEnables AI agents to discover, compare, and select the best AI models across multiple providers based on pricing, performance, and capabilities, with real-time cost estimation and benchmarking.9141MIT
Related MCP Connectors
Pick the right LLM for any task. Ranked shortlist with rationale across 8 evaluators.
Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.
Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabivech/ai-market-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server