recommend_ecosystem
Recommend compatible MCP servers, skills, repositories, and APIs for your project based on workspace and optional goal. Works offline or with live indexes.
Instructions
Recommend compatible MCP servers, skills, repositories, and APIs for a project.
This tool recommends external ecosystem integrations matching the project profile.
It has no side effects.
Parameters:
workspace (str): The absolute path to the local project workspace.
goal (str, optional): The target engineering goal or capability needed. Defaults to "".
limit (int, optional): The maximum number of recommendations to return. Defaults to 9.
live (bool, optional): If True, query public ecosystem indexes for real-time recommendations.
If False (default), uses pre-cached local resources to run entirely offline.
Returns:
dict[str, Any]: A dictionary containing recommended repositories, MCP servers, and hosted API integrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| live | No | ||
| limit | No | ||
| workspace | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||