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 Cursor · coding agent

Connect Cursor to Government Contracting

Cursor supports remote MCP servers. Add CLEATUS to your MCP config, approve the OAuth prompt, and the agent in your editor can pull live contract data while you build.

The setup

  1. 1

    Edit your MCP config

    Add the snippet to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global), then reload.

  2. 2

    Authenticate once

    Cursor prompts for OAuth on first use. Sign in and pick your entity.

  3. 3

    Use it in Agent mode

    Ask the agent for opportunity data, solicitation breakdowns, or pipeline updates right in the editor.

Copy-paste config

.cursor/mcp.json
{
  "mcpServers": {
    "cleatus": {
      "url": "https://www.cleat.ai/api/mcp/mcp"
    }
  }
}

What to ask once connected

Query CLEATUS for open opportunities matching our profile and dump the top 10 as JSON.
Fetch the full detail for this solicitation ID and extract the evaluation criteria.Ships as an installable skill: Solicitation Breakdown
Pull our pipeline and generate a status report grouped by phase.Ships as an installable skill: Pipeline Hygiene

All agent platforms

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

Dotted
Cursor + CLEATUS FAQ

Frequently Asked Questions

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