MCP.so
ログイン

GSA CALC+ MCP

@1102tools

GSA CALC+ MCP について

MCP server for GSA CALC+ Labor Ceiling Rates: awarded not-to-exceed hourly rates from GSA MAS contracts (230K+ records). Search by labor category, education, experience, SIN, vendor, or business size. Built for IGCEs, price reasonableness, and labor rate benchmarking. 8 tools.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

1102tools

投稿者

James

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "gsa-calc": {
      "command": "uvx",
      "args": [
        "--refresh-package",
        "gsa-calc-mcp",
        "--from",
        "gsa-calc-mcp",
        "gsa-calc-mcp"
      ]
    }
  }
}

ツール

8

Search GSA CALC+ ceiling rates by keyword. Performs wildcard matching across labor_category, vendor_name, and idv_piid fields. This is the primary search tool for finding rates. Returns matching rate records plus aggregation statistics (wage_stats, percentiles, education breakdown, business size) covering the FULL result set even when individual hits are capped at 10,000. Important notes: - These are NTE (not-to-exceed) ceiling rates, not prices paid - Rates are fully burdened hourly rates from GSA MAS contracts - Data refreshes nightly from vendor price proposal tables - Use P50 from percentiles for median (more accurate than median_price) Filter parameters: - education_level: AA, BA, HS, MA, PHD, TEC (pipe-delimited for OR: 'BA|MA') - experience_min/max: years of experience range - price_min/max: hourly rate range in USD - business_size: 'S' (small) or 'O' (other/large) - security_clearance: 'yes' or 'no' - sin: Special Item Number (e.g., '54151S' for IT Professional Services) - worksite: 'Customer', 'Contractor', or 'Both' ordering: current_price, labor_category, vendor_name, education_level, min_years_experience. sort: 'asc' or 'desc'. exclude: pipe-delimited hit _id values to exclude from results and stats.

Exact match search on a specific field. Use suggest_contains() first to discover the exact field value, then pass it here. The API requires exact string matching -- partial matches return 0 results. Fields: labor_category, vendor_name, idv_piid (GSA MAS contract number).

Discover exact field values via autocomplete/contains matching. Returns aggregation buckets showing matching values and their record counts. Use this BEFORE exact_search() to find the right value string. Minimum 2 characters required for the search term. Example workflow: 1. suggest_contains('vendor_name', 'booz') -> finds 'Booz Allen Hamilton Inc.' 2. exact_search('vendor_name', 'Booz Allen Hamilton Inc.') -> all their rates

Browse rates with filters only (no search keyword). Useful for market segment statistics: "what do all BA-level rates with 5-15 years experience look like across all of GSA MAS?" Returns rate records plus full aggregation statistics.

Get ceiling rate benchmarks for IGCE development. Returns statistical summary for a labor category: count, min, max, avg, median, standard deviation, percentile distribution (P10-P90), education breakdown, and outlier bounds. This is the primary tool for building Independent Government Cost Estimates. The returned statistics represent the market distribution of GSA MAS ceiling rates for comparable labor categories. Reminder: these are ceiling rates (max a contractor can charge), not prices paid. Actual task order rates should be lower per FAR 8.405-2(d).

Evaluate a proposed hourly rate against GSA ceiling rate distribution. Returns the benchmark statistics plus a positioning analysis: z-score, comparison to median, IQR position, and delta from average. Use this for FAR 15.404-1 price analysis: is the proposed rate within the expected range for comparable labor categories on GSA MAS? A rate above P75 may be high; above P90 warrants scrutiny. A rate below P25 may indicate an unrealistically low offer (potential performance risk).

Get all ceiling rates for a specific vendor. Auto-discovers the exact vendor name via suggest-contains, then pulls all their rate records. Returns labor categories, rates, education levels, experience requirements, SINs, and contract numbers. Pass a partial name (e.g., 'booz' for Booz Allen Hamilton). The tool finds the exact registered name automatically. If the discovery term matches multiple vendors, this tool picks the one with the most rate records and returns a _candidates list so the caller can re-query with a more specific term if needed.

Get rate distribution and statistics for a specific SIN. Returns rate statistics, education breakdown, business size breakdown, and sample records for a GSA MAS Special Item Number. Common SINs for professional services: - 54151S: IT Professional Services - 541611: Management and Financial Consulting - 541715: Engineering R&D - 541330ENG: Engineering Services - 541512: Computer Systems Design - 611430: Training

概要

What is GSA CALC+ MCP?

A Model Context Protocol server that wraps the GSA CALC+ Labor Ceiling Rates API as deterministic tool calls. Built for federal contracting officers, contract price analysts, IGCE developers, and pricing teams who need awarded GSA MAS hourly rates for IGCEs, price reasonableness, and negotiations. It provides 8 tools across 230K+ awarded labor records from active GSA Multiple Award Schedule contracts.

How to use GSA CALC+ MCP?

Install via pip (pip install gsa-calc-mcp) or use uvx gsa-calc-mcp. Configure in your MCP client using the provided JSON or TOML snippet with command uvx. No API key is required. After setup, use natural language prompts to search rates, analyze vendors, validate pricing, or build IGCEs.

Key features of GSA CALC+ MCP

  • Keyword and exact-match labor category search
  • Filtered browse by SIN, education, experience, vendor, business size
  • Vendor rate card pulls for single vendor analysis
  • SIN vendor distribution and rate spread analysis
  • Statistical aggregations: min, mean, median, percentiles
  • IGCE benchmark tool with ceiling rate distributions

Use cases of GSA CALC+ MCP

  • Build IGCEs grounded in awarded MAS rates instead of guesses
  • Draft price reasonableness memos for sole-source justifications
  • Negotiate vendor rates against documented MAS ceiling distributions
  • Pre-RFP pricing strategy to set realistic evaluation thresholds
  • Validate proposed labor rates on T&M/LH task orders

FAQ from GSA CALC+ MCP

Does GSA CALC+ MCP require an API key?

No, no API key is required to use this server.

What data does the server access?

It queries the GSA CALC+ Labor Ceiling Rates API, covering 230K+ awarded labor records from active GSA Multiple Award Schedule contracts.

What MCP clients are compatible?

Claude Desktop, Codex (ChatGPT), Gemini CLI, Copilot, Claude Code, Cursor, Cline, Zed, Continue, and any other MCP-compatible client.

How has the server been tested?

It was live-audited against the production GSA CALC+ endpoint across multiple rounds, with defensive parsing for SIN format variations, missing fields, and pagination quirks.

Where is the source code and documentation?

Source on GitHub (1102tools/federal-contracting-mcps), package on PyPI, and docs at 1102tools.com/install. Part of the 1102tools suite.

コメント

「その他」の他のコンテンツ