Developer ToolsAuto-generated
FinSpace User Environment Management service MCP Server
The FinSpace management service provides the APIs for managing FinSpace environments.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-finspace
Environment Variables
FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEYExample: your_finspace_user_environment_management_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-finspace": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-finspace"],
"env": {
"FINSPACE_USER_ENVIRONMENT_MANAGEMENT_SERVICE_API_KEY": "your_finspace_user_environment_management_service_api_key"
}
}
}
}Endpoints
GET
/environmentListEnvironments
POST
/environmentCreateEnvironment
GET
/environment/{environmentId}GetEnvironment
PUT
/environment/{environmentId}UpdateEnvironment
DELETE
/environment/{environmentId}DeleteEnvironment
GET
/tags/{resourceArn}ListTagsForResource
POST
/tags/{resourceArn}TagResource
DELETE
/tags/{resourceArn}#tagKeysUntagResource