We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFYou have an OpenAPI 3.x or Swagger 2.x specification and need to create a local MCP server quickly.
THENUse the APIFold CLI: run `npx apifold serve ./spec.yaml --base-url <api_base_url>` to start an MCP server with SSE transport on site_1:3000. Connect any MCP client (Claude, Cursor) immediately.
IFNeed to expose an existing REST API as an MCP server without writing any glue code.
THENUse the APIFold CLI with 'npx apifold serve <spec-file> --base-url <api-base>' to start a local MCP server with SSE transport on port 3000. The spec file must be an OpenAPI 3.x or Swagger 2.0 specification. Connect any MCP client (Claude, Cursor, etc.) to the endpoint immediately.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site