MCP App Store

Overview

CLEATUS is the AI-native platform for government contractors. The CLEATUS app turns ChatGPT into a GovCon teammate with live access to your workspace: search federal, SLED, and Canadian opportunities plus pre-RFP forecasts across 40,000+ sources, manage your pipeline and pursuits, create and assign tasks, run saved searches, and draft and execute Workflows.

Tools

cleatus_activate_workflow

ChatGPT
Activate a draft workflow so it can be triggered. Newly-created workflows (from cleatus_create_workflow) start in "draft" and cannot be run until activated. Pass active:false to deactivate a running workflow without deleting it.

cleatus_activate_workflow

ChatGPT
Activate a draft workflow so it can be triggered. Newly-created workflows (from cleatus_create_workflow) start in "draft" and cannot be run until activated. Pass active:false to deactivate a running workflow without deleting it.

cleatus_add_to_pipeline

ChatGPT
Add a contract opportunity to the pursuit pipeline. Returns { pursuit, already_exists, tags_applied, tags_before, tags_after }. already_exists=true means the pursuit already existed; requested tags default to union-merge (tag_mode:"merge") and become a no-op on existing pursuits with tag_mode:"skip". tags_before / tags_after give the agent a diff so tag writes are never silent.

cleatus_add_to_pipeline

ChatGPT
Add a contract opportunity to the pursuit pipeline. Returns { pursuit, already_exists, tags_applied, tags_before, tags_after }. already_exists=true means the pursuit already existed; requested tags default to union-merge (tag_mode:"merge") and become a no-op on existing pursuits with tag_mode:"skip". tags_before / tags_after give the agent a diff so tag writes are never silent.

cleatus_create_folder

ChatGPT
Create a new folder in the Document Hub.

cleatus_create_folder

ChatGPT
Create a new folder in the Document Hub.

cleatus_create_task

ChatGPT
Create a new task on a pursuit. Use when the user wants to add a to-do or action item to a bid.

cleatus_create_task

ChatGPT
Create a new task on a pursuit. Use when the user wants to add a to-do or action item to a bid.

cleatus_create_workflow

ChatGPT
Create a new automation workflow from a template. Templates include auto-pipeline, recommendation alerts, and more.

cleatus_create_workflow

ChatGPT
Create a new automation workflow from a template. Templates include auto-pipeline, recommendation alerts, and more.

cleatus_delete_document

ChatGPT
Permanently delete a document or folder from the Document Hub. This cannot be undone.

cleatus_delete_document

ChatGPT
Permanently delete a document or folder from the Document Hub. This cannot be undone.

cleatus_delete_task

ChatGPT
Permanently delete a task from a pursuit. This cannot be undone.

cleatus_delete_task

ChatGPT
Permanently delete a task from a pursuit. This cannot be undone.

cleatus_delete_workflow

ChatGPT
Permanently delete a workflow and all its run history. This cannot be undone.

cleatus_delete_workflow

ChatGPT
Permanently delete a workflow and all its run history. This cannot be undone.

cleatus_dismiss_recommendation

ChatGPT
Dismiss a recommended opportunity. The opportunity will no longer appear in recommendations. Provide an optional reason.

cleatus_dismiss_recommendation

ChatGPT
Dismiss a recommended opportunity. The opportunity will no longer appear in recommendations. Provide an optional reason.

cleatus_documentation

ChatGPT
Get usage documentation for CLEATUS MCP tools. Returns an overview of all available tools, how to use them, and API design patterns.

cleatus_documentation

ChatGPT
Get usage documentation for CLEATUS MCP tools. Returns an overview of all available tools, how to use them, and API design patterns.

cleatus_get_capture_profile

ChatGPT
Get the entity's CLEATUS capture profile (capabilities, NAICS codes, set-asides, account status) PLUS the current signed-in user's id, email, and display name. Use this whenever you need to know who 'me' is (e.g. task assignment), not just when the user asks about their company.

cleatus_get_capture_profile

ChatGPT
Get the entity's CLEATUS capture profile (capabilities, NAICS codes, set-asides, account status) PLUS the current signed-in user's id, email, and display name. Use this whenever you need to know who 'me' is (e.g. task assignment), not just when the user asks about their company.

cleatus_get_credit_balance

ChatGPT
Check the entity's credit balance and usage. Shows used credits, total credits, and whether the limit is exceeded. Credit-consuming features (proposal AI, agent_question, workflow AI) live in the CLEATUS web app, not in the MCP tool surface — every cleatus_* MCP tool is free to call.

cleatus_get_credit_balance

ChatGPT
Check the entity's credit balance and usage. Shows used credits, total credits, and whether the limit is exceeded. Credit-consuming features (proposal AI, agent_question, workflow AI) live in the CLEATUS web app, not in the MCP tool surface — every cleatus_* MCP tool is free to call.

cleatus_get_notifications

ChatGPT
Get recent notifications for the current user. Use when the user asks about updates or alerts.

cleatus_get_notifications

ChatGPT
Get recent notifications for the current user. Use when the user asks about updates or alerts.

cleatus_get_opportunity

ChatGPT
Get full detail on a specific contract opportunity including description, agency, NAICS, dates, documents, FAR sections, and match score. Use when the user asks about a specific opportunity.

cleatus_get_opportunity

ChatGPT
Get full detail on a specific contract opportunity including description, agency, NAICS, dates, documents, FAR sections, and match score. Use when the user asks about a specific opportunity.

cleatus_get_pursuit

ChatGPT
Get full detail on a specific pursuit including tasks, assigned teams, compliance data, and activity. Use when the user asks about a specific pursuit or bid.

cleatus_get_pursuit

ChatGPT
Get full detail on a specific pursuit including tasks, assigned teams, compliance data, and activity. Use when the user asks about a specific pursuit or bid.

cleatus_get_recommendations

ChatGPT
Get AI-recommended contract opportunities for this entity based on capabilities, NAICS codes, and past performance. Returns opportunities ranked by relevance score. Use when the user asks for recommended or suggested opportunities.

cleatus_get_recommendations

ChatGPT
Get AI-recommended contract opportunities for this entity based on capabilities, NAICS codes, and past performance. Returns opportunities ranked by relevance score. Use when the user asks for recommended or suggested opportunities.

cleatus_get_workflow_run

ChatGPT
Fetch the status and timing of a single workflow run — use to poll a run_id returned by cleatus_run_workflow (or surfaced by cleatus_list_workflows.last_run_at). Returns { id, workflow_id, status, started_at, completed_at, created_at, error, view_url }. Status enum: "pending" | "running" | "completed" | "failed".

cleatus_get_workflow_run

ChatGPT
Fetch the status and timing of a single workflow run — use to poll a run_id returned by cleatus_run_workflow (or surfaced by cleatus_list_workflows.last_run_at). Returns { id, workflow_id, status, started_at, completed_at, created_at, error, view_url }. Status enum: "pending" | "running" | "completed" | "failed".

cleatus_list_documents

ChatGPT
List documents and folders in the Document Hub. Optionally specify a folder to list its contents, or omit for root level.

cleatus_list_documents

ChatGPT
List documents and folders in the Document Hub. Optionally specify a folder to list its contents, or omit for root level.

cleatus_list_saved_searches

ChatGPT
List saved contract searches with alert settings. Use when the user asks about their saved searches or alerts.

cleatus_list_saved_searches

ChatGPT
List saved contract searches with alert settings. Use when the user asks about their saved searches or alerts.

cleatus_list_tasks

ChatGPT
List tasks across all pursuits or for a specific pursuit. Use when the user asks about their tasks, to-dos, or action items.

cleatus_list_tasks

ChatGPT
List tasks across all pursuits or for a specific pursuit. Use when the user asks about their tasks, to-dos, or action items.

cleatus_list_team_members

ChatGPT
List teams for this entity PLUS the full user roster. Returns { results: Team[], all_users: User[] }. Each team has members[] with { id, name, email, is_current_user }. all_users includes every entity user (members + unassigned) with is_current_user — use it to find the signed-in user for task assignment even when the user is not on any team.

cleatus_list_team_members

ChatGPT
List teams for this entity PLUS the full user roster. Returns { results: Team[], all_users: User[] }. Each team has members[] with { id, name, email, is_current_user }. all_users includes every entity user (members + unassigned) with is_current_user — use it to find the signed-in user for task assignment even when the user is not on any team.

cleatus_list_workflow_templates

ChatGPT
List available workflow templates that can be used with cleatus_create_workflow. Each template has an ID, name, description, and trigger event.

cleatus_list_workflow_templates

ChatGPT
List available workflow templates that can be used with cleatus_create_workflow. Each template has an ID, name, description, and trigger event.

cleatus_list_workflows

ChatGPT
List automation workflows with status and run history. Use when the user asks about their workflows or automations.

cleatus_list_workflows

ChatGPT
List automation workflows with status and run history. Use when the user asks about their workflows or automations.

cleatus_mark_notification_read

ChatGPT
Mark a notification as read, or mark all notifications as read. Use after acting on a notification to clear it.

cleatus_mark_notification_read

ChatGPT
Mark a notification as read, or mark all notifications as read. Use after acting on a notification to clear it.

cleatus_run_workflow

ChatGPT
Trigger a manual run of an automation workflow.

cleatus_run_workflow

ChatGPT
Trigger a manual run of an automation workflow.

cleatus_search_documents

ChatGPT
Search documents in the Document Hub by keyword. Returns matching files with name, folder_id, and mime_type. (Snippet extraction is not currently implemented — open the view_url for full content.)

cleatus_search_documents

ChatGPT
Search documents in the Document Hub by keyword. Returns matching files with name, folder_id, and mime_type. (Snippet extraction is not currently implemented — open the view_url for full content.)

cleatus_search_market

ChatGPT
Semantic search across past awards, agencies, contractors, government people, and NAICS codes — for market research, competitive analysis, or finding government contacts. For active opportunities scored for the entity, use cleatus_search_opportunities. Returns a block per requested type. Free to call — no credit cost.

cleatus_search_market

ChatGPT
Semantic search across past awards, agencies, contractors, government people, and NAICS codes — for market research, competitive analysis, or finding government contacts. For active opportunities scored for the entity, use cleatus_search_opportunities. Returns a block per requested type. Free to call — no credit cost.

cleatus_search_opportunities

ChatGPT
Search government contract opportunities within the same catalog your CLEATUS dashboard shows on the Opportunities page (contracts that have been scored for your entity). Use for NAICS codes, agencies, keywords, set-asides, state, posted/due date filters. Maximum 50 results per page; use cursor for pagination. For market-intelligence research across past awards, agencies, contractors, people, and NAICS codes, see cleatus_search_market.

cleatus_search_opportunities

ChatGPT
Search government contract opportunities within the same catalog your CLEATUS dashboard shows on the Opportunities page (contracts that have been scored for your entity). Use for NAICS codes, agencies, keywords, set-asides, state, posted/due date filters. Maximum 50 results per page; use cursor for pagination. For market-intelligence research across past awards, agencies, contractors, people, and NAICS codes, see cleatus_search_market.

cleatus_search_pipeline

ChatGPT
Search and filter the pursuit pipeline (kanban board). Returns a flat list of pursuits — call cleatus_get_pursuit for column_id / column_name when grouping is needed. Use when the user asks about their pipeline, active pursuits, or bid status.

cleatus_search_pipeline

ChatGPT
Search and filter the pursuit pipeline (kanban board). Returns a flat list of pursuits — call cleatus_get_pursuit for column_id / column_name when grouping is needed. Use when the user asks about their pipeline, active pursuits, or bid status.

cleatus_undismiss_recommendation

ChatGPT
Undo a previously dismissed recommendation. The opportunity will appear in recommendations again.

cleatus_undismiss_recommendation

ChatGPT
Undo a previously dismissed recommendation. The opportunity will appear in recommendations again.

cleatus_update_pursuit

ChatGPT
Update pursuit metadata: move to a different pipeline column, change tags, set due date, or archive. Tag writes default to replace-all; pass tag_mode:"merge" to union with existing tags or tag_mode:"remove" to drop specific tags — matches the semantics of cleatus_add_to_pipeline. Returns { pursuit:{id,view_url}, tags_before, tags_after, updated_fields } — updated_fields echoes the resolved post-write values; call cleatus_get_pursuit for the full post-update pursuit shape.

cleatus_update_pursuit

ChatGPT
Update pursuit metadata: move to a different pipeline column, change tags, set due date, or archive. Tag writes default to replace-all; pass tag_mode:"merge" to union with existing tags or tag_mode:"remove" to drop specific tags — matches the semantics of cleatus_add_to_pipeline. Returns { pursuit:{id,view_url}, tags_before, tags_after, updated_fields } — updated_fields echoes the resolved post-write values; call cleatus_get_pursuit for the full post-update pursuit shape.

cleatus_update_task

ChatGPT
Update an existing task — change name, status, due date, or assignments. Use when the user wants to mark a task complete, change its due date, or reassign it.

cleatus_update_task

ChatGPT
Update an existing task — change name, status, due date, or assignments. Use when the user wants to mark a task complete, change its due date, or reassign it.

Capabilities

InteractiveWrites

Example Prompts

Click any prompt to copy it.

App Stats

70

Tools

4

Prompts

May 19, 2026

First seen

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily