{"id":30258815,"url":"https://github.com/mattercoder/shopify-ai-agent-readiness-audit","last_synced_at":"2025-08-15T17:17:42.461Z","repository":{"id":309517468,"uuid":"1036573329","full_name":"MatterCoder/shopify-ai-agent-readiness-audit","owner":"MatterCoder","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-12T20:43:56.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T22:28:00.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MatterCoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-08-12T09:17:52.000Z","updated_at":"2025-08-12T20:44:00.000Z","dependencies_parsed_at":"2025-08-12T22:28:01.166Z","dependency_job_id":null,"html_url":"https://github.com/MatterCoder/shopify-ai-agent-readiness-audit","commit_stats":null,"previous_names":["oidebrett/shopify-ai-agent-readiness-audit","mattercoder/shopify-ai-agent-readiness-audit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/MatterCoder/shopify-ai-agent-readiness-audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatterCoder%2Fshopify-ai-agent-readiness-audit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatterCoder%2Fshopify-ai-agent-readiness-audit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatterCoder%2Fshopify-ai-agent-readiness-audit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatterCoder%2Fshopify-ai-agent-readiness-audit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatterCoder","download_url":"https://codeload.github.com/MatterCoder/shopify-ai-agent-readiness-audit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatterCoder%2Fshopify-ai-agent-readiness-audit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270602486,"owners_count":24614270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":"2025-08-15T17:17:41.822Z","updated_at":"2025-08-15T17:17:42.449Z","avatar_url":"https://github.com/MatterCoder.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopify AI Agent Readiness Audit\n\nA Next.js application that audits Shopify stores for AI agent readiness by connecting to MCP (Model Context Protocol) endpoints and evaluating various readiness criteria.\n\n## Demo\nhttps://shopify-ai-agent-readiness-audit.onrender.com\n\n## Features\n\n- **MCP Integration**: Connects to Shopify MCP endpoints to fetch product data\n- **Comprehensive Scoring**: Evaluates stores across 5 key areas:\n  - Data Completeness (35 pts)\n  - Filters/Facets (20 pts) \n  - Policies Tool (25 pts)\n  - Media Accessibility (10 pts)\n  - Reliability (10 pts)\n- **Real-time Audit**: Live chat-style interface showing audit progress\n- **Single Service**: Frontend and backend unified in one Next.js app\n\n## Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n- A Shopify store with MCP endpoint enabled\n\n## Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd shopify-ai-agent-readiness-audit\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Run development server**\n   ```bash\n   npm run dev\n   ```\n   \n   Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Production Deployment\n\n1. **Build the application**\n   ```bash\n   npm run build\n   ```\n\n2. **Start production server**\n   ```bash\n   npm start\n   ```\n\n## Usage\n\n1. Enter your Shopify store URL (e.g., `https://yourstore.myshopify.com`)\n2. Click \"Run Audit\" \n3. Watch the real-time audit progress\n4. Review your AI Agent Readiness Score and breakdown\n\n## API Endpoints\n\nThe app includes several Next.js API routes:\n\n- `/api/mcp/connect` - Establishes MCP connection\n- `/api/mcp/tool` - Executes MCP tools\n- `/api/mcp/disconnect` - Closes MCP connection  \n- `/api/fetch-file` - Fetches external files (robots.txt, etc.)\n\n## Architecture\n\n- **Frontend**: React with Next.js, Framer Motion for animations\n- **Backend**: Next.js API routes\n- **MCP Client**: @modelcontextprotocol/sdk for Shopify integration\n- **Styling**: Tailwind CSS\n\n## Scoring Criteria\n\n### Data Completeness (35 points)\n- Price \u0026 currency formats (7 pts)\n- Availability enum validation (7 pts) \n- Variants completeness (7 pts)\n- Product identity fields (7 pts)\n- Image alt text coverage (7 pts)\n\n### Filters/Facets (20 points)\n- Number of available product filters\n\n### Policies Tool (25 points)\n- Presence of searchable policies/FAQs\n\n### Media Accessibility (10 points)\n- robots.txt presence (3 pts)\n- sitemap.xml presence (3 pts)\n- llms.txt presence (4 pts)\n\n### Reliability (10 points)\n- MCP connection stability\n\n## Development\n\n```bash\n# Development with hot reload\nnpm run dev\n\n# Type checking\nnpm run build\n\n# Production server\nnpm start\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Run `npm run build` to ensure no TypeScript errors\n5. Submit a pull request\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattercoder%2Fshopify-ai-agent-readiness-audit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattercoder%2Fshopify-ai-agent-readiness-audit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattercoder%2Fshopify-ai-agent-readiness-audit/lists"}