# iAgentMart > iAgentMart is a public resource directory limited to MCP servers, agent skills, agent plugins, and applications with control surfaces optimized for AI agents. ## Canonical endpoints - Resource collection: https://iagentmart.com/api/resources - Resource detail: https://iagentmart.com/api/resources/{resource_id} - Machine discovery: https://iagentmart.com/.well-known/agentmart.json - Human directory: https://iagentmart.com/marketplace - Repository submission: https://iagentmart.com/submit ## Resource types - `mcp`: Model Context Protocol servers and connectors. - `skill`: Reusable instructions, workflows, and capability packs. - `plugin`: Installable extensions for agent runtimes. - `agent_app`: Applications with a documented Agent API, semantic state, structured actions, CLI, MCP, or another machine-facing interface. ## Search Every resource has one required type-specific `subcategory`. Each type includes `other` for resources outside the maintained list. Read the collection response's `taxonomy` array for the complete controlled values. Use `GET /api/resources` with any of these query parameters: `q`, `type`, `subcategory`, `capability`, `interface`, `platform`, `limit`, and `cursor`. Example: `GET /api/resources?type=agent_app&subcategory=browser_web&interface=agent_api&capability=browser_control&limit=20` The response includes `schemaVersion`, normalized query data, taxonomy, agent hints, resources, and cursor pagination. Open a resource detail and inspect its public GitHub repository before installation or invocation.