Amino MCP Server
This is the Model Context Protocol (MCP) server for the Amino component library. It provides component documentation to consuming applications via API endpoints.
Available Endpoints
- API Root: /api/mcp/v1 - API information and available tools
- Components Listing: /api/mcp/v1/components - List all available components
- Component Details: /api/mcp/v1/components/:id - Get documentation for a specific component
- Health Check: /api/mcp/v1/health - Check server operational status
MCP Protocol Tools
This server implements the Model Context Protocol, providing tools that AI assistants and other clients can use to retrieve component documentation:
- list-components - Lists all available components with basic metadata
- find-components-by-name - Finds components based on a keyword with partial match support
- get-component-details - Gets detailed documentation for a specific component
Usage with AI Assistants
AI assistants can use these MCP tools to retrieve information about Amino components. See the MCP protocol documentation for more details.