AI agent resource layer

Paving and sealcoating context for agents that need the real workflow.

PavePacket MCP gives LLMs read-only access to contractor-focused guides about Bid Request review, aerial takeoffs, estimating, proposals, and invoice-ready handoff.

What agents can read and call.

The MCP surface is intentionally read-only. It helps AI systems cite, search, and summarize paving work without creating customers, measurements, proposals, or invoices.

Resource index

pavepacket://industry/resources/index

A JSON catalog of PavePacket paving and sealcoating guides with slugs, URLs, audience, and primary keyword.

Guide resource

pavepacket://industry/resources/{slug}

Full markdown versions of contractor guides for Bid Request review, takeoffs, proposals, and invoice handoff.

Search tool

search_paving_resources

Keyword search across titles, summaries, checklists, FAQ answers, and body text.

Research prompt

paving_bid_research_brief

A prompt template for turning PavePacket resources into a contractor-facing brief.

Host configuration

Connect an MCP host after building the package.

The server runs over stdio and writes operational logs to stderr so JSON-RPC messages stay clean for MCP clients.

{
  "mcpServers": {
    "pavepacket": {
      "command": "pnpm",
      "args": [
        "--dir",
        "/ABSOLUTE/PATH/TO/WGEproject",
        "--filter",
        "@pavepacket/mcp",
        "start"
      ]
    }
  }
}
Human guidesllms.txtserver.jsonsitemap.xmlrobots.txt
PavePacket MCP for AI Agents