Skip to main content

MCP server exposing agent-readiness scan, detect, and apply tools to coding agents.

Project description

agent-readiness-mcp

MCP server exposing agent-readiness to coding agents (Claude Desktop, Cursor, custom hosts).

Five tools, all backed by the agent-readiness engine wheel:

  • detect_workspace(path) — classify the path as single_repo / monorepo / multi_repo_workspace. Returns the engine's detect_v1 envelope (repos list with AGENTS.md enrichment, drift warnings, signals fired). Call this first when the user-supplied path is ambiguous; the result tells you whether to chain scan_repo or scan_workspace. Added in 0.2.0 / agent-readiness 2.5.0.
  • scan_workspace(path, select=None) — fan out scans across every detected repo in a multi-repo workspace (or a named subset via select). Returns one envelope with a scanned list of reports and a skipped list of not-selected / failed / unmatched names. Also works on single-repo paths (single-entry scanned) so the caller can branch on classification alone.
  • scan_repo(path) — scan a repo and return the readiness report (overall score, per-pillar scores, every check, and the top_action pin). On a multi-repo path the tool returns a structured multi_repo_workspace error payload pointing at scan_workspace / detect_workspace, mirroring agent-readiness scan's CLI contract.
  • list_friction(path) — return every WARN/ERROR finding paired with its paste-ready fix_prompt, sorted by score_impact descending. Drops findings without a prompt (the contract is "paste-ready only").
  • apply_top_action(path, run_verify=True) — apply the structured fix the engine pinned and run its verify command. Returns an ApplyResult so the caller can decide whether to commit. Requires agent-readiness >= 2.4.0 (the engine release that ships the apply_action module).

Install

pip install agent-readiness-mcp

Run

Start the server on stdio (the format Claude Desktop and Cursor speak):

agent-readiness-mcp --transport stdio

For a Claude Desktop install, add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "agent-readiness": {
      "command": "agent-readiness-mcp",
      "args": ["--transport", "stdio"]
    }
  }
}

License

MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agent_readiness_mcp-0.3.0.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agent_readiness_mcp-0.3.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file agent_readiness_mcp-0.3.0.tar.gz.

File metadata

  • Download URL: agent_readiness_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for agent_readiness_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f942282554fb25777d7292447b88992811fdfe54c9eeb04b8f8c2f620958ab74
MD5 acecfede25ca0772e521ca9f86c8b0e9
BLAKE2b-256 3e6f48df9e0eb47719f9f609407c4974c473c95b3c277a2858d7fc02ad30fde5

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_readiness_mcp-0.3.0.tar.gz:

Publisher: release.yml on harrydaihaolin/agent-readiness-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_readiness_mcp-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_readiness_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 52bffbb534bb7d6af117e060cf9da97e589cbe717ff50017c02b2fbf302d1bfd
MD5 fe471e97714868e50a42625a3c7d5ca9
BLAKE2b-256 c8d85053c56f0a8474e01d4b0368afefd4f61940e72c9efb161b24e9fb590f13

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_readiness_mcp-0.3.0-py3-none-any.whl:

Publisher: release.yml on harrydaihaolin/agent-readiness-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page