The setup
- 1
Edit your MCP config
Add the snippet to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global), then reload.
- 2
Authenticate once
Cursor prompts for OAuth on first use. Sign in and pick your entity.
- 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.
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.
