Skip to main content
Glama
gabivech

ai-market-intelligence

by gabivech

AI Market MCP

A local MCP server in TypeScript for comparing AI models by scenario: programming, support, documents, multimodal, agents, and privacy.

What this first version does

  • lists the local model catalog;

  • recommends models with explicit criteria for capability, context, relative cost, and self-hosting;

  • compares selected models;

  • explains the weights used in each scenario.

The profiles in src/catalog.ts are qualitative and initial: they are not official prices or benchmarks. Validate the recommendation with evaluations in your domain and update the sources before a purchase decision.

Related MCP server: ai-compass

Running

npm install
npm run build
npm run dev

To test with MCP Inspector:

npm run inspect

Connecting in VS Code

Create or update .vscode/mcp.json in the project that will use the server:

{
  "servers": {
    "ai-market-intelligence": {
      "command": "node",
      "args": ["C:/Users/gabiv/Projects/ai-market-intelligence-mcp/dist/index.js"]
    }
  }
}

After running npm run build, open the MCP section of VS Code/Copilot and start the server. The transport is stdio; therefore, the program never writes logs to stdout.

  1. JSON file or SQLite database for data and version history.

  2. Collector of official sources (prices, context windows, and limits), with date and URL for each data point.

  3. Evaluation with real prompts and metrics from your business, instead of relying on generic comparisons.

  4. HTTP interface with authentication, if you want to share the server with a team.

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    F
    maintenance
    Provides 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.
    3
    270
    1
    MIT
  • A
    license
    D
    quality
    F
    maintenance
    Describe 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.
    1
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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