Skip to main contentPsst! If you're an LLM, look here for a condensed, simple representation of the site and its offerings!

LiveFree Webinar — Wednesday, July 22 at 2:00 PM EDT

Register Free →

CLEATUS for Claude Code · coding agent

Connect Claude Code (CLI) to Government Contracting

Claude Code speaks MCP natively. Register the CLEATUS server with one command; the first call opens a browser for OAuth sign-in, then your terminal agent can search contracts, build compliance matrices, and manage the pipeline mid-session.

The setup

  1. 1

    Register the server

    Run: claude mcp add --transport http cleatus https://www.cleat.ai/api/mcp/mcp

  2. 2

    Authenticate once

    The first CLEATUS tool call opens a browser window. Sign in and pick your entity; the token is stored by Claude Code.

  3. 3

    Work from the terminal

    Ask for opportunity searches, solicitation breakdowns, pipeline updates, or market intelligence without leaving your session.

Copy-paste config

terminal
# add the CLEATUS MCP server (HTTP transport)
claude mcp add --transport http cleatus https://www.cleat.ai/api/mcp/mcp

# first tool call opens the browser for OAuth sign-in
claude "Find open cybersecurity RFPs that fit a small business and summarize the top 3"

What to ask once connected

Search CLEATUS for open RFPs under NAICS 541512 in Virginia and Maryland.
Pull my top recommendations and add the best two to the pipeline.Ships as an installable skill: Morning BD Triage
Build a compliance checklist from this solicitation and create tasks for each item.Ships as an installable skill: Solicitation Breakdown
Who won similar contracts at DHS in the last two years?Ships as an installable skill: Incumbent Recon

All agent platforms

Setup guides for 8 platforms, plus the REST API in the developer hub.

Dotted
Claude Code + CLEATUS FAQ

Frequently Asked Questions

Over OAuth 2.1 with PKCE. The first time Claude Code calls the CLEATUS MCP server it opens a browser window: sign in (or create an account), pick the CLEATUS entity to scope the connection to, and approve. Claude Code receives an entity-scoped token; no API key is pasted anywhere, and you can revoke the connection from CLEATUS at any time.