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 OpenClaw · autonomous agent

Connect OpenClaw to Government Contracting

OpenClaw agents connect to CLEATUS over MCP. Add the server URL to your agent config, complete OAuth once, and the agent can watch for fitting opportunities, triage them, and maintain your pipeline autonomously.

The setup

  1. 1

    Add the MCP server

    Add https://www.cleat.ai/api/mcp/mcp to your agent's MCP server list.

  2. 2

    Authenticate once

    The first tool call triggers OAuth 2.1 + PKCE. A human signs in and scopes the token to one CLEATUS entity.

  3. 3

    Give it a loop

    Schedule the agent to pull new recommendations daily, triage against your capabilities, and add qualified matches to the pipeline with notes.

Copy-paste config

openclaw config
{
  "mcpServers": {
    "cleatus": {
      "url": "https://www.cleat.ai/api/mcp/mcp"
    }
  }
}
// first call opens OAuth sign-in; token is entity-scoped
// no account yet? https://www.cleat.ai/authentication/signup?utm_source=agents&utm_medium=openclaw

What to ask once connected

Every morning: pull new CLEATUS recommendations, keep anything scoring above 70, add to pipeline with a one-line rationale.Ships as an installable skill: Morning BD Triage
Watch for sources-sought notices in our NAICS codes and draft a capability-statement response outline.Ships as an installable skill: Sources Sought Responder
When a pursuit moves to proposal stage, create the compliance-matrix task list.Ships as an installable skill: Proposal Kickoff

All agent platforms

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

Dotted
OpenClaw + CLEATUS FAQ

Frequently Asked Questions

Over OAuth 2.1 with PKCE. The first time your OpenClaw agent 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. your OpenClaw agent receives an entity-scoped token; no API key is pasted anywhere, and you can revoke the connection from CLEATUS at any time.