lookup_neco_data
Fetch and parse Navy NECO solicitation pages into structured data: solicitation number, title, response deadline, NSN/line items, buyer contact, set-aside, and document links.
Instructions
Fetch and parse a Navy NECO (Navy Electronic Commerce Online) solicitation page into structured data — solicitation number, title, response deadline, NSN/line items, buyer contact, set-aside, and document links. Deterministic scrape of the public neco.navy.mil site, free. No other govcon MCP exposes NECO data. Pass the full NECO URL when you have it (most reliable); solicitationNumber alone is best-effort.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| necoUrl | No | Full NECO solicitation URL (https://www.neco.navy.mil/...). Primary, most robust input. | |
| solicitationNumber | No | Navy solicitation number. Best-effort — the main NECO page may require an hkey to resolve. | |
| hkey | No | Optional NECO hkey — improves solicitationNumber resolution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestedUrl | Yes | ||
| data | No | ||
| summary | Yes |