# @recursica/mcp

> Model Context Protocol (MCP) server for Recursica.

This server provides tools to discover, configure, and integrate Recursica's premium design system adapters into external host projects.

## Provided Tools

- `what_is_recursica`: Provides general documentation on what Recursica is, its core philosophy, and setup overview.
- `recursica_project_setup`: Retrieve installation, peer dependency, and setup instructions.
- `recursica_get_usage`: View post-setup integration coding principles and spacing variables.
- `recursica_list_components`: Discover all premium adapted components available in the workspace.
- `recursica_get_component_doc`: Inspect TS interfaces and implementation design rules of a specific component.
- `recursica_recommend_component`: Suggest the correct component mapping based on natural language UI requirements.

## Documentation

- [AGENT](AGENT.md): Routing document for AI Agents.
- [ARCHITECTURE](ARCHITECTURE.md): Server design and dynamic execution pipeline.
- [SETUP](SETUP.md): Installation and local playground setup instructions.
- [CONTRIBUTING](CONTRIBUTING.md): How to add new tools and verify them.
- [README](README.md)
