{"id":50800701,"url":"https://github.com/mlava/agent-ready-cursor-plugin","last_synced_at":"2026-06-12T19:04:20.007Z","repository":{"id":360929230,"uuid":"1252322152","full_name":"mlava/agent-ready-cursor-plugin","owner":"mlava","description":"Cursor Plugin for Agent Ready (agent-ready.dev)","archived":false,"fork":false,"pushed_at":"2026-05-28T12:08:16.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T14:07:13.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-28T12:03:51.000Z","updated_at":"2026-05-28T12:08:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mlava/agent-ready-cursor-plugin","commit_stats":null,"previous_names":["mlava/agent-ready-cursor-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mlava/agent-ready-cursor-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlava%2Fagent-ready-cursor-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlava%2Fagent-ready-cursor-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlava%2Fagent-ready-cursor-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlava%2Fagent-ready-cursor-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlava","download_url":"https://codeload.github.com/mlava/agent-ready-cursor-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlava%2Fagent-ready-cursor-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34258381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T19:04:19.124Z","updated_at":"2026-06-12T19:04:19.997Z","avatar_url":"https://github.com/mlava.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Ready — Cursor Plugin\n\nScan any URL for **AI agent readability** directly inside Cursor — against the\nVercel Agent Readability Spec, the [llmstxt.org](https://llmstxt.org) standard,\nand seven agent-protocol manifests (MCP server cards, A2A agent cards,\n`agents.json`, `agent-permissions.json`, UCP, x402, NLWeb). 60 checks across\nfour spec families with per-check `howToFix` guidance.\n\nBacked by [agent-ready.dev](https://agent-ready.dev) — the same engine behind\nthe REST API, the MCP server, and the browser extension.\n\n## What's in the bundle\n\n| Component | What it gives you |\n|---|---|\n| **MCP server** (`mcp.json`) | The `agent-ready` server with three native tools: `scan_site`, `get_scan`, `ask`. Plus three workflow prompts: `scan`, `interpret_scan`, `remediation_plan`. |\n| **1 skill** (`skills/agent-ready/`) | \"When and how to scan\" guidance: tool selection, the `running` placeholder, summarisation rules, the four check families (S/P/L/C), and what *not* to use Agent Ready for. |\n| **1 rule** (`rules/agent-ready.mdc`) | On-demand tool-selection guidance: which tool for which question, plus the rules of engagement (URL verbatim, no fabricated scan ids, don't dump raw JSON). |\n\n## Install\n\nInstall from the [Cursor Marketplace](https://cursor.com/marketplace) (search\n\"Agent Ready\"), or test locally with the included sync script:\n\n```bash\n./scripts/sync-local.sh\n```\n\nThat copies the plugin into `~/.cursor/plugins/local/agent-ready/`. Then\n**Cmd+Shift+P → Developer: Reload Window** in Cursor.\n\n## Configure your API key\n\n`scan_site` and `get_scan` need an Agent Ready Pro API key. The `ask` tool is\npublic — no key.\n\n1. Issue a Pro key at https://agent-ready.dev/dashboard/api-keys.\n2. Set `AGENT_READY_API_KEY` in your shell, **or** put the literal key in\n   `~/.cursor/plugins/local/agent-ready/mcp.json` (never the repo copy).\n\n**Dock-launched Cursor doesn't inherit shell env.** If `${AGENT_READY_API_KEY}`\nresolves to empty when Cursor is launched from the Dock, either launch from a\nterminal or paste the literal key into the installed `mcp.json`.\n\n```json\n{\n  \"mcpServers\": {\n    \"agent-ready\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"agent-ready-mcp@latest\"],\n      \"env\": { \"AGENT_READY_API_KEY\": \"${AGENT_READY_API_KEY}\" }\n    }\n  }\n}\n```\n\n## Try it\n\nOnce installed, ask Cursor's agent things like:\n\n- *Scan `https://example.com` for AI agent readability and summarise the top failures.*\n- *What does check P11 measure, and how do I fix it?*\n- *Fetch scan `abc1234567` and produce a remediation plan focused on agent protocols.*\n- *Is my `/.well-known/mcp.json` valid?*\n- *Search Agent Ready's methodology for \"markdown mirror\".* (`ask`, no key needed)\n\n## Rate limits\n\n- **Pro:** 10 scans/minute, 200/day. Read endpoints (`get_scan`) 120/minute.\n- **Team:** 60 scans/minute, 2000/day.\n- **Public `ask`:** rate-limited per IP, no key required.\n\n## Links\n\n- Website: https://agent-ready.dev\n- Methodology: https://agent-ready.dev/methodology\n- Check registry: https://agent-ready.dev/checks\n- Agent guide: https://agent-ready.dev/AGENTS.md\n- OpenAPI spec: https://agent-ready.dev/api/v1/openapi.json\n- MCP server source: https://github.com/mlava/agent-ready-mcp\n- Browser extension: https://agent-ready.dev (footer)\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlava%2Fagent-ready-cursor-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlava%2Fagent-ready-cursor-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlava%2Fagent-ready-cursor-plugin/lists"}