# AIVP Services MCP Servers > Ten npm-distributed Model Context Protocol servers for AI cost analysis, MCP security review, public data, market analysis, SEO, PostgreSQL schema work, social-media analysis, resume optimization, legal-document analysis, and API documentation. ## Notes - Each package requires Node.js 18 or newer, runs over stdio by default, and can be started with `npx -y `. - The package manifests declare the MIT license. Tool calls are also runtime-license-gated. - Without a license key, nine packages allow three tool calls total per package, shared across their tools. `data-aggregator-mcp` instead has a permanent code-enforced allowance of 100 calls per UTC day; it does not use the one-off three-call trial. - Trial and daily usage are normally persisted in `~/.aivp-mcp/usage.json`. Set a purchased key with `LICENSE_KEY`; `AIVP_LICENSE_KEY` is also accepted. - Some outputs are heuristic or depend on third-party/public endpoints. The legal analyzer is informational only and is not legal advice. Market tools do not place trades. ## Docs - [AIVP Services](https://aivp-mcp.vercel.app/) — Site overview and package catalog. - [Documentation](https://aivp-mcp.vercel.app/docs.html) — Installation, access, package selection, and source-aware limitations. - [Quick start](https://aivp-mcp.vercel.app/docs.html#quickstart) — Generic npm and MCP-client configuration. - [Package comparison](https://aivp-mcp.vercel.app/compare.html) — Side-by-side package reference. - [FAQ](https://aivp-mcp.vercel.app/faq.html) — Skeptical-buyer answers: free tier, offline license verification, activation, key recovery, supported clients, and billing. - [License-key recovery](https://aivp-mcp.vercel.app/recover.html) — Checked-in recovery flow for an eligible Stripe checkout link or session identifier; deployment of this revision is not asserted, and both values are sensitive. - [Full machine-readable reference](https://aivp-mcp.vercel.app/llms-full.txt) — Detailed tools, inputs, use cases, and exclusions. ## Packages - [AI Cost Analyzer](https://aivp-mcp.vercel.app/ai-cost-analyzer.html) — Analyzes supplied LLM usage, estimates savings, optimizes prompts, and compares models against a bundled March 2026 pricing snapshot. - [MCP Security Scanner](https://aivp-mcp.vercel.app/mcp-server-security-scanner.html) — Statically scans MCP configs, tool definitions, auth settings, and a bundled CVE dataset, then formats findings as reports. - [Data Aggregator MCP](https://aivp-mcp.vercel.app/data-aggregator-mcp.html) — Queries stocks, crypto, news, weather, exchange rates, webpages, and selected public-data services. - [Market Data Analyzer](https://aivp-mcp.vercel.app/market-data-analyzer.html) — Uses Yahoo Finance and CoinGecko data for stock indicators, screening, portfolios, asset comparisons, market snapshots, and crypto analysis. - [SEO Audit Tool](https://aivp-mcp.vercel.app/seo-audit-tool.html) — Fetches HTML to audit pages, analyze text keywords, check links, inspect sitemaps, and compare two pages. - [MCP Schema Designer](https://aivp-mcp.vercel.app/mcp-schema-designer.html) — Designs and validates PostgreSQL schemas, generates migrations and typed outputs, and suggests query improvements without executing SQL. - [Social Media Analytics](https://aivp-mcp.vercel.app/social-media-analytics.html) — Analyzes public profiles, hashtags, competitors, calendars, and post text using scraping plus explicit heuristic fallbacks. - [Resume Optimizer](https://aivp-mcp.vercel.app/resume-optimizer.html) — Applies text heuristics for resume scoring, ATS checks, job matching, keyword review, bullet rewrites, and summary generation. - [Legal Doc Analyzer](https://aivp-mcp.vercel.app/legal-doc-analyzer.html) — Uses local pattern matching for contract structure, risks, version differences, summaries, and four compliance-framework checklists. - [MCP API Doc Generator](https://aivp-mcp.vercel.app/mcp-api-doc-generator.html) — Generates OpenAPI 3.1 output, endpoint Markdown, TypeScript SDKs, API lint reports, and Jest or Vitest test code.