Servidor MCP de Configuració Terra
Un servidor Model Context Protocol que permet als LLM configurar el tauler TerraAPI.
Inici ràpid
Comença ràpidament amb una d’aquestes opcions d’instal·lació:
Per a usuaris de Cursor:
Per a usuaris de VS Code:
Eines disponibles
terra_get_integrations- Description: Obtenir la llista d'integrations disponibles.
- Parameters: None
terra_get_detailed_integrations- Description: Retrieve a detailed list of supported integrations, filtered by the developer's enabled integrations and the requirement for SDK usage.
- Parameters:
- sdk (Optional[bool]): If true, allows SDK integrations to be included in the response.
get_destinations- Description: Get destinations.
- Parameters: None
get_developer_destination_credentials- Description: Get developer destination credentials.
- Parameters:
- destination (str): The destination to get credentials for.
delete_destination- Description: Delete a destination.
- Parameters:
- destination (str): The destination to delete.
- dev_id (Optional[str]): Developer ID. If not provided, uses the environment variable.






