Free ยท No accounts ยท Open source

AI tools for procurement and business writing

12 specialised tools that collapse hours of manual review into seconds. Use in your browser or call from any AI agent via MCP.

12
Tools
Free
To use
MCP
Agent-native
Docker
Self-host

All tools

Structured analysis tools for every stage of the bid lifecycle โ€” from go/no-go through compliance, scoring, pricing, and contract risk.

Real workflows

Common scenarios where these tools replace hours of manual work.

๐Ÿ›๏ธ

Public sector bid response

From RFP receipt to submission-ready response. Check compliance, extract deadlines, build win themes, validate pricing โ€” all in minutes.

  • BidMate โ†’ TimelineCheck โ†’ BidCheck
  • ScoreCheck โ†’ PlainCheck โ†’ WinThesis
  • PriceCheck โ†’ RiskCheck
๐Ÿงพ

Grant application review

Ensure your application meets every guideline requirement before submission. Catches non-compliance before it costs you the grant.

  • GrantCheck โ†’ PlainCheck โ†’ PriceCheck
โš–๏ธ

Contract risk screening

Scan any contract for hidden liabilities, auto-renewal traps, and aggressive clauses before you sign.

  • RiskCheck โ†’ ObligCheck โ†’ TimelineCheck
๐Ÿค–

Agent-native automation

All 12 tools available via MCP. Any MCP-compatible agent can call them as structured tools with typed inputs and JSON outputs.

  • Agent โ†’ MCP proxy or direct
  • Call bidcheck(), plaincheck(), etc.
  • Use results in downstream workflows

Available for AI agents

All tools are exposed as MCP tools โ€” agents can call them with structured inputs and get typed JSON back.

Two deployment options

Proxy mode: Lightweight server that proxies to the hosted API. Zero prompt logic, always up to date.

Direct mode: Self-contained server with all prompts embedded, calls Groq directly. Fully offline, no domain dependency.

View on GitHub โ†’

# Proxy MCP (port 3100)
docker run -p 3100:3100 ghcr.io/vystartasv/agent-tools:mcp
# Direct MCP (port 3101, needs GROQ_API_KEY)
docker run -e GROQ_API_KEY=*** -p 3101:3101 ghcr.io/vystartasv/agent-tools:mcp-direct
# Then use from any MCP client:
GET /mcp/tools โ†’ list all 12 tools
POST /mcp/tools/call โ†’ invoke any tool
GET /mcp/health โ†’ health check